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 containers should follow docker best practice #487

Open
marcus-sva opened this issue Jan 17, 2025 · 0 comments · May be fixed by hobbyfarm/gargantua#215
Open

Build containers should follow docker best practice #487

marcus-sva opened this issue Jan 17, 2025 · 0 comments · May be fixed by hobbyfarm/gargantua#215
Labels
kind/enhancement New feature or request

Comments

@marcus-sva
Copy link
Contributor

marcus-sva commented Jan 17, 2025

What would you like to be added:

The build and deployed containers of hobbyfarm, including admin-ui, should follow docker container best practice.

Why is this needed:

Currently things are done in a non-recommended way like:

  • we use alpine:latest instead base image versions should be pinned
  • don't run as root user and use ROOT (keep in mind that openshift might run with random UID)
@marcus-sva marcus-sva added the kind/enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant