Added sample application and pipeline.

This commit is contained in:
2023-07-30 22:18:21 +12:00
parent 489a1c8ced
commit cd4ba6e532
7 changed files with 233 additions and 5 deletions

View File

@ -4,7 +4,7 @@ COPY go.mod /guestbook/
COPY go.sum /guestbook/
RUN cd /guestbook && go build
FROM docker.io/ubuntu:latest
FROM docker.io/ubuntu:jammy-20230522
COPY --from=builder /guestbook/guestbook /app/guestbook