We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rwp
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I suggest: https://ko.build/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: