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

Creating a Docker container for rwp #70

Open
mickael-menu opened this issue Feb 8, 2023 · 2 comments
Open

Creating a Docker container for rwp #70

mickael-menu opened this issue Feb 8, 2023 · 2 comments

Comments

@mickael-menu
Copy link
Member

It could be useful to offer a Docker image for Docker Hub to let people use rwp without installing it on their system.

This could be used: https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md

@danielweck
Copy link
Member

Go-specific example (multi-stage Docker images / containers, one with all required build toolchain, one to execute in a minimal distroless sandbox):

https://github.com/GoogleContainerTools/distroless/blob/main/examples/go/Dockerfile

Also, a very useful "debug" extension in order to hookup a shell (for validating tests, for example):

https://github.com/GoogleContainerTools/distroless#debug-images

@atomotic
Copy link

I suggest: https://ko.build/

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

3 participants