admin管理员组文章数量:1401199
I have recently took over a project with a Podman image that is not working if it is deployed with the latest version tag.
version: '3.7'
services:
nginx:
build:
context: infrastructure
dockerfile: nginx_dockerfile
image: __(ACR)__/__(nginx_image_name)__:__(nginx_image_version)__
However, there is an old version of the image that works.
version: '3.7'
services:
nginx:
build:
context: infrastructure
dockerfile: nginx_dockerfile
image: __(ACR)__/__(nginx_image_name)__:20250104.2
I can't use the latter image for future developments. Is there a way to do a diff between the two images to troubleshoot the error?
本文标签: docker composeTroubleshooting Podman images by comparing it with another versionStack Overflow
版权声明:本文标题:docker compose - Troubleshooting Podman images by comparing it with another version - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744220482a2595840.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论