dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
85 stars 29 forks source link

Errors while building adminer-editor Dockerfile #27

Closed W1M0R closed 3 years ago

W1M0R commented 4 years ago

The following errors occur when trying to build the adminer-editor Dockerfile using the command sudo docker build https://github.com/dockette/adminer.git#master:adminer-editor:

Step 1/9 : FROM alpine:edge
06:56:37.849 > edge: Pulling from library/alpine
06:56:39.007 > 7ea5c00be5c0: Pulling fs layer
06:56:42.305 > 7ea5c00be5c0: Verifying Checksum
06:56:42.365 > 7ea5c00be5c0: Download complete
06:56:43.069 > 7ea5c00be5c0: Pull complete
06:56:43.125 > Digest: sha256:fa00ece9a1a6902309239e7406cd1f37d8d9064dd04273e696ca5cbd4e962706
06:56:43.183 > Status: Downloaded newer image for alpine:edge
06:56:43.235 > ---> 13d22f83f248
06:56:43.282 > Step 2/9 : MAINTAINER Milan Sulc <sulcmil@gmail.com>
06:56:43.338 > ---> Running in 76f0ab959aa3
06:56:43.619 > Removing intermediate container 76f0ab959aa3
06:56:43.671 > ---> ad1908d212a9
06:56:43.714 > Step 3/9 : ENV ADMINER_EDITOR_VERSION=4.7.0
06:56:43.760 > ---> Running in 3065c2fc9e4a
06:56:44.039 > Removing intermediate container 3065c2fc9e4a
06:56:44.102 > ---> 2295a6367a89
06:56:44.154 > Step 4/9 : ENV MEMORY=256M
06:56:44.216 > ---> Running in 5f99caed845d
06:56:44.439 > Removing intermediate container 5f99caed845d
06:56:44.488 > ---> 276087a81dbf
06:56:44.538 > Step 5/9 : ENV UPLOAD=2048M
06:56:44.608 > ---> Running in 36e1dacb40e0
06:56:44.902 > Removing intermediate container 36e1dacb40e0
06:56:44.955 > ---> 0ef61e6a1bb0
06:56:45.002 > Step 6/9 : RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories &&     apk update && apk upgrade 
&&     apk add         wget         ca-certificates         php7.1@testing         php7.1-session@testing         php7.1-mysqli@testing         php7.1-pgsql@testing         php7.1-mongodb@testing &&     wget https://github.com/vrana/adminer/releases/download/v$ADMINER_EDITOR_VERSION/editor-$ADMINER_EDITOR_VERSION.php -O /srv/index.php &&     apk del wget ca-certificates &&     rm -rf /var/cache/apk/*
06:56:45.092 > ---> Running in b09b921b17eb
06:56:46.634 > fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
06:56:49.584 > fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
06:56:51.108 > fetch http://nl.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
06:56:57.055 > v20200122-3-g52d979af44 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20200122-1-ge3d1f94ef3 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20200117-229-g073aaff70d [http://nl.alpinelinux.org/alpine/edge/testing]
06:56:57.149 > OK: 15538 distinct packages available
06:56:57.551 > OK: 6 MiB in 14 packages
06:56:58.023 > ERROR: 
06:56:58.105 > unsatisfiable constraints:

06:56:58.146 > php7.1 (missing):
06:56:58.193 > required by: world[php7.1]
  php7.1-mongodb (missing):
    required by: world[php7.1-mongodb]
  php7.1-mysqli (missing):
    required by: world[php7.1-mysqli]
  php7.1-pgsql (missing):
    required by: world[php7.1-pgsql]
  php7.1-session (missing):
    required by: world[php7.1-session]
06:56:58.664 > The command '/bin/sh -c echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories &&     apk update && apk upgrade &&     apk add         wget         ca-certificates         php7.1@testing         php7.1-session@testing         php7.1-mysqli@testing      
   php7.1-pgsql@testing         php7.1-mongodb@testing &&     wget https://github.com/vrana/adminer/releases/download/v$ADMINER_EDITOR_VERSION/editor-$ADMINER_EDITOR_VERSION.php -O /srv/index.php &&     apk del wget ca-certificates &&     rm -rf /var/cache/apk/*' returned a non-zero code: 5
06:56:58.721 > Error: * WARNING: docker has already been started
Error response from daemon: This node is already part of a swarm. Use "docker swarm leave" to leave this swarm and join another one.
The command '/bin/sh -c echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories &&     apk update && apk upgrade &&    
 apk add         wget         ca-certificates         php7.1@testing         php7.1-session@testing         php7.1-mysqli@testing         php7.1-pgsql@testing         php7.1-mongodb@testing &&     wget https://github.com/vrana/adminer/releases/download/v$ADMINER_EDITOR_VERSION/editor-$ADMINER_EDITOR_VERSION.php -O /srv/index.php &&     apk del wget ca-certificates &&     rm -rf /var/cache/apk/*' returned a non-zero code: 5
06:56:58.805 > Error: * WARNING: docker has already been started
Error response from daemon: This node is already part of a swarm. Use "docker swarm leave" to leave this swarm and join another one.
The command '/bin/sh -c echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories &&     apk update && apk upgrade &&    
 apk add         wget         ca-certificates         php7.1@testing         php7.1-session@testing         php7.1-mysqli@testing         php7.1-pgsql@testing         php7.1-mongodb@testing &&     wget https://github.com/vrana/adminer/releases/download/v$ADMINER_EDITOR_VERSION/editor-$ADMINER_EDITOR_VERSION.php -O /srv/index.php &&     apk del wget ca-certificates &&     rm -rf /var/cache/apk/*' returned a non-zero code: 5
f3l1x commented 4 years ago

Hi, it should be fixed now. Could you give a try plase @W1M0R ?

f3l1x commented 3 years ago

https://hub.docker.com/repository/docker/dockette/adminer/tags?page=1&name=editor

image

W1M0R commented 3 years ago

Thanks @f3l1x it works now.