-
Notifications
You must be signed in to change notification settings - Fork 682
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Unused keys in container shema #5569
Comments
Maybe this behavior is intended for yaml, but it's confusing. |
Yes, it is intended because we generate https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml and https://github.com/nextcloud/all-in-one/tree/main/nextcloud-aio-helm-chart out of it. Do you have a better idea how to do that? |
Why have a cap_drop in YAML, but not with the mastercontainer ? |
Because cap_drop is by default applied for all containers:
|
Or WDYM? |
Actually, all of them are only there for the docker-compose yaml and the helm chart because they are generated out of the containers.json. In the mastercontainer itself is a separate logic to handle these, thus they are not actually needed for the mastercontainer. How should we proceed with this issue? |
Move this to discussions as ideas? |
Sounds good 👍 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Steps to reproduce
ctrl+f
>cap_drop
,profiles
,user
,networks
orexpose
ctrl+f
>cap_drop
,profiles
,user
,networks
orexpose
all-in-one/php/containers.json
Lines 73 to 75 in 267aebf
Expected behavior
Actual behavior
Other information
Host OS
Output of
sudo docker info
Docker run command or docker-compose file that you used
Other valuable info
(I'm rewriting mastercontainer in rust (to learn rust) and I found this...)
The text was updated successfully, but these errors were encountered: