-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: Update latest images tags to 3.0.0 #230
feat: Update latest images tags to 3.0.0 #230
Conversation
Update docker-compose examples to use image tags 3.0.0 instead of latest Closes: edgexfoundry#228 Signed-off-by: Jim Wang <[email protected]>
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.
The docker-compose.original is there intentionally in order to show the difference between the original and modified docker-composes
security/remote_devices/spiffe_and_ssh/remote/docker-compose.yml
Outdated
Show resolved
Hide resolved
ok, i can revert those back but then you have to keep track of version from this to the next release? So for example, the previous one would be renamed to something like docker-compose.2.x or something like that |
Dismissing review... Lenny to take responsiblity.
Signed-off-by: Jim Wang <[email protected]>
security/remote_devices/spiffe_and_ssh/remote/docker-compose.yml
Outdated
Show resolved
Hide resolved
…nd makefile Signed-off-by: Jim Wang <[email protected]>
Signed-off-by: Jim Wang <[email protected]>
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, need 2nd review from Camera team since changing their example app
@presatish , @ajcasagrande , please review change from docker-compose
to docker compose
in Camera Mgmt app.
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.
Camera management changes LGTM
Update docker-compose examples to use image tags 3.0.0 instead of latest
Closes: #228
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-examples/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
Testing Instructions