Adding integrity check
This commit is contained in:
parent
f201d38180
commit
4c120caf36
|
|
@ -4,14 +4,15 @@ MAINTAINER Bitnami
|
|||
ENV BITNAMI_PREFIX=/usr/local/bitnami
|
||||
ENV BITNAMI_APP_NAME memcached
|
||||
ENV BITNAMI_APP_USER memcached
|
||||
ENV BITNAMI_APP_VERSION 1.4.21-0
|
||||
ENV BITNAMI_APP_VERSION 1.4.21-1
|
||||
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
|
||||
ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/$BITNAMI_APP_NAME
|
||||
|
||||
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 stack=1 sh /tmp/install.sh
|
||||
RUN sh /tmp/install.sh
|
||||
|
||||
ENV PATH $BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/bin:$PATH
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
fc26adc0d555d62501bcfaa197a96eeca32ae916dd2600cc9513354121a4f200 /tmp/installer.run
|
||||
Loading…
Reference in New Issue