Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
build
CNG
Commits
04171633
Commit
04171633
authored
Jun 09, 2021
by
Hayley Swimelar
Browse files
Bump Container Registry to v3.5.0-gitlab
parent
59d6cd3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ci_files/variables.yml
View file @
04171633
...
...
@@ -5,7 +5,7 @@ variables:
GITLAB_ASSETS_TAG
:
"
master"
GITLAB_EXPORTER_VERSION
:
"
10.3.0"
GITLAB_SHELL_VERSION
:
"
main"
GITLAB_CONTAINER_REGISTRY_VERSION
:
"
v3.
4.1
-gitlab"
GITLAB_CONTAINER_REGISTRY_VERSION
:
"
v3.
5.0
-gitlab"
GITALY_SERVER_VERSION
:
"
master"
GITLAB_PAGES_VERSION
:
"
master"
GIT_VERSION
:
"
2.29.0"
...
...
gitlab-container-registry/Dockerfile
View file @
04171633
...
...
@@ -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.
4.1
-gitlab
ARG
REGISTRY_VERSION=v3.
5.0
-gitlab
ARG
REGISTRY_NAMESPACE=gitlab-org
ARG
REGISTRY_PROJECT=container-registry
ARG
GOPATH=/go
...
...
gitlab-container-registry/Dockerfile.build.ubi8
View file @
04171633
...
...
@@ -3,7 +3,7 @@ ARG BUILD_IMAGE=
FROM ${BUILD_IMAGE}
ARG DOCKER_BUILDTAGS="include_oss include_gcs continuous_profiler_stackdriver"
ARG REGISTRY_VERSION=v3.
4.1
-gitlab
ARG REGISTRY_VERSION=v3.
5.0
-gitlab
ARG REGISTRY_NAMESPACE=gitlab-org
ARG REGISTRY_PROJECT=container-registry
ARG GOPATH=/go
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment