mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
bump operator-sdk and opm versions
This commit is contained in:
parent
c825572faf
commit
53d6fe59ae
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ ARG OPM_ALPINE_VERSION=3.13
|
|||
|
||||
FROM golang:${GOLANG_VERSION}-alpine${OPM_ALPINE_VERSION} as opm
|
||||
|
||||
ARG OPM_VERSION=1.19.0
|
||||
ARG OPM_VERSION=1.19.1
|
||||
ENV GOPROXY="https://proxy.golang.org/"
|
||||
|
||||
RUN apk add --no-cache make gcc musl-dev curl git
|
||||
|
|
@ -52,7 +52,7 @@ LABEL maintainer="GitLab Distribution Team" \
|
|||
ARG KUBEBUILDER_VERSION=2.3.1
|
||||
ARG YQ_VERSION=4.7.0
|
||||
ARG HELM_VERSION=3.5.2
|
||||
ARG OPERATORSDK_VERSION=1.13.0
|
||||
ARG OPERATORSDK_VERSION=1.13.1
|
||||
# ARG OPM_VERSION=1.19.0
|
||||
|
||||
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue