From b1dde1772a555812c396904f8b606f5bdb3f2874 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 12 Sep 2016 18:58:46 -0400 Subject: [PATCH] Removing conflict with binscripts management on Jenkins --- Dockerfile | 2 +- {tmp => container_files/bin}/onbuild.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tmp => container_files/bin}/onbuild.sh (100%) diff --git a/Dockerfile b/Dockerfile index f27142a..aa8a7c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version && COPY ./conf/ /usr/local/tomcat/conf/ COPY ./certs/gencert.sh /opt/autoexec/onbuild/gencert.sh # Remove this line once build is cooking -COPY ./tmp/onbuild.sh /opt/autoexec/bin/onbuild.sh +COPY ./container_files/bin/onbuild.sh /opt/autoexec/bin/onbuild.sh RUN chmod +x /opt/autoexec/onbuild/gencert.sh && /opt/autoexec/bin/onbuild.sh VOLUME ["/usr/local/tomcat/logs", "/opt/shibboleth/shibboleth-identity-provider-$VERSION/logs"] diff --git a/tmp/onbuild.sh b/container_files/bin/onbuild.sh similarity index 100% rename from tmp/onbuild.sh rename to container_files/bin/onbuild.sh