Welcome to the IBM TechXchange Community, a place to collaborate, share knowledge, & support one another in everyday challenges. Connect with your fellow members through forums, blogs, files, & face-to-face networking.
IBM Data Management Community Connect with Db2, Informix, Netezza, open source, and other data experts to gain value from your data, share insights, and solve problems. Join / Log in
Dear Db2 Users,
Db2 Community edition (non-production) docker container is moving out of DockerHub and will be serviced out of IBM Container Registry (ICR).If you are pulling the container image from docker.io/ibmcom/db2, you should switch to pulling from icr.io/db2_community/db2 as soon as possible as the repository docker.io/ibmcom/db2 will be removed in the very near future.
docker pull icr.io/db2_community/db2
IBM Documentation has been updated to point to the new pull location - https://www.ibm.com/docs/en/db2/11.5?topic=deployments-db2-community-edition-docker
Thank you.
export DOCKER_DEFAULT_PLATFORM=linux/amd64
and retrying the pull. This will pull the amd architecture image, and then all you have to do is add
--platform=linux/amd64
to the `docker run` command you'd usually do. Here's the complete discussion about this issue: https://community.ibm.com/community/user/datamanagement/communities/community-home/digestviewer/viewthread?MessageKey=40f07bd1-19f6-42b5-800b-168cdfed175b&CommunityKey=ea909850-39ea-4ac4-9512-8e2eb37ea09a&bm=40f07bd1-19f6-42b5-800b-168cdfed175b#bm40f07bd1-19f6-42b5-800b-168cdfed175b