Adding integrity check
This commit is contained in:
parent
05a6f5a0da
commit
634e192007
|
|
@ -8,8 +8,9 @@ ENV BITNAMI_APP_VERSION 1.8.0-0
|
|||
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
|
||||
ENV BITNAMI_APP_USER daemon
|
||||
|
||||
COPY installer.run.sha256 /tmp/installer.run.sha256
|
||||
ADD https://www.dropbox.com/s/9rffufx3drjisl1/install.sh?dl=1 /tmp/install.sh
|
||||
ADD post-install.sh /tmp/post-install.sh
|
||||
COPY post-install.sh /tmp/post-install.sh
|
||||
|
||||
RUN sh /tmp/install.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ fi
|
|||
chown -R $BITNAMI_APP_USER:$BITNAMI_APP_USER $BITNAMI_APP_VOL_PREFIX/logs/ $BITNAMI_APP_VOL_PREFIX/conf/ /app/ || true
|
||||
|
||||
if [ "$1" = 'nginx' ]; then
|
||||
gosu $BITNAMI_APP_USER:$BITNAMI_APP_USER tail -f $BITNAMI_APP_VOL_PREFIX/logs/* &
|
||||
wait_and_tail_logs &
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
19afec98624c01cfd2dc79ea834bc3706cac77752187599261cdc20bce65fd89 /tmp/installer.run
|
||||
Loading…
Reference in New Issue