Sign inSign up

islandora/test

Sponsored OSS

By islandora

Updated about 7 hours ago

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

Image
Developer tools
0

50K+

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:96c6bcac0

Size

195 MB

Last updated

about 7 hours ago

docker pull islandora/test:renovate.all-non-major-dependencies

This week's pulls

Pulls:

754

Last week