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
The image used to build the operator binary seems to be a Cybozu Ubuntu Jammy based image:
accurate/Dockerfile
Line 2 in ad5cd95
Is there any particular reason for not using the official Go image, https://hub.docker.com/_/golang?
Replace the Go binary build image with golang:1.21, eventually an exact image digest if we want reproducible builds.
golang:1.21
The text was updated successfully, but these errors were encountered:
I've upgraded to go1.21 for now. #105
While I'm using quay.io/cybozu/golang in accordance with our company policy, I believe we could also use the official golang if needed.
quay.io/cybozu/golang
Sorry, something went wrong.
We would prefer a more open/neutral base image. Is the current base image open-sourced?
Base image is built in this open-source repository. https://github.com/cybozu/neco-containers/tree/main/golang-all
No branches or pull requests
What
The image used to build the operator binary seems to be a Cybozu Ubuntu Jammy based image:
accurate/Dockerfile
Line 2 in ad5cd95
Is there any particular reason for not using the official Go image, https://hub.docker.com/_/golang?
How
Replace the Go binary build image with
golang:1.21
, eventually an exact image digest if we want reproducible builds.Checklist
The text was updated successfully, but these errors were encountered: