зеркало из https://github.com/Azure/ARO-RP.git
added -5 trailing for image path
This commit is contained in:
Родитель
b52beacc47
Коммит
957a3af6b0
|
@ -1,7 +1,7 @@
|
|||
# Uses a multi-stage container build to build the RP & E2E components.
|
||||
#
|
||||
ARG REGISTRY
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12 AS builder
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12-5 AS builder
|
||||
|
||||
USER root
|
||||
ENV GOPATH=/root/go
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Uses a multi-stage container build to build the RP.
|
||||
#
|
||||
ARG REGISTRY
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12 AS builder
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12-5 AS builder
|
||||
|
||||
USER root
|
||||
ENV GOPATH=/root/go
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG REGISTRY
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12 AS builder
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12-5 AS builder
|
||||
ARG GATEKEEPER_VERSION
|
||||
ENV DOWNLOAD_URL=https://github.com/open-policy-agent/gatekeeper/archive/${GATEKEEPER_VERSION}.tar.gz
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Uses a multi-stage container build to build the proxy
|
||||
#
|
||||
ARG REGISTRY
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12 AS builder
|
||||
FROM ${REGISTRY}/ubi8/go-toolset:1.20.12-5 AS builder
|
||||
USER root
|
||||
ENV GOPATH=/root/go
|
||||
RUN mkdir -p /app
|
||||
|
|
Загрузка…
Ссылка в новой задаче