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/whalesay uses deprecated image format and does not support ARM #3309

Open
joebowbeer opened this issue Sep 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@joebowbeer
Copy link
Contributor

Describe the bug

docker/whalesay:latest was published 9 years ago and has a serious issue:

docker/whalesay#6

Failed to pull image "docker/whalesay": [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release.

This has been reported in argo-workflows:

argoproj/argo-workflows#13388
argoproj/argo-workflows#11858

and fixed by replacing whalesay with busybox:

argoproj/argo-workflows#13429

The argo-events repo also needs this fix. 👈

To Reproduce

  1. Follow instructions in argo-events tutorials

Expected behavior
Examples work.

Environment (please complete the following information):

  • Kubernetes: 1.30
  • Argo: v3.5.11
  • Argo Events: v1.9.2

Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@joebowbeer joebowbeer added the bug Something isn't working label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant