Should we publish our own images? #8
Closed
jacobwoffenden
started this conversation in
General
Replies: 2 comments
-
Additionally, with a base image, would we use CalVer (like Cloudflare does with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've published a base image using SemVer Source: https://github.com/ministryofjustice/.devcontainer/tree/main/images/base |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current thought is to publish our own base image (
ghcr.io/ministryofjustice/devcontainer-base
) which is an extension of (mcr.microsoft.com/devcontainers/base:ubuntu
), adding a utility script which includes functions for:Most/if not all of the features available from
devcontainers/features
include similar functions for:That is a lot of places to maintain the same set of functions
However, if ship our own base image and write features utilising the utility script, that means our features aren't universal and have a dependency on a particular base image
Alternatively we could maintain the script in this repo and bundle as part of building/publishing features
🤔
Beta Was this translation helpful? Give feedback.
All reactions