104 remove omeka installation from the php fpm image#116
Open
Nealium104 wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the omeka installation from the php-fpm image and other associated files. Many files that served some purpose for omeka and its mysql service have been deleted or modified. Fixes #104, #105, #113.
Changes
db(mysql) service, itsdb_datavolume, the init SQL, thecreate-secrets.sh, andcreate-backup-user.shscripts. Drops the MySQL secret reading anddb.inigeneration fromentrypoint.sh.omekacompose service toexploreukacrossdocker-compose.yml, the CI override,Makefile, the nginx upstream stanza ($upstream_omeka),utils/restore-files.sh, and docker compose for CI. This also covers Rename omeka services and configs #113..env.*files.utils/backup.sh,utils/build-publish.sh, andutils/flip.sh, which are no longer used.README.mdandbackup/README.mdto drop omeka/mysql references.note:
There are several changes in the ukl-ansible-playbooks repo that will need to be addressed for production before this goes live. A collection of issues can be found in the ukl-ansible-playbooks repo here.