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

Docker pull command return error #6

Closed
ssokol opened this issue Aug 11, 2024 · 5 comments
Closed

Docker pull command return error #6

ssokol opened this issue Aug 11, 2024 · 5 comments

Comments

@ssokol
Copy link
Collaborator

ssokol commented Aug 11, 2024

Hi Brian,

Sorry to be a pain. I tried using the container search function in the Docker Desktop app, but it only showed tag version 1.20. I tried running the pull command manually from the terminal (on a Mac) and got:

ssokol@Stevens-MacBook-Pro-2 Downloads % docker pull n129bz/chartmaker:v1.25
Error response from daemon: manifest for n129bz/chartmaker:v1.25 not found: manifest unknown: manifest unknown

I was able to download 1.20 from the main docker registry but it does not want to run for some reason - possibly because I'm on an ARM64 Mac and the image was created for AMD64?

@N129BZ
Copy link
Owner

N129BZ commented Aug 11, 2024

@N129BZ
Copy link
Owner

N129BZ commented Aug 11, 2024

Also - I need to build a new docker image with the latest release which includes the new command line functionality and individual state chart processing. Should be done later today. I'll post the link then.

@N129BZ
Copy link
Owner

N129BZ commented Aug 11, 2024

New docker image pushed, n129bz/chartmaker:v1.34, found at:
https://hub.docker.com/repository/docker/n129bz/chartmaker/general

To run on Mac ARM64, use the --platform option when launching,

docker run -it --platform linux/amd64 n129bz/charmaker:v1.34

This image has the newest version of Chartmaker with new command line options and individual VFR area chart capability.

Closing issue.

@N129BZ N129BZ closed this as completed Aug 11, 2024
@N129BZ
Copy link
Owner

N129BZ commented Aug 13, 2024

Docker image now updated to version 1.35
https://hub.docker.com/repository/docker/n129bz/chartmaker/general

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

2 participants