From 4e2c6a5726b385b8a0b28107acd0cc6e41a38174 Mon Sep 17 00:00:00 2001 From: Rede5 Date: Sat, 14 Feb 2026 17:14:31 +0000 Subject: [PATCH] fix: use Docker Hub instead of gcr mirror --- backend/Dockerfile | 2 +- remotes.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 remotes.txt diff --git a/backend/Dockerfile b/backend/Dockerfile index 22b298e..c4905dc 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM mirror.gcr.io/library/golang:1.24-alpine AS builder +FROM golang:1.24-alpine AS builder # Ajuste de Mirror e instalação de dependências RUN sed -i 's/dl-cdn.alpinelinux.org/uk.alpinelinux.org/g' /etc/apk/repositories && \ diff --git a/remotes.txt b/remotes.txt new file mode 100644 index 0000000..c7cef7c --- /dev/null +++ b/remotes.txt @@ -0,0 +1,12 @@ +dokku dokku@localhost:gohorsejobs (fetch) +dokku dokku@localhost:gohorsejobs (push) +dokku-frontend dokku@localhost:gohorse-frontend (fetch) +dokku-frontend dokku@localhost:gohorse-frontend (push) +dokku-restore dokku@localhost:gohorse-frontend (fetch) +dokku-restore dokku@localhost:gohorse-frontend (push) +forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (fetch) +forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (push) +origin git@github.com:rede5/gohorsejobs.git (fetch) +origin git@github.com:rede5/gohorsejobs.git (push) +pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (fetch) +pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (push)