You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermediate images not removed when running podman. Docker-maven-plugin issues a warning, the warning looks to be related to #1625
Output from Maven (formatted the output for better readability):
[INFO] DOCKER> [fabric8io-test:0.0.1-SNAPSHOT]: Created docker-build.tar in 23 milliseconds
[INFO] DOCKER> [fabric8io-test:0.0.1-SNAPSHOT]: Built image sha256:7f00c
[WARNING] DOCKER> fabric8io-test:0.0.1-SNAPSHOT: Unable to remove image [sha256:7f00c] :
{"cause":"normalizing name for compat API: sha256:7f00c: invalid format: no 64-byte hexadecimal value",
"message":"normalizing image: normalizing name for compat API: sha256:7f00c: invalid format: no 64-byte hexadecimal value","response":500
}
(Internal Server Error: 500) (dangling image) [{"cause":"normalizing name for compat API: sha256:7f00c: invalid format: no 64-byte hexadecimal value","message":"normalizing image: normalizing name for compat API: sha256:7f00c: invalid format: no 64-byte hexadecimal value","response":500} (Internal Server Error: 500)]
The image id 7f00c from the warning message is still around:
If it's a bug, how to reproduce : Run the following command twice: DOCKER_HOST=unix:///var/run/user/1000/podman/podman.sock ./mvnw -Ddocker.noCache install (the second run gives the warning)
Description
Intermediate images not removed when running podman. Docker-maven-plugin issues a warning, the warning looks to be related to #1625
Output from Maven (formatted the output for better readability):
The image id
7f00c
from the warning message is still around:Info
mvn -v
) :DOCKER_HOST=unix:///var/run/user/1000/podman/podman.sock ./mvnw -Ddocker.noCache install
(the second run gives the warning)The text was updated successfully, but these errors were encountered: