-
Notifications
You must be signed in to change notification settings - Fork 301
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
Development
: Make developer setup travel friendly with pull policy: if_not_present
#7290
Development
: Make developer setup travel friendly with pull policy: if_not_present
#7290
Conversation
7ea56a8
to
b8b3b91
Compare
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.
Code LGTM 👍🏻
Pulling and starting containers works for me
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.
Changes look good to me now.
Looks good, probably add a note in the docs that people can pull w/ |
Checklist
General
Server
Motivation and Context
When working on a train/bus/ or wherever there is a spotty internet connection, starting and stopping the Artemis dev setup is hindered by Docker continuously trying to download images it already has (because
pull_policy: always
is set). This PR replaces that withif_no_present
, meaning the image is only pulled if it's unavailable locally.Description
Steps for Testing
docker compose
like always and check if the containers still spin upReview Progress
Code Review
Manual Tests
Exam Mode Test