The Wayback Machine - https://web.archive.org/web/20220316234000/https://github.com/oauth2-proxy/oauth2-proxy/issues/1593
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

Container image arm64 v8 architecture missing #1593

Open
Legion2 opened this issue Mar 16, 2022 · 1 comment
Open

Container image arm64 v8 architecture missing #1593

Legion2 opened this issue Mar 16, 2022 · 1 comment

Comments

@Legion2
Copy link

@Legion2 Legion2 commented Mar 16, 2022

I'm trying to build a container image with oauth2-proxy as base image for the linux/arm64/v8 platform.

Expected Behavior

The build is successful

Current Behavior

The build failes with error building image: no child with platform linux/arm64/v8 in index quay.io/oauth2-proxy/oauth2-proxy:v7.2.1

Possible Solution

The arm64 entry in the image index is missing the v8 variant.

Steps to Reproduce (for bugs)

  1. docker run mplatform/manifest-tool inspect quay.io/oauth2-proxy/oauth2-proxy:v7.2.1 shows the missing variant

Context

I'm building container images with kaniko

Your Environment

  • Architecture: arm64/v8 (aws graviton)
  • Version used: 7.2.1
@Legion2
Copy link
Author

@Legion2 Legion2 commented Mar 16, 2022

Possibly this is "only" a kaniko issue, because kaniko is more strict about the presence of the variant option for the arm64 architecture. Docker itself can pull the arm64 image without the variant property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants