From 2c1dc49b45b45d2e4f0d0fc6bdb3b00d7cf2997f Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 17 Mar 2023 10:31:29 -0700 Subject: [PATCH] feat: label image Signed-off-by: Alex Collins --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 22d4eb2..128bcec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file