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

build-image.sh: Support building the image on Docker. #589

Closed

Conversation

EtiennePerot
Copy link
Contributor

This pull request modifies the install/linux/build-image.sh script to work with either podman or docker installed.

(It also enables some more bash features to make shell scripts less error-prone.)

@deeplow
Copy link
Contributor

deeplow commented Oct 12, 2023

Thanks for the contribution. The issue is that for linux releases we want to rely on podman. Installing docker is rather painful and we're relying on an external repository. So a while ago we moved away from docker for this reason, I think.

And as I understand your gvisor PR is based on the assumption that Docker would be available on Linux, which may become a problem. Anyways, this is something that we can discuss with @apyrgio, but I don't think we'll move away from podman on linux (sadly for this and the other PR).

@EtiennePerot
Copy link
Contributor Author

Alright, closing this PR.

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

Successfully merging this pull request may close these issues.

2 participants