Skip to content

Commit

Permalink
Merge pull request #33 from dmarcoux/dockerfile-label-org.opencontain…
Browse files Browse the repository at this point in the history
…ers.image.url

Set org.opencontainers.image.source label in Dockerfile
  • Loading branch information
0x2E authored Dec 20, 2024
2 parents 1162ea8 + 3819dde commit ac2570c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN go build -o fusion ./cmd/server/*

# deploy
FROM debian:12
LABEL org.opencontainers.image.source="https://github.com/0x2E/fusion"
RUN apt-get update && apt-get install -y sqlite3 ca-certificates
WORKDIR /fusion
COPY --from=be /src/fusion ./
Expand Down

0 comments on commit ac2570c

Please sign in to comment.