PostDock
PostDock copied to clipboard
Resolving atalia.postgresql.org 404 NOT FOUND
Dear friends,
Today I'm using docker-compose file and run with latest, then I got failed becase 404 NOT FOUND. Here are my logs
[root@k1 PostDock]# docker-compose -f ./docker-compose/latest.yml up -d pgmaster pgslave1 pgslave2 pgslave3 pgslave4 pgpool backup
Building pgmaster
Sending build context to Docker daemon 6.582MB
Step 1/55 : FROM postgres:11
---> b30497d60a81
Step 2/55 : RUN apt-get update --fix-missing && apt-get install -y postgresql-server-dev-$PG_MAJOR wget openssh-server barman-cli
---> Using cache
---> 853b84daceae
Step 3/55 : COPY ./dockerfile/bin /usr/local/bin/dockerfile
---> Using cache
---> 8fb10d34edf1
Step 4/55 : RUN chmod -R +x /usr/local/bin/dockerfile && ln -s /usr/local/bin/dockerfile/functions/* /usr/local/bin/
---> Using cache
---> 3713c0e499b7
Step 5/55 : RUN install_deb_pkg "http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb"
---> Running in 0158df90a7f7
--2022-03-31 03:33:53-- http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb
Resolving atalia.postgresql.org (atalia.postgresql.org)... 72.32.157.231, 2001:4800:3e1:1::231
Connecting to atalia.postgresql.org (atalia.postgresql.org)|72.32.157.231|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-31 03:33:54 ERROR 404: Not Found.
The command '/bin/sh -c install_deb_pkg "http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb"' returned a non-zero code: 8
ERROR: Service 'pgmaster' failed to build : Build failed
Could you please let me know how can I fix this? Thank so much!
Seems that is related to #260