You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Report
Trying to generate the image for devcontainer in a Mac with ARM arch is not working, throwing the following error:
Expected Behavior
Image generated from Dockerfile located in
.devcontainer/Dockerfile
is generated successfullyActual Behavior
Throw an error due
docker-ce
binary is not installed properly like the following:Steps to Reproduce the Problem
.devcontainer/Dockerfile
using a machine with ARM archLogs from KEDA operator
No response
KEDA Version
No response
Kubernetes Version
No response
Platform
Other
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: