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
Low priority ask to rework the install script to work with podman and apple silicon macs?
i just got my new work mac, installed podman and podman-desktop, aliased docker to podman.
but since install.sh is using docker instead of podman it fails. I went ahead and just changed the docker references to podman but the below still happens.
So try pulling the images manually.
dcastellani@dcastellani--Mac15 git % podman pull ghcr.io/andrewh1978/px-deploy:6.0.1
Trying to pull ghcr.io/andrewh1978/px-deploy:6.0.1...
Error: choosing an image from manifest list docker://ghcr.io/andrewh1978/px-deploy:6.0.1: no image found in image index for architecture arm64, variant "v8", OS linux
dcastellani@dcastellani--Mac15 git % podman image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io/andrewh1978/px-deploy <none> f48027ada7c3 4 weeks ago 1.08 GB
podman tag f48027ada7c3 px-deploy
and now
px-deploy list
DEPLOYMENT CLOUD REGION PLATFORM TEMPLATE CLUSTERS NODES/CL CREATED
and its working.
Now to test if deploying something actually works.
The text was updated successfully, but these errors were encountered:
I think the main issue right now is when you try to switch to Podman from Docker, podman doesnt understand you WANT the amd64 image to be run within the Podman VM, but podman is defaulting to an arm64 version on silicon macs.
So manually pulling the amd64 version with podman and tagging it latest seems to be the major work.
does px-deploy work with podman? Not by default.
Low priority ask to rework the install script to work with podman and apple silicon macs?
i just got my new work mac, installed podman and podman-desktop, aliased docker to podman.
but since
install.sh
is usingdocker
instead ofpodman
it fails. I went ahead and just changed the docker references to podman but the below still happens.So try pulling the images manually.
So i tried this. I went to https://github.com/andrewh1978/px-deploy/pkgs/container/px-deploy/187046279?tag=6.0.1
saw there were two OS /Arch. I pulled the linux image manually
then I tagged it
and now
and its working.
Now to test if deploying something actually works.
The text was updated successfully, but these errors were encountered: