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

Devcontainer not working for ARM #3084

Closed
xoanmm opened this issue May 30, 2022 · 0 comments · Fixed by #3085
Closed

Devcontainer not working for ARM #3084

xoanmm opened this issue May 30, 2022 · 0 comments · Fixed by #3085
Assignees
Labels
bug Something isn't working

Comments

@xoanmm
Copy link
Contributor

xoanmm commented May 30, 2022

Report

Trying to generate the image for devcontainer in a Mac with ARM arch is not working, throwing the following error:

#4 154.7 Package docker-ce-cli is not available, but is referred to by another package.
#4 154.7 This may mean that the package is missing, has been obsoleted, or
#4 154.7 is only available from another source
#4 154.7 
#4 154.8 E: Package 'docker-ce-cli' has no installation candidate

Expected Behavior

Image generated from Dockerfile located in .devcontainer/Dockerfile is generated successfully

Actual Behavior

Throw an error due docker-ce binary is not installed properly like the following:

#4 154.7 Package docker-ce-cli is not available, but is referred to by another package.
#4 154.7 This may mean that the package is missing, has been obsoleted, or
#4 154.7 is only available from another source
#4 154.7 
#4 154.8 E: Package 'docker-ce-cli' has no installation candidate

Steps to Reproduce the Problem

  1. Try to build the image from Dockerfile located in .devcontainer/Dockerfile using a machine with ARM arch

Logs from KEDA operator

No response

KEDA Version

No response

Kubernetes Version

No response

Platform

Other

Scaler Details

No response

Anything else?

No response

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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant