Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM islandora/drupal:6.3.10
FROM islandora/drupal:6.3.10@sha256:aad9c52d0e646f5b553e8d2f38008d9d531764ca2c6be021e9d47aed10c515d9

ARG TARGETARCH

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ secrets:

services:
init:
image: islandora/base:6.3.10
image: islandora/base:6.3.10@sha256:c6e74b6c0bdf8070571c33e479b09f8b1163e44a86a9ea0374dfc6aeb5d96145
restart: no
networks:
default:
Expand All @@ -56,7 +56,7 @@ services:

mariadb:
<<: *common
image: islandora/mariadb:6.3.10
image: islandora/mariadb:6.3.10@sha256:a18b93704fbb969d6ab55152af1a4f27270e77817e7986350e482e178e135325
secrets:
- source: DB_ROOT_PASSWORD
volumes:
Expand Down Expand Up @@ -110,7 +110,7 @@ services:

solr:
<<: *common
image: islandora/solr:6.3.10
image: islandora/solr:6.3.10@sha256:225b7bca72d5751c692503b97e665a6f4dff0a925f910402b9f857468cc272db
volumes:
- solr-data:/data:rw
- type: volume
Expand Down