Skip to content

Commit

Permalink
Merge branch 'update-image' into 'main'
Browse files Browse the repository at this point in the history
chore: Use our public container registry

See merge request qovery/backend/pleco!119
  • Loading branch information
mzottola committed Jul 30, 2024
2 parents 27e237e + 643d076 commit 09a0abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.21.6-bullseye as build
FROM public.ecr.aws/r3m4q3r9/pub-mirror-go:1.21.6-bullseye as build

ADD . /pleco
WORKDIR /pleco
RUN go get && go build -o /pleco.bin main.go

FROM debian:bullseye-slim as run
FROM public.ecr.aws/r3m4q3r9/pub-mirror-debian:bullseye-slim as run

RUN apt-get update && apt-get install -y ca-certificates curl gnupg python3 && apt-get clean
# gcloud CLI to connect to GCP clusters
Expand Down

0 comments on commit 09a0abb

Please sign in to comment.