Change `go` base image in `Dockerfile`
mathieu-benoit opened this issue · 3 comments
mathieu-benoit commented
As per the discussion in there: #24 (review).
Instead of using go:1.20
as the base image in the Dockerfile
, the proposal is to use cgr.dev/chainguard/go
.
If there is an agreement with that, let's have a dedicated PR opened for that.
Additionally, some questions top of mind with that:
- Why
rekor
orfulcio
are usinggolang:1.20
and not - Based on 1., do we want to have this current project not doing like the other projects?
- In the
Dockerfile
, the base image is in anARG
, which will preventdependabot
(#21) to update any update of this base image, do we also want to change that? - In the other projects,
sha
is used for thego:1.20
image, not here, should we do that here too?
Dentrax commented
cpanato commented
I can take a look on that and propose a PR