diff --git a/Dockerfile b/Dockerfile index 0c42ccc5309a08f438875b9f0c6a4af7d34ed177..3673a1df04e04e6bebce23edd795f47d3fdb61cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.12.8-ubi8 +ARG GITLAB_VERSION=v13.12.9-ubi8 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=gitlab/gitlab/gitlab-ruby -ARG BASE_TAG=13.12.8 +ARG BASE_TAG=13.12.9 ARG RUBY_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 8a0a797f5bddf3816c63a9bf045a793c4ad47f97..42527c6da9249b726b3702192144029e4a1bc375 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.12.8} +TAG=${1:-13.12.9} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7cbfbdbfa1ea9e2b8238bca8fa68e40b6002552f..72af0fdb1d68c0d0ac8f0ab6323b64accb30b2bc 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -7,13 +7,13 @@ name: "gitlab/gitlab/gitlab-exporter" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "13.12.8" + - "13.12.9" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "gitlab/gitlab/gitlab-ruby" - BASE_TAG: "13.12.8" + BASE_TAG: "13.12.9" # Docker image labels labels: @@ -26,7 +26,7 @@ labels: org.opencontainers.image.url: "https://about.gitlab.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Gitlab" - org.opencontainers.image.version: "13.12.8" + org.opencontainers.image.version: "13.12.9" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitlab, git, gitops" ## This value can be "opensource" or "commercial" @@ -48,8 +48,8 @@ maintainers: cht_member: true resources: - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.8-ubi8/gitlab-exporter.tar.gz" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.9-ubi8/gitlab-exporter.tar.gz" filename: "gitlab-exporter.tar.gz" validation: type: "sha256" - value: "159c09e8c08edb29b2301d9bef02d3b863663afb90bb16ad6466e5fad826c1ac" + value: "2c1b8c6c29deec5f8557136135a07e1b7792b56d50e9f7243723de47f30cafa3"