Sign inSign up

dockette/adminer:oracle-11

Integration & delivery
Web servers
Databases & storage
Index digest

sha256:9c3a2dc229e359e37a34e7139fc6891d92b37880410534f199393e5cce5ad864

OS/ARCH

linux/amd64

Compressed size

325.76 MB

Last pushed

1 day by f3l1x

Type

Image

Manifest digest

sha256:9b90a1a9e96097d691e8bd57ee33734efdbac43a2fcb71fadcff0cdc7e89216c

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2LABEL maintainer=Milan Sulc <[email protected]>0 B
3ENV DEBIAN_FRONTEND=noninteractive0 B
4ENV TERM=xterm0 B
5ENV USER_UID=10000 B
6ENV USER_NAME=dfx0 B
7ENV USER_HOME=/home/dfx0 B
8RUN /bin/sh -c apt-get update3.36 KB
9CMD ["/bin/bash"]0 B
10LABEL maintainer=Milan Sulc <[email protected]>0 B
11ENV ADMINER_VERSION=6.0.10 B
12ENV MEMORY=256M0 B
13ENV UPLOAD=2048M0 B
14ENV PORT=800 B
15ENV LD_LIBRARY_PATH=/usr/local/lib;/usr/local/instantclient0 B
16ENV WORKERS=80 B
17ENV PHP_CLI_SERVER_WORKERS=80 B
18RUN /bin/sh -c apt-get update181.97 MB
19RUN /bin/sh -c wget https://github.com/f00b4r/oracle-instantclient/raw/master/instantclient-basic-linux.x64-11.2.0.4.0.zip116.66 MB
20RUN /bin/sh -c apt-get clean200.51 KB
21ADD ./adminer-oracle-11/entrypoint.sh /entrypoint.sh # buildkit1.04 KB
22ADD ./.plugins/ /srv/plugins-available/ # buildkit2.38 KB
23RUN /bin/sh -c chmod +x1.03 KB
24WORKDIR /srv32 B
25EXPOSE [80/tcp]0 B
26ENTRYPOINT ["tini" "--"]0 B
27CMD ["/entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'