Skip to content

Commit

Permalink
Add org.opencontainers.image.source label
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 4, 2023
1 parent 6efea3d commit 0126d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -11,6 +11,7 @@ COPY . .
RUN cargo install --path . --target=x86_64-unknown-linux-musl

FROM scratch
LABEL org.opencontainers.image.source https://github.com/bouzuya/genuuid
ENV PORT=8080
COPY --from=builder /usr/local/cargo/bin/genuuid /usr/local/bin/genuuid
ENTRYPOINT ["genuuid"]

0 comments on commit 0126d46

Please sign in to comment.