Skip to content

[Bug] Univer Server docker compose error #5969

@arthurpankiewicz

Description

@arthurpankiewicz

Before you submit this issue, have you checked the following

  • Is this really a problem?
  • I have searched the Github Issues for similar issues, but did not find anything.

Affected packages and versions

0.10.10

Reproduction link

https://docs.univer.ai/guides/pro/server

Run bash -c "$(curl -fsSL https://get.univer.ai)" to recreate the issue.

Expected behavior

Should be able to run bash -c "$(curl -fsSL https://get.univer.ai)" to setup univer server.

Actual behavior

The get.univer.ai script fails to install minio:

bash -c "$(curl -fsSL https://get.univer.ai)"
No license has been configured, which will limit some functionalities. More information can be found here: https://univer.ai/license
WARN[0000] Warning: No resource found to remove for project "univer-server". 
[+] Running 5/5
 ! univer-minio       Interrupted                                                          0.7s 
 ! init-db            Interrupted                                                          0.7s 
 ! univer-postgres    Interrupted                                                          0.7s 
 ✘ univer-redis Error failed to resolve reference "docker.io/bitnam...                     0.7s 
 ! univer-rabbitmq    Interrupted                                                          0.7s 
Error response from daemon: failed to resolve reference "docker.io/bitnami/redis:7.2.4-debian-12-r12": docker.io/bitnami/redis:7.2.4-debian-12-r12: not found
Error response from daemon: No such container: univer-init-db
run.sh: line 181: [: : integer expression expected
network univer-prod declared as external, but could not be found
Checking universer service...
docker: Error response from daemon: failed to set up container networking: network univer-prod not found

Run 'docker run --help' for more information
docker: Error response from daemon: failed to set up container networking: network univer-prod not found

Run 'docker run --help' for more information
docker: Error response from daemon: failed to set up container networking: network univer-prod not found

The docker.io/bitnami/redis:7.2.4-debian-12-r12 image is not available, so the script fails to init the db.

Pulling the image directly confirms this issue:

docker pull docker.io/bitnami/minio:2024.8.3-debian-12-r1
Error response from daemon: failed to resolve reference "docker.io/bitnami/minio:2024.8.3-debian-12-r1": docker.io/bitnami/minio:2024.8.3-debian-12-r1: not found

I believe the image is now on a different registry, as the following command works:

docker pull --platform linux/amd64 public.ecr.aws/bitnami/minio:2024.8.3-debian-12-r1

System information

System:
OS: macOS 15.6.1
CPU: (10) arm64 Apple M1 Pro
Memory: 67.75 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.16.0
npm: 10.8.1
pnpm: 10.13.1
Browsers:
Chrome: 141.0.7390.77
Edge: 141.0.3537.71
Safari: 18.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions