File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ COPY ./spectrum_protect.8.1.13.3.tar.gz.aa \
44 ./spectrum_protect.8.1.13.3.tar.gz.ab \
55 ./spectrum_protect.8.1.13.3.tar.gz.ac \
66 ./spectrum_protect.8.1.13.3.tar.gz.ad \
7- ./spectrum_protect.8.1.13.3.tar.gz.ae /workdir
7+ ./spectrum_protect.8.1.13.3.tar.gz.ae \
8+ ./entrypoint.sh /workdir
89RUN <<EOF
910cd /workdir \
1011&& cat spectrum_protect.8.1.13.3.tar.gz.a* > spectrum_protect.8.1.13.3.tar.gz \
1920
2021RUN <<EOF
2122apt-get update \
22- && apt-get install -y ca-certificates \
23+ && apt-get install -y ca-certificates openssl \
2324&& update-ca-certificates \
2425&& rm -rf /var/lib/apt/lists/*
2526EOF
2627
2728ENV LD_LIBRARY_PATH=/usr/local/ibm/gsk8_64/lib64
2829
29- RUN mkdir /data \
30- && ln -sf /dev/stdout /opt/tivoli/tsm/dsmsched.log \
31- && ln -sf /dev/stderr /opt/tivoli/tsm/error.log
30+ RUN mkdir /data
3231
3332VOLUME /data
3433VOLUME /etc/adsm
3534
3635WORKDIR /data
3736
38- CMD ["/usr/ bin/dsmc " , "incr " ]
37+ ENTRYPOINT ["/bin/bash " , "-c" , "/workdir/entrypoint.sh " ]
You can’t perform that action at this time.
0 commit comments