Skip to content

Commit

Permalink
build: add docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Sep 15, 2023
1 parent 453d258 commit 5abe583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM golang:1.21-alpine AS build

LABEL org.opencontainers.image.source "https://github.com/jesse0michael/go-rest-assurede"
LABEL org.opencontainers.image.description "Docker image for the GO Rest Assured client to mock and validate your calls to REST API's"

# Copy project files
WORKDIR /go/src
COPY go.mod .
Expand Down

0 comments on commit 5abe583

Please sign in to comment.