Skip to content
Snippets Groups Projects
Commit 78516ee2 authored by João Pereira's avatar João Pereira
Browse files

Bump container registry to v3.18.1

parent aa52b8e8
No related merge requests found
......@@ -5,7 +5,7 @@ variables:
GITLAB_ASSETS_TAG: "master"
GITLAB_EXPORTER_VERSION: "11.2.0"
GITLAB_SHELL_VERSION: "main"
GITLAB_CONTAINER_REGISTRY_VERSION: "v3.18.0-gitlab"
GITLAB_CONTAINER_REGISTRY_VERSION: "v3.18.1-gitlab"
GITALY_SERVER_VERSION: "master"
GITLAB_PAGES_VERSION: "master"
GIT_VERSION: "2.29.0"
......
......@@ -10,7 +10,7 @@ FROM ${GOMPLATE_IMAGE} as gomplate
FROM ${FROM_IMAGE}:${GIT_TAG} as builder
ARG DOCKER_BUILDTAGS="include_oss include_gcs continuous_profiler_stackdriver"
ARG REGISTRY_VERSION=v3.18.0-gitlab
ARG REGISTRY_VERSION=v3.18.1-gitlab
ARG REGISTRY_NAMESPACE=gitlab-org
ARG REGISTRY_PROJECT=container-registry
ARG GOPATH=/go
......
......@@ -3,7 +3,7 @@ ARG BUILD_IMAGE=
FROM ${BUILD_IMAGE}
ARG DOCKER_BUILDTAGS="include_oss include_gcs continuous_profiler_stackdriver"
ARG REGISTRY_VERSION=v3.18.0-gitlab
ARG REGISTRY_VERSION=v3.18.1-gitlab
ARG REGISTRY_NAMESPACE=gitlab-org
ARG REGISTRY_PROJECT=container-registry
ARG GOPATH=/go
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment