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

Container Build / Dockerfile: Switch to s2i-Images #90

Open
freinold opened this issue Sep 27, 2024 · 1 comment
Open

Container Build / Dockerfile: Switch to s2i-Images #90

freinold opened this issue Sep 27, 2024 · 1 comment
Labels

Comments

@freinold
Copy link
Member

The current container build uses Vanilla Images for nodejs and Python Runtime.

Especially the Python-Image could be resolved differently if another Image Registry is used and can thus be a source of vulnerability.

To better support future K8s/OpenShift-Deployment, switch to s2i (source2image) for nodejs and Python.
To ensure full OpenSource-Compatability, dont use the RHEL images / Dockerfiles, but the CentOS based ones instead.
Also try to build on the minimal image which could shrink size and thus save storage and build/load times.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.

@github-actions github-actions bot added the Stale label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant