Namespace
onlyoffice
Image / Tag
documentserver:7.1
Content Digest
sha256:8a1edcc13f9d9dd61f3e77bcb172b0f32d0788aa2c63bb5a1206a7633e3dd2f8
Details
Created

2022-05-30 04:13:22 UTC

Size

1.16 GB

Content Digest
Labels

Environment
COMPANY_NAME

onlyoffice

DEBIAN_FRONTEND

noninteractive

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

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

PG_VERSION

12

PRODUCT_NAME

documentserver


Layers

[#000] sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 2.29% (27.2 MB)

[#001] sha256:05cf01b35c53832f9f5a5e5e9ed4dd260f9708d81aaab0fa2ae762fa1dcbff4d - 32.07% (382 MB)

[#002] sha256:603744b8c3ffce053643ea41965ced1a6f36ba90be5a8b4e0c67d3cca70e8d08 - 0.0% (2.44 KB)

[#003] sha256:65a320ec6c4ea46a8b95c31793e3e719a6770cbd3fc51a2c0ff4acb69a174dc1 - 0.0% (5.46 KB)

[#004] sha256:ae7fe860fb269bd67f3def4263e531d9d545650a7f7f283458f27abb202f7f53 - 65.64% (781 MB)


History
2022-04-29 23:20:59 UTC

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

2022-04-29 23:20:59 UTC

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

2022-05-30 00:31:23 UTC

/bin/sh -c #(nop) LABEL maintainer=Ascensio System SIA <[email protected]>

2022-05-30 00:31:24 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive PG_VERSION=12

2022-05-30 00:31:24 UTC

/bin/sh -c #(nop) ARG ONLYOFFICE_VALUE=onlyoffice

2022-05-30 00:35:50 UTC

|1 ONLYOFFICE_VALUE=onlyoffice /bin/sh -c echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && apt-get -y update && apt-get -yq install wget apt-transport-https gnupg locales && mkdir -p $HOME/.gnupg && gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/onlyoffice.gpg --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && chmod 644 /etc/apt/trusted.gpg.d/onlyoffice.gpg && locale-gen en_US.UTF-8 && echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && apt-get -yq install adduser apt-utils bomstrip certbot curl gconf-service htop libasound2 libboost-regex-dev libcairo2 libcurl3-gnutls libcurl4 libgtk-3-0 libnspr4 libnss3 libstdc++6 libxml2 libxss1 libxtst6 mysql-client nano net-tools netcat-openbsd nginx-extras postgresql postgresql-client pwgen rabbitmq-server redis-server software-properties-common sudo supervisor ttf-mscorefonts-installer xvfb zlib1g && if [ $(ls -l /usr/share/fonts/truetype/msttcorefonts | wc -l) -ne 61 ]; then echo 'msttcorefonts failed to download'; exit 1; fi && echo "SERVER_ADDITIONAL_ERL_ARGS=\"+S 1:1\"" | tee -a /etc/rabbitmq/rabbitmq-env.conf && sed -i "s/bind .*/bind 127.0.0.1/g" /etc/redis/redis.conf && sed 's|\(application\/zip.*\)|\1\n application\/wasm wasm;|' -i /etc/nginx/mime.types && pg_conftool $PG_VERSION main set listen_addresses 'localhost' && service postgresql restart && sudo -u postgres psql -c "CREATE DATABASE $ONLYOFFICE_VALUE;" && sudo -u postgres psql -c "CREATE USER $ONLYOFFICE_VALUE WITH password '$ONLYOFFICE_VALUE';" && sudo -u postgres psql -c "GRANT ALL privileges ON DATABASE $ONLYOFFICE_VALUE TO $ONLYOFFICE_VALUE;" && service postgresql stop && service redis-server stop && service rabbitmq-server stop && service supervisor stop && service nginx stop && rm -rf /var/lib/apt/lists/*

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) COPY dir:d65640c1d479d44b2cd64ead9e0d07f64a5bf0f7b6caf02f40d45ecf56d1ac3f in /app/ds/setup/config/

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) COPY file:7b6ad1f825dc431b6bdd081bf728e0fdeed79d570e70f72be7e95cf935dd2665 in /app/ds/run-document-server.sh

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) ARG COMPANY_NAME=onlyoffice

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) ARG PRODUCT_NAME=documentserver

2022-05-30 00:35:53 UTC

/bin/sh -c #(nop) ARG PACKAGE_URL=http://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver_amd64.deb

2022-05-30 00:35:54 UTC

/bin/sh -c #(nop) ENV COMPANY_NAME=onlyoffice PRODUCT_NAME=documentserver

2022-05-30 04:13:21 UTC

|2 ONLYOFFICE_VALUE=onlyoffice PACKAGE_URL=http://repo-doc-onlyoffice-com.s3.amazonaws.com/onlyoffice/testing/ubuntu/onlyoffice-documentserver_7.1.1-23_amd64.deb /bin/sh -c wget -q -P /tmp "$PACKAGE_URL" && apt-get -y update && service postgresql start && apt-get -yq install /tmp/$(basename "$PACKAGE_URL") && service postgresql stop && service supervisor stop && chmod 755 /app/ds/*.sh && rm -f /tmp/$(basename "$PACKAGE_URL") && rm -rf /var/log/$COMPANY_NAME && rm -rf /var/lib/apt/lists/*

2022-05-30 04:13:22 UTC

/bin/sh -c #(nop) VOLUME [/var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /var/lib/rabbitmq /var/lib/redis /usr/share/fonts/truetype/custom]

2022-05-30 04:13:22 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/app/ds/run-document-server.sh"]

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