Skip to content

Commit

Permalink
build: specify registry url for ubi base image
Browse files Browse the repository at this point in the history
specify registry.access.redhat.com as container registry for ubi7 base images

Signed-off-by: David-T-White <64927637+David-T-White@users.noreply.github.com>
  • Loading branch information
David-T-White committed Jun 28, 2023
1 parent 91f15f6 commit e1a22fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# line, or for args to be updated in this file prior to building. See
# the ARG section below.

FROM ubi7/go-toolset:1.19 AS build
FROM registry.access.redhat.com/ubi7/go-toolset:1.19 AS build

USER root
ENV PATH="${PATH}:/opt/rh/go-toolset-1.19/root/usr/bin/"
Expand All @@ -26,9 +26,9 @@ RUN ls -l /

########################################################################

FROM ubi7/go-toolset:1.19
FROM registry.access.redhat.com/ubi7/go-toolset:1.19

ARG version=v1.7.1
ARG version=v1.7.2
ARG vcs_ref=89c5c4558d77735c53f25d44789938f6dc609e62
ARG build_date=2023-06-28T00:45:11+00:00
ARG vendor=Seagate
Expand Down

0 comments on commit e1a22fe

Please sign in to comment.