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

Problems with docker:tag when using podman #1625

Closed
michaelmejaeger opened this issue Dec 27, 2022 · 2 comments
Closed

Problems with docker:tag when using podman #1625

michaelmejaeger opened this issue Dec 27, 2022 · 2 comments

Comments

@michaelmejaeger
Copy link

michaelmejaeger commented Dec 27, 2022

Description

Hi, up to now it worked well for me to use the plugin with Podman using podman system service. However, I encountered the following problem today when using docker:push latest (formatted the output for better readability):

DOCKER> Unable to inspect image [sha256:e9685] : 
{
  "cause": "normalizing name for compat API: sha256:e9685: invalid format: no 64-byte hexadecimal value",
  "message": "normalizing image: normalizing name for compat API: sha256:e9685: invalid format: no 64-byte hexadecimal value",
  "response": 500
}

(Internal Server Error: 500)]

The reason seems to be that the plugin uses 5-byte hex shortcuts while the podman-docker-service requires the full 64-byte hex value.

Info

  • docker-maven-plugin version : 0.40.3
  • podman version: 4.3.1
  • Maven version (mvn -v) : 3.8.6
  • If it's a bug, how to reproduce : simply start the docker system service and use the docker:tag feature.
  • Sample project : None so far.

Relates to #1330

@michaelmejaeger
Copy link
Author

I cannot reproduce this problem at the moment, so probably it was something local on my machine.

@michaelmejaeger
Copy link
Author

I am thus closing this issue.

@michaelmejaeger michaelmejaeger closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant