Skip to content
Snippets Groups Projects
Unverified Commit ac617f6b authored by DJ Mountney's avatar DJ Mountney
Browse files

Update gitlab-exporter to the latest version

parent b9d981ef
No related merge requests found
......@@ -3,7 +3,7 @@ variables:
GITLAB_VERSION: "master"
GITLAB_REF_SLUG: "master"
GITLAB_ASSETS_TAG: "master"
GITLAB_EXPORTER_VERSION: "10.0.0"
GITLAB_EXPORTER_VERSION: "10.1.0"
GITLAB_SHELL_VERSION: "main"
GITLAB_CONTAINER_REGISTRY_VERSION: "v3.2.1-gitlab"
GITALY_SERVER_VERSION: "master"
......
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.0.0
ARG GITLAB_EXPORTER_VERSION=10.1.0
FROM ${FROM_IMAGE}:${TAG}
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
......
......@@ -2,7 +2,7 @@ ARG BUILD_IMAGE=
FROM ${BUILD_IMAGE}
ARG GITLAB_EXPORTER_VERSION=10.0.0
ARG GITLAB_EXPORTER_VERSION=10.1.0
ADD gitlab-ruby.tar.gz /
ADD postgresql.tar.gz /
......
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