How is the target directory over 100 gigs?
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled

This commit is contained in:
2025-05-14 22:45:29 -04:00
parent 5259fb9aa4
commit f75955e154
5 changed files with 42 additions and 48 deletions

View File

@@ -10,6 +10,10 @@ RUN go mod download && go build -o aws-iam-anywhere-refresher .
FROM ubuntu:latest AS runtime
RUN apt update && apt install -yq ca-certificates curl
RUN curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt \
&& update-ca-certificates
WORKDIR /app
COPY --from=build /app/aws-iam-anywhere-refresher /app/aws-iam-anywhere-refresher