You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 theprivileged port
(or 1~1024)But again, such changes will make the users of garm to have their garm image settings with like this:
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
The text was updated successfully, but these errors were encountered: