-
Notifications
You must be signed in to change notification settings - Fork 56
Update docker images #2405
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
Merged
Merged
Update docker images #2405
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
44cd818
Rewrite docker-compose
kdp-cloud 61addb2
Securtity patches
kdp-cloud c88f158
Run docker image build on latest release
kdp-cloud 58b7ff0
/docker/solr/ does not exist
kdp-cloud 12c6634
3-stage Dockerfile
kdp-cloud 068344c
Update image to trixie
kdp-cloud e15568d
Use MySQL 8.4 instead of 8.0
kdp-cloud 3b5f374
Disable SSL encryption
kdp-cloud db766d2
Remove wait step in workflow. Not necessary anymore because of health…
kdp-cloud 07bd0fa
Fix python environment
kdp-cloud 02754e9
convert to snake case
kdp-cloud 84ebd07
FIx environmental variables
kdp-cloud 1e9e024
Alphabetise the dependencies
kdp-cloud 0b0b787
Add this branch to the docker-image building workflow
kdp-cloud dee4018
Revert "Add this branch to the docker-image building workflow"
kdp-cloud 0af6e2b
Fix file permissions
kdp-cloud 75f356f
Add healthcheck route
kdp-cloud 8e7cbc6
Add docker compose healthcheck
kdp-cloud 15bf4f5
Remove docker compose with email
kdp-cloud df038aa
Update the docker compose with relative url
kdp-cloud 7fce241
update docker compose with virtuoso
kdp-cloud 979a360
Harden file permissions
kdp-cloud 158b3ee
Update .dockerignore file
kdp-cloud 5f36737
Fix tests
kdp-cloud df72d5e
Update Github actions versions
kdp-cloud 74c544a
Not necessary
kdp-cloud f16e77f
Fix build
kdp-cloud 9a0d86d
Fix docker build
kdp-cloud 376e171
Make config folder writable
kdp-cloud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,41 @@ | ||
| # Git and GitHub | ||
| .git/ | ||
| Dockerfile | ||
| filestore* | ||
| .gitignore | ||
| .github/ | ||
|
|
||
| # Docker and Devcontainer | ||
| Dockerfile* | ||
| docker-compose*.yml | ||
| .dockerignore | ||
| .devcontainer/ | ||
| devcontainer.json | ||
| hooks/ | ||
| coverage/ | ||
| docker/solr/ | ||
|
|
||
| # SEEK | ||
| filestore* | ||
| db/*.sqlite3 | ||
| vendor/bundle/ | ||
| public/unused_images | ||
| public/api/definitions/openapi-v3-resolved.* | ||
| public/help_images | ||
| public/javascripts/* | ||
| public/stylesheets | ||
| public/system | ||
| public/sitemaps | ||
| public/assets | ||
| public/assets_dev | ||
| log/ | ||
| tmp/ | ||
| test/ | ||
|
|
||
| # Environment files | ||
| .env* | ||
|
|
||
| # IDEs and editors | ||
| .idea/ | ||
| .vscode/ | ||
|
|
||
| # Ruby | ||
| .bundle | ||
| coverage/ | ||
| .codeclimate.yml |
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.