Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload dev containers #9988

Open
abitrolly opened this issue Sep 2, 2021 · 2 comments
Open

Upload dev containers #9988

abitrolly opened this issue Sep 2, 2021 · 2 comments

Comments

@abitrolly
Copy link
Contributor

abitrolly commented Sep 2, 2021

What's the problem this feature will solve?

Setting up development environment takes a lot of time, with 15+ minutes going into make build.

Describe the solution you'd like

Make GitHub Actions to upload latest built images to https://hub.docker.com/r/pypa/warehouse and make sure docker-compose can find them.

@ewjoachim
Copy link
Contributor

ewjoachim commented Sep 4, 2021

If we push images, it probably is useful to consider inlining build cache too !
https://docs.docker.com/engine/reference/commandline/build/#specifying-external-cache-sources

Also, if we have images, this would be the first step toward having a complete dev env on codespaces (github.dev)

@abitrolly
Copy link
Contributor Author

I didn't know Docker had the ability to distributed inline caches, and I like it.

For github.dev I've heard VS uses .devcontainer - not sure if it is a standardized approach, but it looks like either that or Kubernetes things like Google's skaffold provide modern approach to multi-container development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants