Sign inSign up
websphere-liberty logo

websphere-liberty:full

Multi-platform
Also known as:
full-java8-ibmjava
latest
Web servers
Index digest

sha256:d28bd4352d0d4754e5c92a8355268b59a346eb7723b494fed6fae86294632bbb

OS/ARCH

Compressed size

567.52 MB

Last pushed

19 days by doijanky

Type

Image

Vulnerabilities

0
0
25
14
0

Manifest digest

sha256:e65fa0890a8f1eb8116e07ef85c0265c74f5618c9d3a78e068b1e862f13f5a94

Layers (40)

oisupport/staging-s390x:925f7427a1465c1ee52e9f7ea39a72f36bb5577e109b2533074cd57b84960bb5
0
0
25
14
0
websphere-liberty:full
0
0
0
0
0

35

ARG VERBOSE=false

0 B


36

ARG REPOSITORIES_PROPERTIES=

0 B


37

RUN |2 VERBOSE=false REPOSITORIES_PROPERTIES= /bin/sh -c set -eux; if [ ! -z "$REPOSITORIES_PROPERTIES" ]; then mkdir /opt/ibm/wlp/etc/; echo "$REPOSITORIES_PROPERTIES" > /opt/ibm/wlp/etc/repositories.properties; fi; installUtility install --acceptLicense baseBundle; if [ ! -z "$REPOSITORIES_PROPERTIES" ]; then rm /opt/ibm/wlp/etc/repositories.properties; fi; rm -rf /output/workarea /output/logs; find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; # buildkit

387.88 MB


38

COPY --chown=1001:0 server.xml /config/ # buildkit

947 B


39

RUN |2 VERBOSE=false REPOSITORIES_PROPERTIES= /bin/sh -c if [ "$OPENJ9_SCC" = "true" ]; then populate_scc.sh; fi && rm -rf /output/messaging /output/resources/security /logs/* $WLP_OUTPUT_DIR/.classCache && find /opt/ibm/wlp/output ! -path "*.classCache*" ! -perm -g=rwx -print0 | xargs -0 -r chmod g+rwx # buildkit

15.23 MB