Namespace
mikenye
Image / Tag
picard:2.6.2
Content Digest
sha256:5232c9c0f428f3d7bfce7f066e8ebfe5de5f27217d5eeb8f04709840e80b2cc7
Details
Created

2021-06-07 01:51:35 UTC

Size

437 MB

Content Digest
Labels
  • org.label-schema.description
    A minimal docker baseimage to ease creation of X graphical application containers
  • org.label-schema.name
    baseimage-gui
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-url
    https://github.com/jlesage/docker-baseimage-gui
  • org.label-schema.version
    3.5.7

Environment
APP_NAME

MusicBrainz Picard

APP_USER

app

DISPLAY

:0

DISPLAY_HEIGHT

768

DISPLAY_WIDTH

1280

GROUP_ID

1000

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

3

S6_SERVICE_DEPS

1

URL_CHROMAPRINT_REPO

https://github.com/acoustid/chromaprint.git

URL_GOOGLETEST_REPO

https://github.com/google/googletest.git

URL_PICARD_REPO

https://github.com/metabrainz/picard.git

USER_ID

1000

XDG_CACHE_HOME

/config/xdg/cache

XDG_CONFIG_HOME

/config/xdg/config

XDG_DATA_HOME

/config/xdg/data

XDG_RUNTIME_DIR

/tmp/run/user/app


Layers

[#000] sha256:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 5.84% (25.5 MB)

[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)

[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)

[#003] sha256:61837f289f9c9a628cb33d681b66ad7428d6757603cd4854ceb2ed8159dfd115 - 0.0% (1.5 KB)

[#004] sha256:5e44ffd49a12bf005f658c3ff7494aca7cf20af6b0d3d7b8c9fac3bfc2d33310 - 0.46% (1.99 MB)

[#005] sha256:600ca80f3631eda846505e757673d82b12f638da2a768d47f336c6e0708b339c - 0.18% (804 KB)

[#006] sha256:c70f0bcb6d989915d6df4a20fc0ccfd0be394c3bf711dace19d9d23d3cc09866 - 0.0% (836 Bytes)

[#007] sha256:fc8030667fe12132b8f7bc597cc9a6ee824ee069f49e1fa5a8aeb633a43e7ad4 - 0.0% (4.81 KB)

[#008] sha256:390175294f3a91dfef90115161ee7184fd16b66b1e4ea493aa78b19acef9d0c9 - 0.1% (437 KB)

[#009] sha256:53177b85e7be87998834f6aefd62b610e27e473f0b9991e030cae74609c722dd - 0.3% (1.3 MB)

[#010] sha256:54b1db224cb7329977897462605084463938ff60521b27fe439bea46679400a1 - 16.62% (72.5 MB)

[#011] sha256:c3ac3fbb191bb9be9b9a7becdc55f082f8543f06e1d8f912cd52ccf9094b15a5 - 0.31% (1.34 MB)

[#012] sha256:162733c87308725fe76a730ab9dba45c326597a356e3f37d949cedf769aca48e - 0.58% (2.55 MB)

[#013] sha256:fe2bb539d4bd5283170649142d4f4ba01c7bee980e671b3be5f744f73bdedc19 - 0.01% (31.9 KB)

[#014] sha256:e21ba828624be6812c54719c9354e3fdb32dbf0de5dfc95f0525bded47ae5bea - 0.0% (2.75 KB)

[#015] sha256:ad77964f3cbe4e441c19791754a30dc87199fdf19a4392eacaf9fed4d20093ad - 0.18% (819 KB)

[#016] sha256:9cc4cb9a4696717f104dca4440561e64ab08a4dce1845ad19d48df6074ff242d - 0.11% (490 KB)

[#017] sha256:cb20004b1413a8f0bc7510a285e1228ac7710257cde7c9b59e999073176c8f62 - 0.05% (235 KB)

[#018] sha256:f897b787bc10ba8ffed91b162cebb7e7557dff25336a0e6faf8b0a8b9415b79b - 4.62% (20.2 MB)

[#019] sha256:7711f8021999f101cfa36b3c70dd9c335444f33a222b873c86767dd371cf26a6 - 70.65% (308 MB)


History
2021-03-25 22:32:58 UTC

/bin/sh -c #(nop) ADD file:e80ae8d359b484dac5346f98c549abc694e1d0c87e1d9753d495aed4d9c8b2b3 in /

2021-03-25 22:32:59 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-03-25 22:33:00 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-03-25 22:33:01 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-03-25 22:33:02 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2021-04-01 15:26:54 UTC

/bin/sh -c #(nop) ARG S6_OVERLAY_ARCH=x86_64

2021-04-01 15:26:54 UTC

/bin/sh -c #(nop) ARG S6_OVERLAY_VERSION=1.21.4.0

2021-04-01 15:26:54 UTC

/bin/sh -c #(nop) ARG S6_OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz

2021-04-01 15:26:54 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2021-04-01 15:26:55 UTC

/bin/sh -c #(nop) ARG TERM=xterm

2021-04-01 15:26:55 UTC

/bin/sh -c #(nop) WORKDIR /tmp

2021-04-01 15:26:56 UTC

/bin/sh -c #(nop) COPY multi:d851d330f8f6ddb21fe681bb213ba90e860f95f0cf0ab3c93126588ea78fc58e in /usr/local/bin/

2021-04-01 15:27:15 UTC

|5 DEBIAN_FRONTEND=noninteractive 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 TERM=xterm /bin/sh -c add-pkg --virtual build-dependencies curl ca-certificates patch && echo "Downloading s6-overlay..." && curl -# -L -o s6-overlay.tar.gz ${S6_OVERLAY_URL} && echo "Installing s6-overlay..." && if [ -L /bin ]; then tar xzf s6-overlay.tar.gz -C / --exclude="./bin" && tar xzf /tmp/s6-overlay.tar.gz -C /usr ./bin; else tar xzf s6-overlay.tar.gz -C /; fi && 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/.[!.]*

2021-04-01 15:27:27 UTC

|5 DEBIAN_FRONTEND=noninteractive 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 TERM=xterm /bin/sh -c add-pkg tzdata

2021-04-01 15:27:28 UTC

|5 DEBIAN_FRONTEND=noninteractive 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 TERM=xterm /bin/sh -c if ! grep -q "^VERSION_CODENAME=" /etc/os-release; then add-pkg lsb-release && echo "VERSION_CODENAME=$(lsb_release -c -s)" >> /etc/os-release && del-pkg lsb-release; fi

2021-04-01 15:27:29 UTC

|5 DEBIAN_FRONTEND=noninteractive 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 TERM=xterm /bin/sh -c mkdir /defaults && cp /etc/passwd /defaults/ && cp /etc/group /defaults/ && cp /etc/shadow /defaults/

2021-04-01 15:27:30 UTC

/bin/sh -c #(nop) COPY dir:e91241d9cda7eb3e2de7f776a05ed208f462363746d375a3a12f0ae8143d7773 in /

2021-04-01 15:27:30 UTC

/bin/sh -c #(nop) ENV 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

2021-04-01 15:27:30 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-04-01 15:27:30 UTC

/bin/sh -c #(nop) CMD ["/init"]

2021-04-01 15:27:31 UTC

/bin/sh -c #(nop) ARG IMAGE_VERSION=unknown

2021-04-01 15:27:31 UTC

/bin/sh -c #(nop) 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.5 org.label-schema.vcs-url=https://github.com/jlesage/docker-baseimage org.label-schema.schema-version=1.0

2021-04-06 12:44:38 UTC

/bin/sh -c #(nop) ARG LIBVNCSERVER_VERSION=9029b86

2021-04-06 12:44:38 UTC

/bin/sh -c #(nop) ARG X11VNC_VERSION=29597a9

2021-04-06 12:44:38 UTC

/bin/sh -c #(nop) ARG NOVNC_VERSION=fa559b3

2021-04-06 12:44:39 UTC

/bin/sh -c #(nop) ARG BOOTSTRAP_VERSION=3.3.7

2021-04-06 12:44:39 UTC

/bin/sh -c #(nop) ARG FONTAWESOME_VERSION=4.7.0

2021-04-06 12:44:39 UTC

/bin/sh -c #(nop) ARG JQUERY_VERSION=3.2.1

2021-04-06 12:44:40 UTC

/bin/sh -c #(nop) ARG JQUERY_UI_TOUCH_PUNCH_VERSION=4bc0091

2021-04-06 12:44:40 UTC

/bin/sh -c #(nop) ARG LIBVNCSERVER_URL=https://github.com/jlesage/libvncserver/archive/9029b86.tar.gz

2021-04-06 12:44:40 UTC

/bin/sh -c #(nop) ARG X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz

2021-04-06 12:44:41 UTC

/bin/sh -c #(nop) ARG NOVNC_URL=https://github.com/jlesage/novnc/archive/fa559b3.tar.gz

2021-04-06 12:44:41 UTC

/bin/sh -c #(nop) ARG BOOTSTRAP_URL=https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip

2021-04-06 12:44:41 UTC

/bin/sh -c #(nop) ARG FONTAWESOME_URL=https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip

2021-04-06 12:44:41 UTC

/bin/sh -c #(nop) ARG JQUERY_URL=https://code.jquery.com/jquery-3.2.1.min.js

2021-04-06 12:44:42 UTC

/bin/sh -c #(nop) ARG JQUERY_UI_TOUCH_PUNCH_URL=https://raw.github.com/furf/jquery-ui-touch-punch/4bc0091/jquery.ui.touch-punch.min.js

2021-04-06 12:44:42 UTC

/bin/sh -c #(nop) WORKDIR /tmp

2021-04-06 12:45:05 UTC

|14 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 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies curl ca-certificates gnupg && . /etc/os-release && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key --keyring /etc/apt/trusted.gpg.d/nodesource.gpg add - && echo "deb http://deb.nodesource.com/node_12.x $VERSION_CODENAME main" > /etc/apt/sources.list.d/nodesource.list && echo "deb-src http://deb.nodesource.com/node_12.x $VERSION_CODENAME main" >> /etc/apt/sources.list.d/nodesource.list && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]*

2021-04-06 12:47:58 UTC

|14 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 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies curl ca-certificates build-essential autoconf automake libtool pkg-config zlib1g-dev libx11-dev libxtst-dev libxext-dev libjpeg-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/.[!.]*

2021-04-06 12:48:47 UTC

|14 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 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c apt-get -q update && LIBPNG="$(apt-cache depends libpng-dev | grep 'Depends: libpng' | awk '{print $2}')" && add-pkg openssl libxtst6 libxcomposite1 $LIBPNG stunnel xvfb x11-utils openbox net-tools && userdel stunnel4 && rm -r /var/run/stunnel4 /var/log/stunnel4 && rm -rf /var/cache/fontconfig/*

2021-04-06 12:49:22 UTC

|14 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 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies curl ca-certificates unzip 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/.[!.]*

2021-04-06 12:50:47 UTC

|14 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 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 /etc/ufw/applications.d/nginx /etc/default/nginx && rm -r /etc/nginx/snippets /etc/nginx/sites-enabled /etc/nginx/sites-available /usr/share/nginx /usr/share/doc/nginx /var/log/nginx && ln -s /config/log/nginx /var/log/nginx && ln -s /tmp/nginx /var/lib/nginx && 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/.[!.]*

2021-04-06 12:50:47 UTC

/bin/sh -c #(nop) COPY dir:ff85cbe6088e47b764a6049a23f47f9bbf6903d031f8cee1c97daace7c01faa8 in /

2021-04-06 12:50:48 UTC

|14 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 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

2021-04-06 12:51:09 UTC

|14 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 X11VNC_URL=https://github.com/jlesage/x11vnc/archive/29597a9.tar.gz X11VNC_VERSION=29597a9 /bin/sh -c add-pkg --virtual build-dependencies 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/.[!.]*

2021-04-06 12:51:50 UTC

|14 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 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"

2021-04-06 12:51:50 UTC

/bin/sh -c #(nop) ENV DISPLAY=:0 DISPLAY_WIDTH=1280 DISPLAY_HEIGHT=768

2021-04-06 12:51:50 UTC

/bin/sh -c #(nop) EXPOSE 5800 5900

2021-04-06 12:51:50 UTC

/bin/sh -c #(nop) ARG IMAGE_VERSION=unknown

2021-04-06 12:51:50 UTC

/bin/sh -c #(nop) 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.7 org.label-schema.vcs-url=https://github.com/jlesage/docker-baseimage-gui org.label-schema.schema-version=1.0

2021-06-07 01:46:44 UTC (buildkit.dockerfile.v0)

ENV URL_PICARD_REPO=https://github.com/metabrainz/picard.git URL_CHROMAPRINT_REPO=https://github.com/acoustid/chromaprint.git URL_GOOGLETEST_REPO=https://github.com/google/googletest.git

2021-06-07 01:46:44 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -o pipefail -c]

2021-06-07 01:46:44 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2021-06-07 01:48:08 UTC (buildkit.dockerfile.v0)

COPY /src/trivy/cmd/trivy/trivy /src/trivy # buildkit

2021-06-07 01:51:35 UTC (buildkit.dockerfile.v0)

RUN /bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(software-properties-common) && apt-get update && apt-get install -y --no-install-recommends ${KEPT_PACKAGES[@]} ${TEMP_PACKAGES[@]} && TEMP_PACKAGES+=(python3-pip) && TEMP_PACKAGES+=(python3-setuptools) && TEMP_PACKAGES+=(python3-wheel) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(cmake) && KEPT_PACKAGES+=(ffmpeg) && TEMP_PACKAGES+=(libswresample-dev) && KEPT_PACKAGES+=(libswresample2) && TEMP_PACKAGES+=(libfftw3-dev) && KEPT_PACKAGES+=(libfftw3-3) && TEMP_PACKAGES+=(libavcodec-dev) && KEPT_PACKAGES+=(libavcodec57) && TEMP_PACKAGES+=(libavformat-dev) && KEPT_PACKAGES+=(libavformat57) && TEMP_PACKAGES+=(python3-dev) && TEMP_PACKAGES+=(libdiscid-dev) && KEPT_PACKAGES+=(libdiscid0) && KEPT_PACKAGES+=(libxcb-icccm4) && KEPT_PACKAGES+=(libxcb-keysyms1) && KEPT_PACKAGES+=(libxcb-randr0) && KEPT_PACKAGES+=(libxcb-render-util0) && KEPT_PACKAGES+=(libxcb-xinerama0) && KEPT_PACKAGES+=(libxcb-image0) && KEPT_PACKAGES+=(libxcb-xkb1) && KEPT_PACKAGES+=(libxkbcommon-x11-0) && KEPT_PACKAGES+=(gettext) && KEPT_PACKAGES+=(locales) && KEPT_PACKAGES+=(chromium-browser) && KEPT_PACKAGES+=(fonts-takao) && KEPT_PACKAGES+=(fonts-takao-mincho) && KEPT_PACKAGES+=(wget) && KEPT_PACKAGES+=(ca-certificates) && KEPT_PACKAGES+=(lsscsi) && KEPT_PACKAGES+=(gstreamer1.0-plugins-good) && KEPT_PACKAGES+=(gstreamer1.0-libav) && KEPT_PACKAGES+=(libpulse-mainloop-glib0) && KEPT_PACKAGES+=(libqt5multimedia5-plugins) && KEPT_PACKATES+=(libavcodec57) && KEPT_PACKAGES+=(dbus-x11) && KEPT_PACKAGES+=(uuid-runtime) && KEPT_PACKAGES+=(python3-aubio) && KEPT_PACKAGES+=(python-aubio) && KEPT_PACKAGES+=(aubio-tools) && KEPT_PACKAGES+=(flac) && KEPT_PACKAGES+=(vorbisgain) && KEPT_PACKAGES+=(wavpack) && add-apt-repository -y ppa:flexiondotorg/audio && KEPT_PACKAGES+=(mp3gain) && TEMP_PACKAGES+=(jq) && apt-get update && apt-get install -y --no-install-recommends ${KEPT_PACKAGES[@]} ${TEMP_PACKAGES[@]} && git config --global advice.detachedHead false && git clone "$URL_GOOGLETEST_REPO" /src/googletest && pushd /src/googletest && BRANCH_GOOGLETEST=$(git tag --sort="-creatordate" | grep 'release-' | head -1) && git checkout "tags/${BRANCH_GOOGLETEST}" && echo "$BRANCH_GOOGLETEST" >> /VERSIONS && popd && git clone "$URL_CHROMAPRINT_REPO" /src/chromaprint && pushd /src/chromaprint && BRANCH_CHROMAPRINT=$(git tag --sort="-creatordate" | head -1) && git checkout "tags/${BRANCH_CHROMAPRINT}" && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON -DBUILD_TESTS=ON -DGTEST_SOURCE_DIR=/src/googletest/googletest -DGTEST_INCLUDE_DIR=/src/googletest/googletest/include . && make && make check && make install && echo "$BRANCH_CHROMAPRINT" >> /VERSIONS && popd && git clone "$URL_PICARD_REPO" /src/picard && pushd /src/picard && BRANCH_PICARD=$(git tag --sort="-creatordate" | head -1) && git checkout "tags/${BRANCH_PICARD}" && sed -i 's/PyQt5>=5.7.1/PyQt5>=5.11/g' ./requirements.txt && python3 -m pip install --no-cache-dir --upgrade pip && python3 -m pip install --no-cache-dir -r requirements.txt && python3 -m pip install --no-cache-dir discid python-libdiscid && locale-gen en_US.UTF-8 && export LC_ALL=C.UTF-8 && python3 setup.py build && python3 setup.py build_ext -i && python3 setup.py build_locales -i && python3 setup.py test && python3 setup.py install && mkdir -p /tmp/run/user/app && chmod 0700 /tmp/run/user/app && if picard -v 2>&1 | grep -c error; then exit 1; fi && picard -v | cut -d ' ' -f 2- >> /VERSIONS && popd && sed -i 's/<application type="normal">/<application type="normal" title="MusicBrainz Picard">/' /etc/xdg/openbox/rc.xml && sed -i '/<decor>no<\/decor>/d' /etc/xdg/openbox/rc.xml && sed -i 's/Exec=chromium-browser/Exec=chromium-browser --no-sandbox --disable-dev-shm-usage --disable-gpu --disable-software-rasterizer --log-level=3/g' /usr/share/applications/chromium-browser.desktop && ln -s /usr/local/bin/fpcalc /usr/bin/fpcalc && git clone https://github.com/jlesage/docker-handbrake.git /src/docker-handbrake && cp -v /src/docker-handbrake/rootfs/etc/cont-init.d/95-check-optical-drive.sh /etc/cont-init.d/95-check-optical-drive.sh && /src/trivy --cache-dir /tmp/trivy fs --vuln-type os -f json --ignore-unfixed --no-progress -o /tmp/trivy.out / && apt-get install -y --no-install-recommends $(jq .[].Vulnerabilities < /tmp/trivy.out | grep '"PkgName":' | tr -s ' ' | cut -d ':' -f 2 | tr -d ' ",' | uniq) && apt-get remove -y ${TEMP_PACKAGES[@]} && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/* && find /var/log -type f -exec truncate --size=0 {} \; && picard -V | grep Picard | cut -d ',' -f 1 | cut -d ' ' -f 2 | tr -d ' ' > /CONTAINER_VERSION # buildkit

2021-06-07 01:51:35 UTC (buildkit.dockerfile.v0)

ENV APP_NAME=MusicBrainz Picard LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete