DEBIAN latest community workspace install problem

Hello, today Installed latest debian (13) on notebook with 1TB SSG, 16GB RAM. It shows this problem. Please any idea?:


> root@debian:~# bash /workspace-install.sh
> Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
> Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
> See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
> Install with Docker [Y/N/C]? y
> Install ONLYOFFICE Mail Server [Y/N]?: n
> Vytváří se odkládací prostor verze 1, velikost = 6 GiB (6442446848 bajtů)
> žádná jmenovka, UUID=26b74f93-9328-4408-9325-3be11fef904b
> WARNING: This output is designed for human readability. For machine-readable output, please use --format.
> 8.0.29: Pulling from library/mysql
> Digest: sha256:152cf187a3efc56afb0b3877b4d21e231d1d6eb828ca9221056590b0ac834c75
> Status: Image is up to date for mysql:8.0.29
> docker.io/library/mysql:8.0.29
> WARNING: This output is designed for human readability. For machine-readable output, please use --format.
> 8.0.29: Pulling from library/mysql
> Digest: sha256:152cf187a3efc56afb0b3877b4d21e231d1d6eb828ca9221056590b0ac834c75
> Status: Image is up to date for mysql:8.0.29
> docker.io/library/mysql:8.0.29
> WARNING: This output is designed for human readability. For machine-readable output, please use --format.
> 8.0.29: Pulling from library/mysql
> Digest: sha256:152cf187a3efc56afb0b3877b4d21e231d1d6eb828ca9221056590b0ac834c75
> Status: Image is up to date for mysql:8.0.29
> docker.io/library/mysql:8.0.29
> WARNING: This output is designed for human readability. For machine-readable output, please use --format.
> Docker image mysql:8.0.29 not found

Well seems like problem with install script (versus new Debian docker handling). Maybe somewehere here:

EXIST=$(docker images | grep $IMAGE_NAME | awk ‘{print $2;}’ | grep -x $IMAGE_VERSION)

This is a solution. Edit install.sh and change proper line to this:
EXIST=$(docker images --format "{{.Repository}}:{{.Tag}}" | grep -x "${IMAGE_NAME}:${IMAGE_VERSION}")

Oh but another problem with elasticsearch :frowning: - same problem… this is about docker update…

Hello @NewOfficer

Indeed, the issue occurs only with Docker 29 and later. We are working on it.

how long will it take ?? as I have small community project awaiting their new server ?

It is fixed, please try again.

installed without error many thanks

1 Like