Replies: 5 comments
-
I think porting distribution/distribution#3489 to @mtrmac @vrothberg any idea about why |
Beta Was this translation helpful? Give feedback.
-
Adding that syntax immediately directly conflicts with the So we can’t just start accepting that syntax without significant other work. (Maybe we can write a parser that unambiguously decides whether Also consider the risk of all the various hand-rolled parsers, in many shell scripts or possibly in the Podman codebase, just looking for So, defining a new syntax that uses Pragmatically, as years go by without having support for raw IPv6 addresses, it gets easier to argue that adding support for raw IPv6 addresses is not that necessary. |
Beta Was this translation helpful? Give feedback.
-
when IPv4 addresses are exhausted, in the era when IPv6 is more popular, it is valuable to use the original IPv6 addresses to build a registry. I think we are in a period of transition. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
A friendly reminder that this issue had no activity for 30 days. |
Beta Was this translation helpful? Give feedback.
-
Description
I want to push the image to a pure IPv6 registry. I use the rename image and find an error.
Steps to reproduce the issue:
Describe the results you received:
error adding names [[2008::192:168:131:145]:30008/test/busybox:latest] to image "busybox": error parsing name "[2008::192:168:131:145]:30008/test/busybox:latest": error parsing image name "[2008::192:168:131:145]:30008/test/busybox:latest": invalid reference format
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:I found a similar issue in docker, it seems that this is a general problem, does buildah plan to support IPv6 address resolution?
moby/moby#39033
Beta Was this translation helpful? Give feedback.
All reactions