-
Notifications
You must be signed in to change notification settings - Fork 22
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
Install profile #170
Install profile #170
Conversation
…ildkit into install-profile
Once sandbox (Islandora-Devops/islandora-sandbox#5) gets merged, we could update the instructions for which commit to pull down. At the very least, I'd be in favour of updating it to pull from islandora-devops not dannylamb. |
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.
Aside from the password concern, everything else looks good. I'll try doing some testing tomorrow.
You can change it right now Dannys repo just forwards to Islandora-Devops atm. |
Changed the repos... I'm not sure why it's printing passwords... is it just letting you know that the password for the container you just built is the thing you set it as in the file in buildkit? |
Tried testing this today with |
|
Sorry for taking a while to get around to this @rosiel, I've raised a pull request that fixes the merge conflict with main and brings in the changes from main into this branch. Also remove the spots where passwords would be printed out. I really tried to test it with isle-dc in particular with this branch: Islandora-Devops/isle-dc#160 But it was failing and I wasn't able to sort out why. So I've not actually been able to test the changes for the install profile. |
* Fix logging errors with cantaloupe due to find/replace bug (#165) * Adding max_input_vars to php.ini (#166) * Explain how Docker Hub factors in the workflow. (#171) * Updated the introduction to redirect users to better starting points in case they ended up at this repo by accident. (#164) * [issue-172] Use explicit commits in URLs such that (#176) Code can change when pulling from a master branch, which causes checksum checks to fail. This can changes master to instead refer to explicit commits hashes. The output docker images is byte for byte the same though. * Prevent passwords from being logged. Co-authored-by: dannylamb <[email protected]> Co-authored-by: Rosie Le Faive <[email protected]>
@nigelgbanks thanks for the review! The demo/Dockerfile is still conflicting, but we want to remove all those extra commands from that Dockerfile, right? |
@rosiel Yup, I just merged main to get rid of them. I tested with https://github.com/Islandora-Devops/isle-dc/tree/install-profile but it doesn't seem to work with I also tried |
missing content: yes, that's the plan for the moment because we dont' have a way of putting default content in. @Natkeeran was working on a method using Workbench.
|
…w reuse... (#179) * Refactor how we set/restore ownership of drupal settings file to allow reuse in containers based on this one. * Clarify comment. * Adjustments.
* Fix logging errors with cantaloupe due to find/replace bug (#165) * Adding max_input_vars to php.ini (#166) * Explain how Docker Hub factors in the workflow. (#171) * Updated the introduction to redirect users to better starting points in case they ended up at this repo by accident. (#164) * [issue-172] Use explicit commits in URLs such that (#176) Code can change when pulling from a master branch, which causes checksum checks to fail. This can changes master to instead refer to explicit commits hashes. The output docker images is byte for byte the same though. * Prevent passwords from being logged. Co-authored-by: dannylamb <[email protected]> Co-authored-by: Rosie Le Faive <[email protected]>
Just to put a note here, I'm working on automating the deployment of the sandbox and will update this with the output of that work once complete. |
With the merge of Islandora-Devops/isle-dc#160 does this need to be merged, and a new version released? Or would we just reference TAG |
@misilot you can reference |
@rosiel any chance you could rebase this PR again? We ran into an issue with our system, so looking to test this again and stand up a new system. |
@nigelgbanks do we need to update the TAG in isle-dc with this version? Since it is referencing the old (before rebasing) version currently |
I tested the tag What did work for meSwitching TAG to Is this something we can fix quickly or should we kinda revert isle-dc's sample.env defaults so that this builds properly by default? |
I am seeing the following when trying to build with @DonRichards I see it here https://hub.docker.com/layers/drupal/islandora/drupal/211bfffb9679221dee76562b699d7ae61cbabc86/images/sha256-66d57d2bd486d8034d07d3b2ff9fc54e74ab4c455e3fa707cf668b61dfa7ee4e?context=explore (At least I assume this is the same?)
|
I've rebased and raised #209 using the latest commit from the sandbox in hopes to solve the |
This PR updates the demo box to be built using islandora-sandbox, which uses the islandora_install_profile_demo. Part of Islandora-Devops/isle-dc#160