ConvoyPanel / panel

A modern platform tailored for hosting providers and enthusiasts to effortlessly interact with their servers. Seamlessly wrapping around Proxmox, Convoy is easily deployable, affordable at just $6 per node per month for commercial use, and completely free for personal and non-profit endeavors.
https://convoypanel.com
Other
311 stars 51 forks source link

Error when trying to run Convoy via Docker #33

Closed pexch closed 1 year ago

pexch commented 1 year ago

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
ericwang401 commented 1 year ago

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

ericwang401 commented 1 year ago

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.