Skip to content

Commit

Permalink
feat: label image
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Mar 17, 2023
1 parent 505ab63 commit 2c1dc49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ COPY --from=build /go/src/github.com/kitproj/sim/sim .

VOLUME [ "/apis" ]

LABEL org.opencontainers.image.title="Sim" \
org.opencontainers.image.description="Sim is straight-forward API simulation tool that's tiny, fast, secure and scalable." \
org.opencontainers.image.url="https://github.com/kitproj/sim" \
org.opencontainers.image.licenses="MIT"

CMD [ "sim" ]

0 comments on commit 2c1dc49

Please sign in to comment.