Maintaining a common devcontainer across many repositories #81
Unanswered
TWolversonReply
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Thanks for opening! One idea: You could prebuild an image (https://containers.dev/guide/prebuild), and have each of the smaller repos reference that prebuilt image. If they can all use the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I work in an organisation with many microservices in their own repos. Most or all of these microservices share an implementation technology so by and large they will have the same tool needs. I expect to pepper various new technology options across a random selection of these repositories according to need, so generally if we support a new tool, we would always want to add it to our standard devcontainer. I don't want to have to pull request a devcontainer update to every single repo every time I make a change. Is there a recommended pattern for maintaining a devcontainer definition in one place and automatically synchronising it with many small repositories?
Beta Was this translation helpful? Give feedback.
All reactions