Replies: 1 comment 2 replies
-
Not sure why it is not building for you. Could you provide info about your Docker engine you're building on ( My CI has been running without any issues and I just ran a build just fine locally on my macbook: docker build --progress plain --build-arg INSTALL_VER="5.13" --build-arg ARCH="arm64" -f Dockerfile.v5.x -t mbentley/omada-controller:5.13-arm64 . &> ~/build_out.txt Build output log: Maybe try to make sure you're pulling the latest base image? Try adding |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
v5.13.22
Describe Your Issue or Question
Still trying to build this image...
Now I receive the following error. "E: Unable to locate package mongodb-server-core"
Expected Behavior
build docker image
Steps to Reproduce
sudo docker build --build-arg INSTALL_VER="5.13" --build-arg ARCH="arm64" -f Dockerfile.v5.x -t mbentley/omada-controller:5.13-arm64 .
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions