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

docker build is bound to ubuntu and apt #3855

Open
judovana opened this issue Jun 17, 2024 · 0 comments
Open

docker build is bound to ubuntu and apt #3855

judovana opened this issue Jun 17, 2024 · 0 comments
Labels
docker Issues related to our docker files and docker scripts

Comments

@judovana
Copy link
Contributor

printAptPackages() {
is bound to apt, and is bound to ubuntu:18.04

I have a changeset (dangling around for ages actually) which enabled fedora and rpms. That PR is now based on hardcoded values, but I would like to make it more official.

I wanted to extend --docker/--podman or -D for autodetected as done in #3796 simply for optional parameter. No parameter would go to the original ubuntu:21 , and any other parameter will be directly the image to use, where there will be hardcoded switch of known OSes using yum/dnf and list of systems using apt. Probably ending with exception if unknown system is hit.

WDYT?

@github-actions github-actions bot added the docker Issues related to our docker files and docker scripts label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Issues related to our docker files and docker scripts
Projects
Status: Todo
Development

No branches or pull requests

1 participant