Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Deleting image deletes its base-image if they have the same name #251

Closed
3 of 9 tasks
kars7e opened this issue Mar 2, 2018 · 0 comments
Closed
3 of 9 tasks

Deleting image deletes its base-image if they have the same name #251

kars7e opened this issue Mar 2, 2018 · 0 comments
Assignees

Comments

@kars7e
Copy link
Contributor

kars7e commented Mar 2, 2018

  • Bug
  • Feature
  • Enhancement

Detailed Description

$ dispatch create base-image nodejs vmware/dispatch-nodejs6-base:0.0.1-dev1 --language nodejs6
Created base image: nodejs

$ dispatch create image nodejs nodejs
Created image: nodejs

$ dispatch get image
   NAME  |                             URL                              | BASEIMAGE | STATUS |         CREATED DATE
------------------------------------------------------------------------------------------------------------------------
  nodejs | 10.7.252.23:5000/2793d16d-0862-448a-93e3-0faa7e6a6588:latest | nodejs    | READY  | Fri Dec 31 18:19:03 PST -0001

$ dispatch get base-image
   NAME  |                   URL                   | STATUS |         CREATED DATE
----------------------------------------------------------------------------------------
  nodejs | vmware/dispatch-nodejs6-base:0.0.1-dev1 | READY  | Fri Dec 31 18:18:55 PST -0001

$ dispatch delete image nodejs
Deleted image: nodejs

$ dispatch get base-image
  NAME | URL | STATUS | CREATED DATE
---------------------------------

With different names:

$ dispatch create base-image nodejs vmware/dispatch-nodejs6-base:0.0.1-dev1 --language nodejs6
Created base image: nodejs

$ dispatch create image node nodejs
Created image: node
$ dispatch get image
  NAME |                             URL                              | BASEIMAGE | STATUS |         CREATED DATE
----------------------------------------------------------------------------------------------------------------------
  node | 10.7.252.23:5000/7f99cc8d-d696-4e3a-8aac-34b4b8dd9be9:latest | nodejs    | READY  | Fri Dec 31 18:19:33 PST -0001

$ dispatch get base-image
   NAME  |                   URL                   | STATUS |         CREATED DATE
----------------------------------------------------------------------------------------
  nodejs | vmware/dispatch-nodejs6-base:0.0.1-dev1 | READY  | Fri Dec 31 18:19:20 PST -0001

$ dispatch delete image node
Deleted image: node

$ dispatch get base-image
   NAME  |                   URL                   | STATUS |         CREATED DATE
----------------------------------------------------------------------------------------
  nodejs | vmware/dispatch-nodejs6-base:0.0.1-dev1 | READY  | Fri Dec 31 18:19:20 PST -0001

$ dispatch get image
  NAME | URL | BASEIMAGE | STATUS | CREATED DATE
--------------------------------------------

Complexity

  • Low - Simple enhancement or bug fix, no architectural changes or refactoring
  • Medium - Change requires some thought, but is relatively isolated
  • High - Significant architectural change or large refactor

Impact

  • Low - Annoyance, but does not impact business or functinality
  • Medium - Issue can be worked around, but is causing pain
  • High - Blocker
@berndtj berndtj self-assigned this Apr 25, 2018
@berndtj berndtj added this to the June Preview Release milestone May 8, 2018
@berndtj berndtj modified the milestones: June Preview Release, July Preview Release Jun 5, 2018
@rjew rjew closed this as completed in #504 Jun 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants