1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-07-12 22:41:13 +02:00

Pipeline test

This commit is contained in:
ebosas
2021-11-06 21:05:35 +02:00
parent 771a250991
commit 8c106c2027

View File

@ -1,5 +1,5 @@
# FROM golang:1.17-alpine AS database
# AWS CodeBuild fails due to Docker's pull rate limit, using ECR.
# AWS CodeBuild fails due to Docker's pull rate limit, using ECR.test
FROM public.ecr.aws/bitnami/golang:1.17 AS database
WORKDIR /go/src/app
COPY go.* ./