Skip to content

Commit

Permalink
HSEARCH-4674 Switch to IBM registry for DB2
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Nov 8, 2023
1 parent 0e645ee commit 9dca2b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down Expand Up @@ -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.
#
Expand Down
4 changes: 2 additions & 2 deletions build/container/database/db2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DB2
# See https://hub.docker.com/r/ibmcom/db2/tags
FROM docker.io/ibmcom/db2:11.5.8.0
# See https://icr.io/v2/db2_community/db2/tags/list
FROM icr.io/db2_community/db2:11.5.8.0

0 comments on commit 9dca2b4

Please sign in to comment.