diff --git a/Dockerfile b/Dockerfile index 61b640ce57b0db0ce33f149023027b3aeb2824f6..df3386fd61c83b8adf988eef22a4cb55096f4a1d 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=ironbank/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 47c9014ff0acc319b090bc47b16b4c091058fc4a..322668974567df7962efb74b2b1ffa79a431ac7f 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 e05007e1e815dc2bd4f3ad21d9a79513094a5f5d..70d63aabc3e533db813d220070043b211cfc9faf 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -7,13 +7,13 @@ name: "gitlab/gitlab/gitlab-rails" # 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" @@ -44,8 +44,8 @@ maintainers: email: "alan.fontaine@centauricorp.com" resources: - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.8-ubi8/gitlab-rails-ee.tar.gz" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.9-ubi8/gitlab-rails-ee.tar.gz" filename: "gitlab-rails-ee.tar.gz" validation: type: "sha256" - value: "93093abe3365c5146a56dc891b056d8cc1c6b86ab25c00c7c38dc661dad3d74d" + value: "3c67d68191f8594982b12257edb758135596c6cb9e2c8f3412427c2995524b81"