Docker build fails #13

Closed
opened 2025-12-29 01:19:59 +01:00 by adam · 4 comments
Owner

Originally created by @bharathmsd7 on GitHub (Jul 27, 2021).

Trying to build Docker image
It fails at Step 9

Step 9/27 : RUN gpg --keyserver ipv4.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
 ---> Running in 038b390e46e2
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: keyserver receive failed: No name
The command '/bin/sh -c gpg --keyserver ipv4.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4' returned a non-zero code: 2
Originally created by @bharathmsd7 on GitHub (Jul 27, 2021). Trying to build Docker image It fails at Step 9 ``` Step 9/27 : RUN gpg --keyserver ipv4.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 ---> Running in 038b390e46e2 gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: keyserver receive failed: No name The command '/bin/sh -c gpg --keyserver ipv4.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4' returned a non-zero code: 2 ```
adam closed this issue 2025-12-29 01:19:59 +01:00
Author
Owner

@juanfont commented on GitHub (Jul 27, 2021):

Was that solved?

@juanfont commented on GitHub (Jul 27, 2021): Was that solved?
Author
Owner

@bharathmsd7 commented on GitHub (Jul 27, 2021):

Nope, I just removed the verification steps
LINE 24, 25, 27
Since this issue is faced by many others, there is no such proper solution for it.

@bharathmsd7 commented on GitHub (Jul 27, 2021): Nope, I just removed the verification steps LINE 24, 25, 27 Since this issue is faced by many others, there is no such proper solution for it.
Author
Owner

@bharathmsd7 commented on GitHub (Jul 27, 2021):

Tried to run the docker image but it failed

docker run --name headscaleserver -p 8000:8000 -it headscale:v0.1
2021-07-27 15:13:02,065 INFO Set uid to user 0 succeeded
2021-07-27 15:13:02,068 INFO supervisord started with pid 1
2021-07-27 15:13:03,072 INFO spawned: 'headscale' with pid 7
2021-07-27 15:13:03,077 INFO spawned: 'postgres' with pid 8
Writing config...
Waiting for PostgreSQL to start ...
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... Waiting for PostgreSQL to start ...
2021-07-27 15:13:04,088 INFO success: headscale entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-07-27 15:13:04,088 INFO success: postgres entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
ok
syncing data to disk ... Waiting for PostgreSQL to start ...
ok

Success.

===============================
!!! NO PASSWORD SET !!! (Use $POSTGRES_PASSWORD env var)

PostgreSQL stand-alone backend 13.3
backend> statement: CREATE DATABASE headscale;

Waiting for PostgreSQL to start ...
backend>

PostgreSQL stand-alone backend 13.3
backend> statement: CREATE USER admin WITH SUPERUSER ;

backend> Waiting for PostgreSQL to start ...

waiting for server to start....2021-07-27 15:13:07.296 UTC [61] LOG: starting PostgreSQL 13.3 on x86_64-alpine-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit
2021-07-27 15:13:07.343 UTC [61] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
2021-07-27 15:13:07.433 UTC [61] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432"
2021-07-27 15:13:07.534 UTC [62] LOG: database system was shut down at 2021-07-27 15:13:07 UTC
2021-07-27 15:13:07.592 UTC [61] LOG: database system is ready to accept connections
done
server started

/postgres.sh: ignoring /docker-entrypoint-initdb.d/*

waiting for server to shut down...2021-07-27 15:13:07.670 UTC [61] LOG: received fast shutdown request
.2021-07-27 15:13:07.712 UTC [61] LOG: aborting any active transactions
2021-07-27 15:13:07.714 UTC [61] LOG: background worker "logical replication launcher" (PID 68) exited with exit code 1
2021-07-27 15:13:07.714 UTC [63] LOG: shutting down
2021-07-27 15:13:08.039 UTC [61] LOG: database system is shut down
done
server stopped
2021-07-27 15:13:08,072 INFO reaped unknown pid 61 (exit status 0)
Waiting for PostgreSQL to start ...
PostgreSQL started.
Starting server...
2021-07-27 15:13:09,120 INFO exited: headscale (exit status 1; not expected)
2021-07-27 15:13:10,125 INFO spawned: 'headscale' with pid 97
Writing config...
PostgreSQL started.
Starting server...
2021-07-27 15:13:10,151 INFO exited: headscale (exit status 1; not expected)
2021-07-27 15:13:11,156 INFO spawned: 'headscale' with pid 106
Writing config...
PostgreSQL started.
Starting server...
2021-07-27 15:13:11,182 INFO exited: headscale (exit status 1; not expected)
2021-07-27 15:13:13,187 INFO spawned: 'headscale' with pid 115
Writing config...
PostgreSQL started.
Starting server...
2021-07-27 15:13:13,212 INFO exited: headscale (exit status 1; not expected)
2021-07-27 15:13:16,218 INFO spawned: 'headscale' with pid 124
Writing config...
PostgreSQL started.
Starting server...
2021-07-27 15:13:16,242 INFO exited: headscale (exit status 1; not expected)
2021-07-27 15:13:17,243 INFO gave up: headscale entered FATAL state, too many start retries too quickly

@bharathmsd7 commented on GitHub (Jul 27, 2021): Tried to run the docker image but it failed docker run --name headscaleserver -p 8000:8000 -it headscale:v0.1 2021-07-27 15:13:02,065 INFO Set uid to user 0 succeeded 2021-07-27 15:13:02,068 INFO supervisord started with pid 1 2021-07-27 15:13:03,072 INFO spawned: 'headscale' with pid 7 2021-07-27 15:13:03,077 INFO spawned: 'postgres' with pid 8 Writing config... Waiting for PostgreSQL to start ... The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.utf8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... Waiting for PostgreSQL to start ... 2021-07-27 15:13:04,088 INFO success: headscale entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2021-07-27 15:13:04,088 INFO success: postgres entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) ok syncing data to disk ... Waiting for PostgreSQL to start ... ok Success. =============================== !!! NO PASSWORD SET !!! (Use $POSTGRES_PASSWORD env var) =============================== PostgreSQL stand-alone backend 13.3 backend> statement: CREATE DATABASE headscale; Waiting for PostgreSQL to start ... backend> PostgreSQL stand-alone backend 13.3 backend> statement: CREATE USER admin WITH SUPERUSER ; backend> Waiting for PostgreSQL to start ... waiting for server to start....2021-07-27 15:13:07.296 UTC [61] LOG: starting PostgreSQL 13.3 on x86_64-alpine-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit 2021-07-27 15:13:07.343 UTC [61] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432" 2021-07-27 15:13:07.433 UTC [61] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2021-07-27 15:13:07.534 UTC [62] LOG: database system was shut down at 2021-07-27 15:13:07 UTC 2021-07-27 15:13:07.592 UTC [61] LOG: database system is ready to accept connections done server started /postgres.sh: ignoring /docker-entrypoint-initdb.d/* waiting for server to shut down...2021-07-27 15:13:07.670 UTC [61] LOG: received fast shutdown request .2021-07-27 15:13:07.712 UTC [61] LOG: aborting any active transactions 2021-07-27 15:13:07.714 UTC [61] LOG: background worker "logical replication launcher" (PID 68) exited with exit code 1 2021-07-27 15:13:07.714 UTC [63] LOG: shutting down 2021-07-27 15:13:08.039 UTC [61] LOG: database system is shut down done server stopped 2021-07-27 15:13:08,072 INFO reaped unknown pid 61 (exit status 0) Waiting for PostgreSQL to start ... PostgreSQL started. Starting server... 2021-07-27 15:13:09,120 INFO exited: headscale (exit status 1; not expected) 2021-07-27 15:13:10,125 INFO spawned: 'headscale' with pid 97 Writing config... PostgreSQL started. Starting server... 2021-07-27 15:13:10,151 INFO exited: headscale (exit status 1; not expected) 2021-07-27 15:13:11,156 INFO spawned: 'headscale' with pid 106 Writing config... PostgreSQL started. Starting server... 2021-07-27 15:13:11,182 INFO exited: headscale (exit status 1; not expected) 2021-07-27 15:13:13,187 INFO spawned: 'headscale' with pid 115 Writing config... PostgreSQL started. Starting server... 2021-07-27 15:13:13,212 INFO exited: headscale (exit status 1; not expected) 2021-07-27 15:13:16,218 INFO spawned: 'headscale' with pid 124 Writing config... PostgreSQL started. Starting server... 2021-07-27 15:13:16,242 INFO exited: headscale (exit status 1; not expected) 2021-07-27 15:13:17,243 INFO gave up: headscale entered FATAL state, too many start retries too quickly
Author
Owner

@juanfont commented on GitHub (Jul 27, 2021):

Hi @bharathmsd7,

I have opened a PR to remove that docker code (https://github.com/juanfont/headscale/pull/66). If you want to run headscale in a container, please use the Dockerfile in the root of the project. That docker setup will no longer be supported.

I will no close this issue.

@juanfont commented on GitHub (Jul 27, 2021): Hi @bharathmsd7, I have opened a PR to remove that docker code (https://github.com/juanfont/headscale/pull/66). If you want to run headscale in a container, please use the Dockerfile in the root of the project. That docker setup will no longer be supported. I will no close this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#13