Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker HubのDockerイメージが5.3.0からarm64になっている #1187

Open
nogajun opened this issue Nov 22, 2024 · 0 comments
Open

Docker HubのDockerイメージが5.3.0からarm64になっている #1187

nogajun opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@nogajun
Copy link

nogajun commented Nov 22, 2024

Describe the bug / 不具合の説明

Docker HubにアップロードされているtDiaryイメージが5.3.0以前はamd64アーキテクチャだったのに、5.3.0からarm64に変わっている。

To Reproduce / 再現手順

amd64アーキテクチャのLinux(Debian GNU/Linux sid)とpodmanで再現。

$ docker pull tdiary/tdiary
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Resolving "tdiary/tdiary" using unqualified-search registries (/etc/containers/registries.conf.d/00-docker_io.conf)
Trying to pull docker.io/tdiary/tdiary:latest...
Getting image source signatures
Copying blob 603ae72c83b1 done   | 
Copying blob 5c240bbed91e done   | 
Copying blob c2964e85ea54 done   | 
Copying blob d3436c315a5d done   | 
Copying blob 97783dc270ae done   | 
Copying blob bcabfc6c415b done   | 
Copying blob 2bab19dda4fd done   | 
Copying blob e901c039adce done   | 
Copying blob be10564c4b89 done   | 
Copying blob 37e2e6d02b12 done   | 
Copying blob 51a0d44c9d1f done   | 
Copying blob 7616810be9c8 done   | 
Copying config 106a0a5739 done   | 
Writing manifest to image destination
WARNING: image platform (linux/arm64) does not match the expected platform (linux/amd64)
106a0a57392db1dff493a11142589d22b41457867b4c074a1ddf1806590e4cbd

Expected behavior / 期待した動作

WARNING: image platform (linux/arm64) does not match the expected platform (linux/amd64)の警告が出ずに使える。

Environment / 動作環境

  • OS: Debian GNU/Linux sid amd64
  • podman version 5.3.0
  • tDiary Version: latest
@nogajun nogajun added the bug label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant