Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v9
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 13, 2025
1 parent 5ebb7c0 commit bb4091e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as osdk-builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 as osdk-builder

COPY --chown=default ./operator-sdk/. /opt/app-root/src/
WORKDIR /opt/app-root/src
RUN ls -l && CGO_ENABLED=0 GOOS=linux go build -a -o operator-sdk cmd/operator-sdk/main.go

FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as opm-builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 as opm-builder

COPY --chown=default ./operator-registry/. /opt/app-root/src/
WORKDIR /opt/app-root/src
RUN ls -l && CGO_ENABLED=0 GOOS=linux go build -a -o opm cmd/opm/main.go

FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as kustomize-builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 as kustomize-builder

COPY --chown=default ./kustomize/. /opt/app-root/src/
WORKDIR /opt/app-root/src
Expand Down

0 comments on commit bb4091e

Please sign in to comment.