2022-06-03 21:38:56 UTC
115 MB
noninteractive
HOME/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:87e11607b43efa48789a1358aa6962e703fd153d92d4ba6b5c53e15261d0707c - 23.63% (27.1 MB)
[#001] sha256:a3fe8b02260ecc5d914b37ad03036e628c03eabc8b3701ee086770c309f417eb - 1.87% (2.15 MB)
[#002] sha256:fa23786507b7fa0137d6cb6ec017e4023fb9c4fa1effc74df29ffde92a925be3 - 1.83% (2.09 MB)
[#003] sha256:449c4b120a2ef2c398a8d7afc64fc4d145e67ee915d6d5561c2e0b626143a844 - 0.0% (413 Bytes)
[#004] sha256:4b55e1474271d34779fbf4020c6280650d0efac234ed1e77f73cb2ccaaabb6bb - 0.0% (279 Bytes)
[#005] sha256:8f12405095b666790d864dd51bad242a02c0ced8830f123f99b9f418428e0a04 - 12.34% (14.1 MB)
[#006] sha256:ccc7ef932c6119eca0dafa2c18816aa095e646231ff4e076c63638b07b88ff70 - 0.0% (3.62 KB)
[#007] sha256:a0f1968261fc254bd869db9558d51032e6bb23556c054184b0b08a7d26590779 - 60.32% (69.1 MB)
[#008] sha256:065249a1ca9554be5327b1dea280aa3bcc3fa657a684513ba46dda277c97c180 - 0.0% (550 Bytes)
/bin/sh -c #(nop) COPY dir:bc4f65da5186a90256c52feb6ba7fc0d747e19125d340cdffb704b02088d242d in /
2022-05-31 05:07:17 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-05-31 05:07:18 UTC/bin/sh -c #(nop) ARG VERSION
2022-05-31 05:07:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ce979931-ls22 Build-date:- 2022-05-31T07:06:08+02:00
2022-05-31 05:07:20 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-05-31 05:07:21 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-05-31 05:07:22 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2022-05-31 05:07:24 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2022-05-31 05:07:25 UTC|4 BUILD_DATE=2022-05-31T07:06:08+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ce979931-ls22 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-05-31 05:07:26 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-05-31 05:07:26 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-05-31 05:07:27 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-05-31 05:07:29 UTC/bin/sh -c #(nop) COPY file:1944b7fa8f2d673ca96ea72bc1ee3d2beefd4d7109cec81299336aca2188b295 in /etc/apt/
2022-05-31 05:07:49 UTC|5 BUILD_DATE=2022-05-31T07:06:08+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ce979931-ls22 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && 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 && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-05-31 05:07:50 UTC/bin/sh -c #(nop) COPY dir:20c272d36943df58763dc1a757aa17c1a4b646425094c852459047f47ad299fa in /
2022-05-31 05:07:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-05-31 05:07:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-05-31 05:07:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-31T07:06:08+02:00
2022-05-31 05:07:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-05-31 05:07:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-05-31 05:07:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-05-31 05:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d277d8914bd9b3fbe6bb5a1fe51f312c3ac7b16e
2022-05-31 05:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d277d8914bd9b3fbe6bb5a1fe51f312c3ac7b16e
2022-05-31 05:07:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-05-31 05:07:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-05-31 05:08:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-05-31 05:08:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-05-31 05:08:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ce979931-ls22
2022-06-03 21:38:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-06-03 21:38:38 UTC/bin/sh -c #(nop) ARG VERSION
2022-06-03 21:38:39 UTC/bin/sh -c #(nop) ARG OMBI_RELEASE
2022-06-03 21:38:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v4.20.2-ls285 Build-date:- 2022-06-03T16:37:21-05:00
2022-06-03 21:38:39 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-06-03 21:38:39 UTC/bin/sh -c #(nop) ENV HOME=/config
2022-06-03 21:38:39 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2022-06-03 21:38:51 UTC|3 BUILD_DATE=2022-06-03T16:37:21-05:00 OMBI_RELEASE=v4.20.2 VERSION=v4.20.2-ls285 /bin/sh -c apt-get update && apt-get install -y jq libicu70 && echo "**** install ombi ****" && mkdir -p /opt/ombi && if [ -z ${OMBI_RELEASE+x} ]; then OMBI_RELEASE=$(curl -sX GET "https://api.github.com/repos/Ombi-app/Ombi/releases" | jq -r 'first(.[] | select(.prerelease == true)) | .tag_name'); fi && curl -o /tmp/ombi.tar.gz -L "https://github.com/Ombi-app/Ombi/releases/download/${OMBI_RELEASE}/linux-arm64.tar.gz" && tar xzf /tmp/ombi.tar.gz -C /opt/ombi && chmod +x /opt/ombi/Ombi && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-06-03 21:38:54 UTC/bin/sh -c #(nop) COPY dir:a03af8f3bde087587ba184f0bc4146c91e098fb841e307102dfb37180f120228 in /
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) EXPOSE 3579
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-06-03T16:37:21-05:00
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Ombi](https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically sent them weekly newsletters of new content that has been added to your Plex server!
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-ombi
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-06-03 21:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a524247b6643b37d552afd2256a9c7f7d63d8053
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a524247b6643b37d552afd2256a9c7f7d63d8053
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-ombi
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ombi
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-ombi/packages
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-06-03 21:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v4.20.2-ls285
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.