Automattic / vip-codespaces

https://docs.wpvip.com/local-development/github-codespaces/
8 stars 2 forks source link

Your change from original repositories to custom repositories #35

Closed araeubig closed 1 year ago

araeubig commented 1 year ago

I saw that you changed all sources to custom repositories. Why you did this? I hoped for an outstanding version but actually i saw customized images in all container files. No the "repository" logic is gone away - but perhaps you have done this to be more stable? But now no one could see the real source of the images. I am very interested in your final working solution.

sjinks commented 1 year ago

I am afraid I don't understand the question...

I have three images at the moment:

All those images are stored in ghcr.io container registry - this is where devcontainers CLI utility pushes them by default.

sjinks commented 1 year ago

ghcr.io/automattic/vip-codespaces/alpine-base:

Moreover, you can always see the source with docker history image-name.

sjinks commented 1 year ago

This repository (https://github.com/Automattic/vip-codespaces): it is designed to work with Automattic/vip-go-skeleton on the WordPress VIP platform.

My personal repository (https://github.com/sjinks/codespaces): it contains generic WordPress images.