Skip to content

Commit

Permalink
Add OCI image source for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Grendel7 committed Oct 24, 2023
1 parent 046a36f commit 5fded68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -ldflags "-s -w" -o /resgate

FROM scratch

LABEL org.opencontainers.image.source="https://github.com/VoIPGRID/resgate"

COPY --from=builder /resgate /resgate
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Expand Down

0 comments on commit 5fded68

Please sign in to comment.