2022-09-28 11:27:09 UTC
1.81 GB
7.16.3
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:726b8a513d66e3585eb57389171d97fcd348e4914a415891e1da135b85ffa6c3 - 1.38% (25.5 MB)
[#001] sha256:1c3b4fe795e6d8bd82f552679c7081f1ef5da848963422bcdb19d6f94d73f4a8 - 98.62% (1.78 GB)
[#002] sha256:1b27a91b463f6932f747ccbc960c6b6574811f845c26a5a4f1caaa7bfea0d1bf - 0.0% (615 Bytes)
[#003] sha256:adeb8f1f520a666fbdbbd54d0da2e88e8b31917415a09be87669de8fff5dc01d - 0.0% (2.4 KB)
[#004] sha256:18b38301572a05c73d9ad7f49eb106974894590890746c86e31035733a182008 - 0.0% (11.5 KB)
[#005] sha256:bd80e66f2090fc33ea8fe2bb118dfa93dc1abd109f23d0fe095973fbd6172881 - 0.0% (11.5 KB)
/bin/sh -c #(nop) ADD file:8733c7e8faf03d53cb2143ff6ac405362944cfa07422fccd21a3066cc2f42c83 in /
2022-09-06 19:38:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG RELEASE_DATE=2016-06-21
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG RELEASE_DATE_SIGN=
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG VERSION=8.9.0.190
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG SOURCE_REPO_URL=deb http://static.teamlab.com.s3.amazonaws.com/repo/debian squeeze main
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG PACKAGE_SYSNAME=onlyoffice
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG ELK_DIR=/usr/share/elasticsearch
2022-09-28 11:13:06 UTC/bin/sh -c #(nop) ARG ELK_LIB_DIR=/usr/share/elasticsearch/lib
2022-09-28 11:13:07 UTC/bin/sh -c #(nop) ARG ELK_MODULE_DIR=/usr/share/elasticsearch/modules
2022-09-28 11:13:07 UTC/bin/sh -c #(nop) LABEL onlyoffice.community.release-date=20220928 onlyoffice.community.version=12.1.0.1760 description=Community Server is a free open-source collaborative system developed to manage documents, projects, customer relationship and emails, all in one place. maintainer=Ascensio System SIA <support@onlyoffice.com> securitytxt=https://www.onlyoffice.com/.well-known/security.txt
2022-09-28 11:13:07 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 ELASTICSEARCH_VERSION=7.16.3
2022-09-28 11:27:02 UTC|9 DEBIAN_FRONTEND=noninteractive ELK_DIR=/usr/share/elasticsearch ELK_LIB_DIR=/usr/share/elasticsearch/lib ELK_MODULE_DIR=/usr/share/elasticsearch/modules PACKAGE_SYSNAME=onlyoffice RELEASE_DATE=20220928 RELEASE_DATE_SIGN= SOURCE_REPO_URL=deb http://static.teamlab.info.s3.amazonaws.com/repo/4testing/debian stable main VERSION=12.1.0.1760 /bin/sh -c apt-get -y update && apt-get -y upgrade && apt-get -y dist-upgrade && addgroup --system --gid 107 ${PACKAGE_SYSNAME} && adduser -uid 104 --quiet --home /var/www/${PACKAGE_SYSNAME} --system --gid 107 ${PACKAGE_SYSNAME} && addgroup --system --gid 104 elasticsearch && adduser -uid 103 --quiet --home /nonexistent --system --gid 104 elasticsearch && apt-get -yq install systemd systemd-sysv locales software-properties-common curl wget sudo && cd /lib/systemd/system/sysinit.target.wants/ && ls | grep -v systemd-tmpfiles-setup | xargs rm -f $1 && rm -f /lib/systemd/system/multi-user.target.wants/* /etc/systemd/system/*.wants/* /lib/systemd/system/local-fs.target.wants/* /lib/systemd/system/sockets.target.wants/*udev* /lib/systemd/system/sockets.target.wants/*initctl* /lib/systemd/system/basic.target.wants/* /lib/systemd/system/anaconda.target.wants/* /lib/systemd/system/plymouth* /lib/systemd/system/systemd-update-utmp* && locale-gen en_US.UTF-8 && echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && echo "${SOURCE_REPO_URL}" >> /etc/apt/sources.list && echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "deb https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-extra.list && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key && echo "deb http://nginx.org/packages/ubuntu/ bionic nginx" >> /etc/apt/sources.list.d/nginx.list && wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - && echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list && add-apt-repository -y ppa:certbot/certbot && add-apt-repository -y ppa:chris-lea/redis-server && curl -sSL https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && echo "deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod bionic main" >> /etc/apt/sources.list.d/microsoft-prod.list && curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && apt-get install -yq gnupg2 ca-certificates software-properties-common cron rsyslog ruby-dev ruby-god nodejs nginx gdb mono-complete ca-certificates-mono python-certbot-nginx htop nano dnsutils redis-server python3-pip multiarch-support iproute2 ffmpeg jq apt-transport-https elasticsearch=${ELASTICSEARCH_VERSION} mono-webserver-hyperfastcgi=0.4-7 dotnet-sdk-6.0 ${PACKAGE_SYSNAME}-communityserver ${PACKAGE_SYSNAME}-xmppserver && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2022-09-28 11:27:05 UTC/bin/sh -c #(nop) COPY dir:9189734a1c615052e6b917417e89d07bd7525c69450e186407149d2f23cfdcf3 in /app/config/
2022-09-28 11:27:05 UTC/bin/sh -c #(nop) COPY dir:80984057a73a275b9a91df3991bbf5b9a1fa1629557802280862a33667bf7d1a in /app/assets/
2022-09-28 11:27:06 UTC/bin/sh -c #(nop) COPY file:1f7a8dc3e35b219a8600d9677473bf7fbe383736de45eb18bb01aa890244e064 in /app/run-community-server.sh
2022-09-28 11:27:06 UTC|9 DEBIAN_FRONTEND=noninteractive ELK_DIR=/usr/share/elasticsearch ELK_LIB_DIR=/usr/share/elasticsearch/lib ELK_MODULE_DIR=/usr/share/elasticsearch/modules PACKAGE_SYSNAME=onlyoffice RELEASE_DATE=20220928 RELEASE_DATE_SIGN= SOURCE_REPO_URL=deb http://static.teamlab.info.s3.amazonaws.com/repo/4testing/debian stable main VERSION=12.1.0.1760 /bin/sh -c chmod -R 755 /app/*.sh
2022-09-28 11:27:07 UTC/bin/sh -c #(nop) VOLUME [/sys/fs/cgroup /var/log/onlyoffice /var/www/onlyoffice/Data /var/lib/mysql /etc/letsencrypt]
2022-09-28 11:27:08 UTC/bin/sh -c #(nop) EXPOSE 3306 443 5222 5280 80 9865 9866 9871 9882 9888
2022-09-28 11:27:09 UTC/bin/sh -c #(nop) CMD ["/app/run-community-server.sh"]
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.