[GH-ISSUE #33] Error when trying to run Convoy via Docker #20

Closed
opened 2026-02-26 17:31:01 +03:00 by kerem · 2 comments
Owner

Originally created by @pexch on GitHub (Jun 10, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/33

Using docker compose up -d and following docs.
Currently running on Ubuntu 20.04.6 LTS

 => [workspace internal] load build definition from Dockerfile                                                                                                                                                                          0.0s
 => => transferring dockerfile: 1.94kB                                                                                                                                                                                                  0.0s
 => [workspace internal] load .dockerignore                                                                                                                                                                                             0.0s
 => => transferring context: 2B                                                                                                                                                                                                         0.0s
 => [php internal] load .dockerignore                                                                                                                                                                                                   0.0s
 => => transferring context: 2B                                                                                                                                                                                                         0.0s
 => [workers internal] load .dockerignore                                                                                                                                                                                               0.0s
 => => transferring context: 2B                                                                                                                                                                                                         0.0s
 => [php internal] load build definition from Dockerfile                                                                                                                                                                                0.0s
 => => transferring dockerfile: 1.24kB                                                                                                                                                                                                  0.0s
 => [workers internal] load build definition from Dockerfile                                                                                                                                                                            0.0s
 => => transferring dockerfile: 683B                                                                                                                                                                                                    0.0s
 => [php internal] load metadata for docker.io/mlocati/php-extension-installer:latest                                                                                                                                                   0.8s
 => [php internal] load metadata for docker.io/library/php:8.2-fpm-alpine                                                                                                                                                               0.8s
 => [workspace internal] load metadata for docker.io/library/php:8.2                                                                                                                                                                    0.8s
 => [workspace stage-0  1/18] FROM docker.io/library/php:8.2@sha256:2f157ecc90838ace4c8772dc28b7554c6512bbb5dab0c6afdf47c8f72e8388b6                                                                                                    0.0s
 => CACHED [php] FROM docker.io/mlocati/php-extension-installer@sha256:c16e0e6ddea36ced2fe5380e4bdcb5aab6abb77c966f87fd111445b9505d283f                                                                                                 0.0s
 => CACHED [workspace stage-0  2/18] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone                                                                                                                     0.0s
 => CACHED [workspace stage-0  3/18] RUN apt-get update                                                                                                                                                                                 0.0s
 => ERROR [workspace stage-0  4/18] RUN apt-get -y install software-properties-common curl sudo unzip                                                                                                                                   0.7s
 => [workers stage-0 1/8] FROM docker.io/library/php:8.2-fpm-alpine@sha256:f5512b29e2af3ca3d0f9cf9f8b2f7c04020bfc6178559699c58a15563ee3701f                                                                                             0.0s
 => CACHED [workers stage-0 2/8] COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/                                                                                                            0.0s
 => CANCELED [php stage-0 3/7] RUN install-php-extensions pdo_mysql pcntl redis opcache                                                                                                                                                 0.9s
 => [workers internal] load build context                                                                                                                                                                                               0.1s
 => => transferring context: 75B                                                                                                                                                                                                        0.0s
 => CANCELED [workers stage-0 3/8] RUN install-php-extensions pdo_mysql pcntl redis opcache                                                                                                                                             1.0s
^C
Originally created by @pexch on GitHub (Jun 10, 2023). Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/33 Using `docker compose up -d` and following docs. Currently running on Ubuntu 20.04.6 LTS ``` => [workspace internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.94kB 0.0s => [workspace internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [php internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [workers internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [php internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.24kB 0.0s => [workers internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 683B 0.0s => [php internal] load metadata for docker.io/mlocati/php-extension-installer:latest 0.8s => [php internal] load metadata for docker.io/library/php:8.2-fpm-alpine 0.8s => [workspace internal] load metadata for docker.io/library/php:8.2 0.8s => [workspace stage-0 1/18] FROM docker.io/library/php:8.2@sha256:2f157ecc90838ace4c8772dc28b7554c6512bbb5dab0c6afdf47c8f72e8388b6 0.0s => CACHED [php] FROM docker.io/mlocati/php-extension-installer@sha256:c16e0e6ddea36ced2fe5380e4bdcb5aab6abb77c966f87fd111445b9505d283f 0.0s => CACHED [workspace stage-0 2/18] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone 0.0s => CACHED [workspace stage-0 3/18] RUN apt-get update 0.0s => ERROR [workspace stage-0 4/18] RUN apt-get -y install software-properties-common curl sudo unzip 0.7s => [workers stage-0 1/8] FROM docker.io/library/php:8.2-fpm-alpine@sha256:f5512b29e2af3ca3d0f9cf9f8b2f7c04020bfc6178559699c58a15563ee3701f 0.0s => CACHED [workers stage-0 2/8] COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ 0.0s => CANCELED [php stage-0 3/7] RUN install-php-extensions pdo_mysql pcntl redis opcache 0.9s => [workers internal] load build context 0.1s => => transferring context: 75B 0.0s => CANCELED [workers stage-0 3/8] RUN install-php-extensions pdo_mysql pcntl redis opcache 1.0s ^C ```
kerem closed this issue 2026-02-26 17:31:01 +03:00
Author
Owner

@ericwang401 commented on GitHub (Jun 10, 2023):

What about it? It looks like you are pressing Control C because some of the operations are canceled.

<!-- gh-comment-id:1585668720 --> @ericwang401 commented on GitHub (Jun 10, 2023): What about it? It looks like you are pressing Control C because some of the operations are canceled.
Author
Owner

@ericwang401 commented on GitHub (Jun 10, 2023):

I believe this issue was resolved in our direct messages.

For anyone reading on this issue, there wasn't any solution from me. The issue author resolved it themselves.

<!-- gh-comment-id:1585700301 --> @ericwang401 commented on GitHub (Jun 10, 2023): I believe this issue was resolved in our direct messages. For anyone reading on this issue, there wasn't any solution from me. The issue author resolved it themselves.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/panel#20
No description provided.