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