islandora/test

Sponsored OSS

By islandora

Updated 25 days ago

This image is exclusively used for manually testing pull request to this repository.

Image
Developer tools
0

10K+

islandora/test repository overview

Test

This image is exclusively used for manually testing pull request to this repository and is not intended for use in production environments.

Built from Islandora-DevOps/isle-buildkit test

Dependencies

Requires islandora/drupal Docker image to build. Please refer to the Drupal Image README for additional information.

Gotchas

If updating the solr image Solr Image be sure to update the configuration in test/rootfs/opt/solr/server/solr/default/conf.

Updating

You can change the commit used for the starter site by modifying the build argument COMMIT and SHA256 in the Dockerfile shown as XXXXXXXXXXXX in the following snippet:

ARG COMMIT=XXXXXXXXXXXX
#...
ARG SHA256=XXXXXXXXXXXX

You can generate the SHA256 with the following commands:

COMMIT=$(cat test/Dockerfile | grep -o 'COMMIT=.*' | cut -f2 -d=)
FILE=$(cat test/Dockerfile | grep -o 'FILE=.*' | cut -f2 -d=)
URL=$(cat test/Dockerfile | grep -o 'URL=.*' | cut -f2 -d=)
FILE=$(eval "echo $FILE")
URL=$(eval "echo $URL")
wget --quiet "${URL}"
shasum -a 256 "${FILE}" | cut -f1 -d' '
rm "${FILE}"

Tag summary

Content type

Image

Digest

sha256:45b670f77

Size

188.9 MB

Last updated

25 days ago

docker pull islandora/test:alpine-3-24

This week's pulls

Pulls:

172

Jul 6 to Jul 12