Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pixi docker image #844

Closed
pavelzw opened this issue Feb 23, 2024 · 3 comments
Closed

Create pixi docker image #844

pavelzw opened this issue Feb 23, 2024 · 3 comments
Labels
✨ enhancement Feature request

Comments

@pavelzw
Copy link
Contributor

pavelzw commented Feb 23, 2024

Problem description

It would be nice to have an official pixi docker image.

Something like

# uses ubuntu as base image
FROM 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 image
FROM 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.

@pavelzw pavelzw added the ✨ enhancement Feature request label Feb 23, 2024
@pavelzw
Copy link
Contributor Author

pavelzw commented Feb 24, 2024

Fixed with https://github.com/prefix-dev/pixi-docker

@pavelzw pavelzw closed this as completed Feb 24, 2024
@baszalmstra
Copy link
Contributor

You are amazing! 🚀

@ruben-arts
Copy link
Contributor

Thanks @pavelzw! 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

3 participants