Skip to content
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

Rebuild dev image #64

Merged
merged 1 commit into from
Jun 17, 2019
Merged

Rebuild dev image #64

merged 1 commit into from
Jun 17, 2019

Conversation

pingers
Copy link
Contributor

@pingers pingers commented Jun 14, 2019

./dsh pull errored because it doesn't respect built local images - docker/compose#3660
Also, even when the base web image updates, a build doesn't occur - maybe we don't need this because in all likelihood you would dsh purge and rebuild when you bring it up again.

@pingers pingers requested a review from singularo June 14, 2019 04:56
@singularo
Copy link
Contributor

Seems fine, have literally never used that command ;-)

Copy link
Contributor

@singularo singularo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, might want to remove the CONFIG_SYNC thing as per:
https://gitlab.adelaide.edu.au/web-team/ua-wcms-foundation/merge_requests/198#note_90992 as well.

@pingers pingers changed the base branch from master to develop June 14, 2019 06:27
@pingers
Copy link
Contributor Author

pingers commented Jun 14, 2019

CONFIG_SYNC_DIRECTORY is used in RoboFileBase...
We changed it in scaffold settings.php, but RoboFileBase doesn't know about it being config-export dir.
getsbuildCreateConfigSyncDir() get called during robo build which relies on it... maybe all of that can go?

@pingers
Copy link
Contributor Author

pingers commented Jun 14, 2019

@singularo how have you never used that command? 😕
How else do you update your local images?

@singularo
Copy link
Contributor

Easy!

cd ../../uni_gpl/docker-whatever
docker build . -tag uofa/whatever

Done ;-)
Or worst case

docker rmi whatever

And let it do its thing.

@pingers pingers merged commit 814edae into develop Jun 17, 2019
@pingers pingers deleted the rebuild-dev-image branch June 17, 2019 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants