## Pros of Versioning Docker Images - People can version-pin their dependencies to `gp-workspace-full` by referring to a fixed version number. - We can release `gp-workspace-full` independently of deploy-to-prod. - We can control the number of releases better and improve the pre-fetching of such images. - We (everybody, in fact) can test the latest changes from `madebythepinshub/gp-workspace-full` by using tag next. (see ref. 2) ## Cons - Issues may arise if we maintain a large backlog of versions (see ref. 1) ## Related Issues **From Gitpod's Workspace Images repo**: gitpod-io/workspace-images#84 ## References 1. https://github.com/gitpod-io/workspace-images/issues/84#issuecomment-513530840 2. https://github.com/gitpod-io/workspace-images/issues/84#issue-435772884
Pros of Versioning Docker Images
gp-workspace-fullby referring to a fixed version number.gp-workspace-fullindependently of deploy-to-prod.madebythepinshub/gp-workspace-fullby using tag next. (see ref. 2)Cons
Related Issues
From Gitpod's Workspace Images repo: gitpod-io/workspace-images#84
References
latestgitpod-io/workspace-images#84 (comment)latestgitpod-io/workspace-images#84 (comment)