-
Notifications
You must be signed in to change notification settings - Fork 2k
Add support for read_only
services in stack deploy
#73
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
Add support for read_only
services in stack deploy
#73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
apparenty it was already in the compose-file schema 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to remove it from UnsupportedProperties
in cli/compose/types/types.go
as well. I guess the tests are still passing because it's just printing a warning.
The `read_only` key in a composefile is not taken into account right now. Now that services support `--read-only`, so should `stack deploy` Ref: moby/moby#32994 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
e5fac26
to
0ab760a
Compare
@dnephin updated 👼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM when green
LGTM |
The
read_only
key in a composefile is not taken into account rightnow. Now that services support
--read-only
, so shouldstack deploy
Ref: moby/moby#32994
🦁
Signed-off-by: Vincent Demeester vincent@sbr.pm