I have done the following
Steps to reproduce
Tag an image for a repository (for example, docker.io/max-mustermann/scratch/test:latest) and run:
container image push docker.io/max-mustermann/scratch/test:latest 2> /dev/null
Problem description
Expected: On success, the command writes the reference docker.io/max-mustermann/scratch/test:latest to the standard output.
We should discuss here whether to echo back the supplied reference, or print the fully qualified reference.
Actual: The command produces no standard output.
Environment
- OS: 26
- Xcode: 26
- Container: main
Code of Conduct
I have done the following
Steps to reproduce
Tag an image for a repository (for example,
docker.io/max-mustermann/scratch/test:latest) and run:container image push docker.io/max-mustermann/scratch/test:latest 2> /dev/nullProblem description
Expected: On success, the command writes the reference
docker.io/max-mustermann/scratch/test:latestto the standard output.We should discuss here whether to echo back the supplied reference, or print the fully qualified reference.
Actual: The command produces no standard output.
Environment
Code of Conduct