Skip to content

Commit

Permalink
set missing environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Brown authored and Duncan Brown committed Nov 12, 2019
1 parent d95df92 commit 7bb06c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/shibboleth-sp-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ to be the version of the image you are about to build:

```
export COMANAGE_REGISTRY_SHIBBOLETH_SP_IMAGE_VERSION=1
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.2.1
```

* Build an image for COmanage Registry that uses the Shibboleth SP
Expand All @@ -97,6 +98,7 @@ docker build \
--build-arg COMANAGE_REGISTRY_VERSION=${COMANAGE_REGISTRY_VERSION} \
--build-arg COMANAGE_REGISTRY_BASE_IMAGE_VERSION=${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} \
--build-arg COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION=${COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION} \
--build-arg COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=${COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION} \
-t comanage-registry:$TAG .
popd
```
Expand Down

0 comments on commit 7bb06c8

Please sign in to comment.