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
3fa4ea09
Commit
3fa4ea09
authored
Jun 03, 2021
by
Jason Plum
Browse files
Merge branch 'mk-gitlab-exporter-10.3' into 'master'
Bump gitlab-exporter to 10.3.0 See merge request gitlab-org/build/CNG!682
parents
43b50e73
f66dead3
Pipeline
#5409
failed with stages
in 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci_files/variables.yml
View file @
3fa4ea09
...
...
@@ -3,7 +3,7 @@ variables:
GITLAB_VERSION
:
"
master"
GITLAB_REF_SLUG
:
"
master"
GITLAB_ASSETS_TAG
:
"
master"
GITLAB_EXPORTER_VERSION
:
"
10.
2
.0"
GITLAB_EXPORTER_VERSION
:
"
10.
3
.0"
GITLAB_SHELL_VERSION
:
"
main"
GITLAB_CONTAINER_REGISTRY_VERSION
:
"
v3.4.1-gitlab"
GITALY_SERVER_VERSION
:
"
master"
...
...
gitlab-exporter/Dockerfile
View file @
3fa4ea09
ARG
CI_REGISTRY_IMAGE="registry.gitlab.com/gitlab-org/build/cng"
ARG
TAG="master"
ARG
FROM_IMAGE="$CI_REGISTRY_IMAGE/gitlab-ruby"
ARG
GITLAB_EXPORTER_VERSION=10.
2
.0
ARG
GITLAB_EXPORTER_VERSION=10.
3
.0
FROM
${FROM_IMAGE}:${TAG}
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
...
...
gitlab-exporter/Dockerfile.build.ubi8
View file @
3fa4ea09
...
...
@@ -2,7 +2,7 @@ ARG BUILD_IMAGE=
FROM ${BUILD_IMAGE}
ARG GITLAB_EXPORTER_VERSION=10.
2
.0
ARG GITLAB_EXPORTER_VERSION=10.
3
.0
ENV LIBDIR ${LIBDIR:-"/usr/lib64"}
ADD gitlab-ruby.tar.gz /
...
...
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