Open michael-valdron opened 1 year ago
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.
This is a future change that is planned to occur, removing the stale status.
Might be useful if we split the issue in two issues (each acceptance criteria should be a separate issue)
Might be useful if we split the issue in two issues (each acceptance criteria should be a separate issue)
We could, it would make the issues very small but it would allow us to mirror the image without necessarily making all the reference changes right away.
/kind epic
Issue converted into an epic.
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.
/kind epic
Which area/kind this issue is related to?
/area ci /area registry
Issue Description
Since updating our go runtime to 1.18, we have changed our container image tags to
golang:1.18-alpine
. In addition, we have adopted using theubi8/go-toolset
image as the base for our builder stage due to the restriction of our deployment environment, devfile/api#1083.Our update lifecycle, however, is not compatible with the release lifecycle of
ubi8/go-toolset
and therefore should be revisited for changing this base image. We would like to investigate the possibility and feasibility of mirroringgolang
from Docker Hub to use as our base instead.The use of devfile-samples/image-mirror which runs this process on all defined Docker Hub images nightly can achieve this.
Acceptance Criteria