docker-chromium (latest)

Published 2024-04-03 21:14:34 +02:00 by lmoskala

Installation

docker pull git.mlody.eu/lmoskala/docker-chromium:latest
sha256:a422efddd1737bfc851eabdb09893a36c359b64df6b8bb5adc3604520b7ad9b2

Image Layers

ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
CMD ["/bin/sh"]
ARG S6_OVERLAY_ARCH=x86_64
ARG S6_OVERLAY_VERSION=1.21.4.0
ARG S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ARG GLIBC_INSTALL=0
ARG GLIBC_ARCH=x86_64
ARG GLIBC_VERSION=2.26-r1
ARG GLIBC_URL=https://github.com/jlesage/glibc-bin-multiarch/releases/download/2.26-r1/glibc-bin-2.26-r1-unknown.tar.gz
ARG GLIBC_LOCALE_INPUT=en_US
ARG GLIBC_LOCALE_CHARMAP=UTF-8
ARG GLIBC_LOCALE=en_US.UTF-8
WORKDIR /tmp
COPY multi:d851d330f8f6ddb21fe681bb213ba90e860f95f0cf0ab3c93126588ea78fc58e in /usr/local/bin/
|10 GLIBC_ARCH=unknown GLIBC_INSTALL=0 GLIBC_LOCALE=en_US.UTF-8 GLIBC_LOCALE_CHARMAP=UTF-8 GLIBC_LOCALE_INPUT=en_US GLIBC_URL=https://github.com/jlesage/glibc-bin-multiarch/releases/download/2.26-r1/glibc-bin-2.26-r1-unknown.tar.gz GLIBC_VERSION=2.26-r1 S6_OVERLAY_ARCH=amd64 S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz S6_OVERLAY_VERSION=1.21.4.0 /bin/sh -c test "${GLIBC_INSTALL}" -eq 0 || ( add-pkg --virtual build-dependencies curl binutils alpine-sdk && curl -# -L ${GLIBC_URL} | tar xz -C / && find /usr/glibc-compat/bin -type f -exec strip {} ';' && find /usr/glibc-compat/sbin -type f -exec strip {} ';' && find /usr/glibc-compat/lib -type f -exec strip {} ';' && echo -n "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4" > /etc/nsswitch.conf && echo "# libc default configuration" >> /usr/glibc-compat/etc/ld.so.conf && echo "/usr/local/lib" >> /usr/glibc-compat/etc/ld.so.conf && echo "/usr/glibc-compat/lib" >> /usr/glibc-compat/etc/ld.so.conf && echo "/usr/lib" >> /usr/glibc-compat/etc/ld.so.conf && echo "/lib" >> /usr/glibc-compat/etc/ld.so.conf && mkdir -p /lib /lib64 /usr/glibc-compat/lib/locale && ln -s /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 && ln -s /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 && ln -s /usr/glibc-compat/etc/ld.so.cache /etc/ld.so.cache && /usr/glibc-compat/sbin/ldconfig && /usr/glibc-compat/bin/localedef --inputfile ${GLIBC_LOCALE_INPUT} --charmap ${GLIBC_LOCALE_CHARMAP} ${GLIBC_LOCALE} && ln -s /usr/share/zoneinfo /usr/glibc-compat/share/zoneinfo && echo 'pkgname=glibc-ldconfig-trigger' >> APKBUILD && echo 'pkgver=1.0' >> APKBUILD && echo 'pkgrel=0' >> APKBUILD && echo 'pkgdesc="Dummy package that installs trigger for glibc ldconfig"' >> APKBUILD && echo 'url="https://github.com/jlesage/docker-baseimage"' >> APKBUILD && echo 'arch="noarch"' >> APKBUILD && echo 'license="GPL"' >> APKBUILD && echo 'makedepends=""' >> APKBUILD && echo 'depends=""' >> APKBUILD && echo 'install=""' >> APKBUILD && echo 'subpackages=""' >> APKBUILD && echo 'source=""' >> APKBUILD && echo 'triggers="$pkgname.trigger=/lib:/usr/lib:/usr/glibc-compat/lib"' >> APKBUILD && echo 'package() {' >> APKBUILD && echo ' mkdir -p "$pkgdir"' >> APKBUILD && echo '}' >> APKBUILD && echo '#!/bin/sh' >> glibc-ldconfig-trigger.trigger && echo '/usr/glibc-compat/sbin/ldconfig' >> glibc-ldconfig-trigger.trigger && chmod +x glibc-ldconfig-trigger.trigger && adduser -D -G abuild -s /bin/sh abuild && su abuild -c "abuild-keygen -a -n" && su abuild -c "abuild" && cp /home/abuild/packages/*/glibc-ldconfig-trigger-1.0-r0.apk . && apk --no-cache --allow-untrusted add glibc-ldconfig-trigger-1.0-r0.apk && deluser --remove-home abuild && rm /usr/glibc-compat/etc/rpc && rm /usr/glibc-compat/lib/*.a && rm -r /usr/glibc-compat/lib/audit && rm -r /usr/glibc-compat/lib/gconv && rm -r /usr/glibc-compat/lib/getconf && rm -r /usr/glibc-compat/include && rm -r /usr/glibc-compat/share/locale && rm -r /usr/glibc-compat/share/i18n && rm -r /usr/glibc-compat/var && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]* )
|10 GLIBC_ARCH=unknown GLIBC_INSTALL=0 GLIBC_LOCALE=en_US.UTF-8 GLIBC_LOCALE_CHARMAP=UTF-8 GLIBC_LOCALE_INPUT=en_US GLIBC_URL=https://github.com/jlesage/glibc-bin-multiarch/releases/download/2.26-r1/glibc-bin-2.26-r1-unknown.tar.gz GLIBC_VERSION=2.26-r1 S6_OVERLAY_ARCH=amd64 S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz S6_OVERLAY_VERSION=1.21.4.0 /bin/sh -c add-pkg --virtual build-dependencies curl tar patch && echo "Downloading s6-overlay..." && curl -# -L ${S6_OVERLAY_URL} | tar -xz -C / && echo "Patching s6-overlay..." && curl -# -L https://github.com/jlesage/s6-overlay/commit/d151c41.patch | patch -d / -p3 && chmod +x /etc/s6/services/.s6-svscan/SIGHUP /etc/s6/services/.s6-svscan/SIGINT /etc/s6/services/.s6-svscan/SIGQUIT /etc/s6/services/.s6-svscan/SIGTERM /usr/bin/sv-getdeps && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|10 GLIBC_ARCH=unknown GLIBC_INSTALL=0 GLIBC_LOCALE=en_US.UTF-8 GLIBC_LOCALE_CHARMAP=UTF-8 GLIBC_LOCALE_INPUT=en_US GLIBC_URL=https://github.com/jlesage/glibc-bin-multiarch/releases/download/2.26-r1/glibc-bin-2.26-r1-unknown.tar.gz GLIBC_VERSION=2.26-r1 S6_OVERLAY_ARCH=amd64 S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz S6_OVERLAY_VERSION=1.21.4.0 /bin/sh -c add-pkg tzdata shadow
|10 GLIBC_ARCH=unknown GLIBC_INSTALL=0 GLIBC_LOCALE=en_US.UTF-8 GLIBC_LOCALE_CHARMAP=UTF-8 GLIBC_LOCALE_INPUT=en_US GLIBC_URL=https://github.com/jlesage/glibc-bin-multiarch/releases/download/2.26-r1/glibc-bin-2.26-r1-unknown.tar.gz GLIBC_VERSION=2.26-r1 S6_OVERLAY_ARCH=amd64 S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz S6_OVERLAY_VERSION=1.21.4.0 /bin/sh -c mkdir /defaults && cp /etc/passwd /defaults/ && cp /etc/group /defaults/ && cp /etc/shadow /defaults/
COPY dir:e91241d9cda7eb3e2de7f776a05ed208f462363746d375a3a12f0ae8143d7773 in /
ENV LANG=en_US.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=3 S6_SERVICE_DEPS=1 USER_ID=1000 GROUP_ID=1000 APP_NAME=DockerApp APP_USER=app XDG_DATA_HOME=/config/xdg/data XDG_CONFIG_HOME=/config/xdg/config XDG_CACHE_HOME=/config/xdg/cache XDG_RUNTIME_DIR=/tmp/run/user/app
VOLUME [/config]
CMD ["/init"]
ARG IMAGE_VERSION=unknown
LABEL org.label-schema.name=baseimage org.label-schema.description=A minimal docker baseimage to ease creation of long-lived application containers org.label-schema.version=2.4.3 org.label-schema.vcs-url=https://github.com/jlesage/docker-baseimage org.label-schema.schema-version=1.0
ARG LIBVNCSERVER_VERSION=9029b86
ARG X11VNC_VERSION=29597a9
ARG STUNNEL_VERSION=5.44
ARG NOVNC_VERSION=fa559b3
ARG BOOTSTRAP_VERSION=3.3.7
ARG FONTAWESOME_VERSION=4.7.0
ARG JQUERY_VERSION=3.2.1
ARG JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091
ARG LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz
ARG X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz
ARG STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz
ARG NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz
ARG BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip
ARG FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip
ARG JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js
ARG JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js
WORKDIR /tmp
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies curl build-base autoconf automake libtool libx11-dev libxtst-dev libjpeg-turbo-dev libpng-dev libxinerama-dev libxdamage-dev libxcomposite-dev libxcursor-dev libxrandr-dev libxfixes-dev libice-dev && mkdir libvncserver x11vnc && curl -sS -L ${LIBVNCSERVER_URL} | tar -xz --strip 1 -C libvncserver && curl -sS -L ${X11VNC_URL} | tar -xz --strip 1 -C x11vnc && cd libvncserver && ./autogen.sh --prefix=/tmp/install && make install && cd .. && cd x11vnc && autoreconf -v --install && PKG_CONFIG_PATH=/tmp/install/lib/pkgconfig/ ./configure --prefix=/tmp/install --with-websockets && make install && cd .. && strip install/lib/libvnc*.so && cp -P install/lib/libvncserver.so* /usr/lib/ && cp -P install/lib/libvncclient.so* /usr/lib/ && strip install/bin/x11vnc && cp install/bin/x11vnc /usr/bin/ && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies curl build-base openssl-dev && mkdir stunnel && curl -# -L ${STUNNEL_URL} | tar -xz --strip 1 -C stunnel && cd stunnel && ./configure && make && find . && cd .. && strip stunnel/src/stunnel && cp -v stunnel/src/stunnel /usr/bin/ && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg openssl libxtst libxi libjpeg-turbo libxcomposite xvfb xdpyinfo openbox xsetroot font-croscore && rm -rf /var/cache/fontconfig/*
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c NODEJS_NPM=$(apk -q --no-cache search nodejs-npm) && add-pkg --virtual build-dependencies curl ${NODEJS_NPM:-nodejs} && mkdir noVNC && curl -sS -L ${NOVNC_URL} | tar -xz --strip 1 -C noVNC && mkdir -p /opt/novnc/include && mkdir -p /opt/novnc/js && mkdir -p /opt/novnc/css && NOVNC_CORE=" noVNC/include/util.js noVNC/include/webutil.js noVNC/include/base64.js noVNC/include/websock.js noVNC/include/des.js noVNC/include/keysymdef.js noVNC/include/keyboard.js noVNC/include/input.js noVNC/include/display.js noVNC/include/rfb.js noVNC/include/keysym.js noVNC/include/inflator.js " && cp -v $NOVNC_CORE /opt/novnc/include/ && env HOME=/tmp npm install --cache /tmp/.npm uglify-js source-map && ./node_modules/uglify-js/bin/uglifyjs --compress --mangle --source-map --output /opt/novnc/js/novnc-core.min.js -- $NOVNC_CORE && env HOME=/tmp npm uninstall --cache /tmp/.npm uglify-js source-map && sed-patch 's|"noVNC/|"/|g' /opt/novnc/js/novnc-core.min.js.map && echo -e "\n//# sourceMappingURL=/js/novnc-core.min.js.map" >> /opt/novnc/js/novnc-core.min.js && curl -sS -L -O ${BOOTSTRAP_URL} && unzip bootstrap-${BOOTSTRAP_VERSION}-dist.zip && cp -v bootstrap-${BOOTSTRAP_VERSION}-dist/css/bootstrap.min.css /opt/novnc/css/ && cp -v bootstrap-${BOOTSTRAP_VERSION}-dist/js/bootstrap.min.js /opt/novnc/js/ && curl -sS -L -O ${FONTAWESOME_URL} && unzip font-awesome-${FONTAWESOME_VERSION}.zip && cp -vr font-awesome-${FONTAWESOME_VERSION}/fonts /opt/novnc/ && cp -v font-awesome-${FONTAWESOME_VERSION}/css/font-awesome.min.css /opt/novnc/css/ && curl -sS -L -o /opt/novnc/js/jquery.min.js ${JQUERY_URL} && curl -sS -L -o /opt/novnc/js/jquery.ui.touch-punch.min.js ${JQUERY_UI_TOUCH_PUNCH_URL} && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg nginx && rm /etc/nginx/nginx.conf /etc/init.d/nginx /etc/logrotate.d/nginx && rm -r /etc/nginx/conf.d /etc/nginx/modules /var/lib/nginx/* /var/log/nginx /var/www && ln -s /config/log/nginx /var/lib/nginx/logs && if [ -d /var/tmp/nginx ]; then rm -r /var/tmp/nginx && ln -s /tmp/nginx /var/tmp/nginx; else ln -s /tmp/nginx /var/lib/nginx/tmp; fi && userdel nginx && groupdel www-data && useradd --system --home-dir /dev/null --no-create-home --shell /sbin/nologin nginx && cp /etc/passwd /defaults/ && cp /etc/group /defaults && echo "Generating default DH parameters (2048 bits)..." && env HOME=/tmp openssl dhparam -out "/defaults/dhparam.pem" 2048 > /dev/null 2>&1 && rm -rf /tmp/* /tmp/.[!.]*
COPY dir:1e4a8b3d0bec41139df35901de41cab41b6ce73aba0c360cba1c33fa550af5e6 in /
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c sed-patch "s/UNIQUE_VERSION/$(date | md5sum | cut -c1-10)/g" /opt/novnc/index.vnc
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c NODEJS_NPM=$(apk -q --no-cache search nodejs-npm) && add-pkg --virtual build-dependencies ${NODEJS_NPM:-nodejs} && NOVNC_UI=" /opt/novnc/app/modulemgr.js /opt/novnc/app/ui.js /opt/novnc/app/modules/hideablenavbar.js /opt/novnc/app/modules/dynamicappname.js /opt/novnc/app/modules/password.js /opt/novnc/app/modules/clipboard.js /opt/novnc/app/modules/autoscaling.js /opt/novnc/app/modules/clipping.js /opt/novnc/app/modules/viewportdrag.js /opt/novnc/app/modules/fullscreen.js /opt/novnc/app/modules/virtualkeyboard.js /opt/novnc/app/modules/rightclick.js " && env HOME=/tmp npm install --cache /tmp/.npm uglify-js && ./node_modules/uglify-js/bin/uglifyjs --compress --mangle --source-map --output /opt/novnc/js/novnc-ui.min.js -- $NOVNC_UI && env HOME=/tmp npm uninstall --cache /tmp/.npm uglify-js && echo -e "\n//# sourceMappingURL=/js/novnc-ui.min.js.map" >> /opt/novnc/js/novnc-ui.min.js && sed-patch 's/\/opt\/novnc//g' /opt/novnc/js/novnc-ui.min.js.map && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|16 BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip BOOTSTRAP_VERSION=3.3.7 FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip FONTAWESOME_VERSION=4.7.0 JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091 JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js JQUERY_VERSION=3.2.1 LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz LIBVNCSERVER_VERSION=9029b86 NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz NOVNC_VERSION=fa559b3 STUNNEL_URL=https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.44.tar.gz STUNNEL_VERSION=5.44 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c APP_ICON_URL=https://github.com/jlesage/docker-templates/raw/master/jlesage/images/generic-app-icon.png && install_app_icon.sh "$APP_ICON_URL"
ENV DISPLAY=:0 DISPLAY_WIDTH=1280 DISPLAY_HEIGHT=768
EXPOSE 5800 5900
ARG IMAGE_VERSION=unknown
LABEL org.label-schema.name=baseimage-gui org.label-schema.description=A minimal docker baseimage to ease creation of X graphical application containers org.label-schema.version=3.5.3 org.label-schema.vcs-url=https://github.com/jlesage/docker-baseimage-gui org.label-schema.schema-version=1.0
ARG DOCKER_IMAGE_VERSION=unknown
ARG JSONLZ4_VERSION=c4305b8
ARG LZ4_VERSION=1.8.1.2
ARG JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz
ARG LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz
WORKDIR /tmp
|5 DOCKER_IMAGE_VERSION=unknown JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz JSONLZ4_VERSION=c4305b8 LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz LZ4_VERSION=1.8.1.2 /bin/sh -c add-pkg --virtual build-dependencies curl build-base && mkdir jsonlz4 && mkdir lz4 && curl -# -L {$JSONLZ4_URL} | tar xz --strip 1 -C jsonlz4 && curl -# -L {$LZ4_URL} | tar xz --strip 1 -C lz4 && mv jsonlz4/src/ref_compress/*.c jsonlz4/src/ && cp lz4/lib/lz4.* jsonlz4/src/ && cd jsonlz4 && gcc -static -Wall -o dejsonlz4 src/dejsonlz4.c src/lz4.c && gcc -static -Wall -o jsonlz4 src/jsonlz4.c src/lz4.c && strip dejsonlz4 jsonlz4 && cp -v dejsonlz4 /usr/bin/ && cp -v jsonlz4 /usr/bin/ && cd .. && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*
|5 DOCKER_IMAGE_VERSION=unknown JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz JSONLZ4_VERSION=c4305b8 LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz LZ4_VERSION=1.8.1.2 /bin/sh -c add-pkg --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --repository http://dl-cdn.alpinelinux.org/alpine/edge/community --upgrade chromium
|5 DOCKER_IMAGE_VERSION=unknown JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz JSONLZ4_VERSION=c4305b8 LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz LZ4_VERSION=1.8.1.2 /bin/sh -c add-pkg desktop-file-utils adwaita-icon-theme ttf-dejavu ffmpeg-libs xdotool
|5 DOCKER_IMAGE_VERSION=unknown JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz JSONLZ4_VERSION=c4305b8 LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz LZ4_VERSION=1.8.1.2 /bin/sh -c add-pkg yad bash && sed-patch 's|LOG_FILES=|LOG_FILES=/config/log/chromium/error.log|' /etc/logmonitor/logmonitor.conf && sed-patch 's|STATUS_FILES=|STATUS_FILES=/tmp/.chromium_shm_check|' /etc/logmonitor/logmonitor.conf
|5 DOCKER_IMAGE_VERSION=unknown JSONLZ4_URL=https://github.com/avih/dejsonlz4/archive/c4305b8.tar.gz JSONLZ4_VERSION=c4305b8 LZ4_URL=https://github.com/lz4/lz4/archive/v1.8.1.2.tar.gz LZ4_VERSION=1.8.1.2 /bin/sh -c sed-patch 's/<application type="normal">/<application type="normal" title="Chromium">/' /etc/xdg/openbox/rc.xml && sed-patch '/<application type="normal" title="Chromium">/a \ <layer>below</layer>' /etc/xdg/openbox/rc.xml
COPY dir:788ab14de3dba50e87a39d49fa8f48e61568b9ae18282c5e8793b5be80e1dd09 in /
ENV APP_NAME=Chromium
VOLUME [/config]
LABEL org.label-schema.name=chromium org.label-schema.description=Docker container for Chromium org.label-schema.version=unknown org.label-schema.vcs-url=https://github.com/overclockedllama/docker-chromium org.label-schema.schema-version=1.0

Labels

Key Value
org.label-schema.description Docker container for Chromium
org.label-schema.name chromium
org.label-schema.schema-version 1.0
org.label-schema.vcs-url https://github.com/overclockedllama/docker-chromium
org.label-schema.version unknown
Details
Container
2024-04-03 21:14:34 +02:00
3
OCI / Docker
linux/amd64
167 MiB
Versions (1) View all
latest 2024-04-03