Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove VOLUME instruction from Dockerfile (CO-1974)
skoranda committed Jul 8, 2020
1 parent bf31a3b commit 00206ef
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions comanage-registry-base/Dockerfile
@@ -87,8 +87,6 @@ COPY comanage_utils.sh /usr/local/lib/
COPY comanage_shibboleth_sp_utils.sh /usr/local/lib/
COPY docker-comanage-entrypoint /usr/local/bin/

VOLUME ${COMANAGE_REGISTRY_DIR}/local

EXPOSE 80 443

# Allow values for first administrator bootstrapped into the
2 changes: 0 additions & 2 deletions comanage-registry-internet2-tier/Dockerfile
@@ -122,8 +122,6 @@ ENV COMANAGE_REGISTRY_ADMIN_FAMILY_NAME ${COMANAGE_REGISTRY_ADMIN_FAMILY_NAME:-A
ENV COMANAGE_REGISTRY_ADMIN_USERNAME ${COMANAGE_REGISTRY_ADMIN_USERNAME:-registry.admin}
ENV COMANAGE_REGISTRY_ENABLE_POOLING ${COMANAGE_REGISTRY_ENABLE_POOLING:-No}

VOLUME ${COMANAGE_REGISTRY_DIR}/local /etc/shibboleth

EXPOSE 80 443

# TIER Beacon Opt-out
2 changes: 0 additions & 2 deletions comanage-registry-shibboleth-sp/Dockerfile
@@ -65,6 +65,4 @@ RUN a2ensite 000-comanage

COPY docker-comanage-shibboleth-sp-entrypoint /usr/local/bin/

VOLUME /etc/shibboleth

ENTRYPOINT ["/usr/bin/supervisord", "-c", "/usr/local/etc/supervisord.conf"]

0 comments on commit 00206ef

Please sign in to comment.