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

Garm v4 plan #36

Open
mlajkim opened this issue Feb 27, 2024 · 0 comments
Open

Garm v4 plan #36

mlajkim opened this issue Feb 27, 2024 · 0 comments
Assignees

Comments

@mlajkim
Copy link
Contributor

mlajkim commented Feb 27, 2024

Garm v4 without v1beta1 supported

SET_CAP REMOVED

We should delete this line because it really depends on the environment you build your image.
For example, if you disable docker_buildkit, the setcap won't work and your garm image will not be able to use the privileged port (or 1~1024)

But again, such changes will make the users of garm to have their garm image settings with like this:

securityContext:
  sysctls:
  - name: net.ipv4.ip_unprivileged_port_start
    value: "1"         

and this is a destructive changes so we would like to bring it when it becomes v4.

https://github.com/AthenZ/garm/blob/master/Dockerfile#L35-L36

@mlajkim mlajkim self-assigned this Oct 30, 2024
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

No branches or pull requests

1 participant