Sign inSign up
websphere-liberty logo

websphere-liberty:26.0.0.6-full-java8-ibmjava

Multi-platform
Web servers
Index digest

sha256:b6cde7304c19a75c9d602c7aaeef28dd7727f7e5c42402534554da34dfdbf748

OS/ARCH

Compressed size

566.99 MB

Last pushed

1 day by doijanky

Type

Image

Vulnerabilities

0
0
11
7
0

Manifest digest

sha256:537b5a38fffe90bfb0b8320daaea2c8d1665f0f7c0354211e1df14379ff47784

Layers (40)

websphere-liberty:2a097fae8193b4f936e88bba8e595bf340b9e38d8fa971d5217af5a4f0c550ae
0
0
11
7
0
websphere-liberty:26.0.0.6-full-java8-ibmjava
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.38 MB


38

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

949 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.08 MB