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
It attempts to run apko-inception:latest-arm64, which doesn't exist.
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
apko-inception latest-amd64 b1fe4fae4dd9 3 days ago 159MB
alpine <none> 3e44438281ba 20 months ago 11.5MB
I believe the image on the host is getting tagged with the ARCH of the alpine builder container.
The text was updated successfully, but these errors were encountered:
scalewithlee
changed the title
./hack/make-devenv.sh error./hack/make-devenv.sh not working on mac
Apr 30, 2025
I'm attempting to build the devenv container on my macbook (arm64). Here's the full output:
It attempts to run
apko-inception:latest-arm64
, which doesn't exist.I believe the image on the host is getting tagged with the ARCH of the alpine builder container.
The text was updated successfully, but these errors were encountered: