Skip to content

Commit

Permalink
CI: configure GitHub specific labels for image
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Sep 5, 2024
1 parent 619bb5b commit ba18334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ARG ALPINE_ARCH

FROM golang:1.23.0-alpine as build-stage

LABEL org.opencontainers.image.source https://github.com/ostrovok-tech/sloth
LABEL org.opencontainers.image.source="https://github.com/ostrovok-tech/sloth"
LABEL org.opencontainers.image.description="Images of Sloth fork from https://github.com/ostrovok-tech/sloth"
LABEL org.opencontainers.image.licenses="Apache-2.0"

# hadolint global ignore=DL3018
RUN apk --no-cache add g++ git make curl bash tree
Expand Down

0 comments on commit ba18334

Please sign in to comment.