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 would be nice to have an official pixi docker image.
Something like
# uses ubuntu as base imageFROM ghcr.io/prefix-dev/pixi:latest
FROM ghcr.io/prefix-dev/pixi:0.14.0
FROM ghcr.io/prefix-dev/pixi:0.14.0-ubuntu
# uses alpine as base imageFROM ghcr.io/prefix-dev/pixi:latest-alpine
FROM ghcr.io/prefix-dev/pixi:0.14.0-alpine
Since pixi already comes as a static binary, I would suggest to only get the release binary from this repo, copy pixi to /usr/local/bin/pixi and do nothing else.
The text was updated successfully, but these errors were encountered:
Problem description
It would be nice to have an official pixi docker image.
Something like
Since pixi already comes as a static binary, I would suggest to only get the release binary from this repo, copy pixi to
/usr/local/bin/pixi
and do nothing else.The text was updated successfully, but these errors were encountered: