-
Notifications
You must be signed in to change notification settings - Fork 200
Various changes to sync-up with PostgreSQL image #24
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
Conversation
365ab8c to
e1eebe8
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.
maybe explain the reasoning in docs or in comment
e1eebe8 to
a03dbda
Compare
|
@mfojtik comments addressed. PTAL |
|
LGTM. |
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.
so does this work if i just docker exec into a running container with /bin/sh?
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.
nope, but will work with interactive bash shell.
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.
image_creation seems like the wrong name for this... do you mean db creation?
a03dbda to
f85aa67
Compare
* Put DB volume into /var/lib/mysql/data, add SCL .bashrc * Move DB volume into /var/lib/mysql/data * Add SCL enablement into /var/lib/mysql/.bashr so we can now run the arbitrary commands in the image without needing to override the entrypoint * Test DB and user names for maximum allowed length * Better error messages for invalid env vars * Tests for the above
f85aa67 to
5b6ebf8
Compare
|
lgtm. |
Various changes to sync-up with PostgreSQL image
update squash tool version
This PR adds few improvements that were novel in the PostgreSQL image.
arbitrary commands in the image without needing to override the
entrypoint