From ed5f9cf732c913f9c5dd81eceb1d87449dc34a23 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 2 Nov 2023 12:21:01 +0100 Subject: [PATCH] HSEARCH-4674 Switch to IBM registry for DB2 --- .github/dependabot.yml | 4 ++++ build/container/database/db2.Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a847721ea4..8bb0050c128 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ registries: username: ${{secrets.DOCKERHUB_USERNAME}} password: ${{secrets.DOCKERHUB_TOKEN}} replaces-base: true + ibm: + type: docker-registry + url: https://icr.io updates: - package-ecosystem: "maven" directory: "/" @@ -109,6 +112,7 @@ updates: - package-ecosystem: "docker" registries: - dockerhub + - ibm # For dependabot to find Docker files they all should be in the same directory. # Dependabot is picking any files that has `dockerfile` in them. # diff --git a/build/container/database/db2.Dockerfile b/build/container/database/db2.Dockerfile index b340acf79d4..30e0fa1a7e0 100644 --- a/build/container/database/db2.Dockerfile +++ b/build/container/database/db2.Dockerfile @@ -1,3 +1,3 @@ # DB2 -# See https://hub.docker.com/r/ibmcom/db2/tags -FROM docker.io/ibmcom/db2:11.5.8.0 \ No newline at end of file +# See https://icr.io/v2/db2_community/db2/tags/list +FROM icr.io/db2_community/db2:11.5.8.0 \ No newline at end of file