Skip to content

Commit

Permalink
Update container labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Jan 10, 2024
1 parent 91674bd commit b255fbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ COPY --from=build /usr/src/icarust/static /static
EXPOSE 10000
EXPOSE 10001
USER 1000:1000
LABEL org.opencontainers.image.created="11/05/23"
LABEL org.opencontainers.image.created="10/01/23"
LABEL org.opencontainers.image.source="https://github.com/looselab/Icarust/"
LABEL org.opencontainers.image.authors="Rory Munro <[email protected]>"
LABEL org.opencontainers.image.version="0.5"
LABEL org.opencontainers.image.revision="f33760a829d2dd5ef59ac2fa48d0e4955ba15132"
LABEL org.opencontainers.image.version="0.6"
LABEL org.opencontainers.image.revision="91674bdaa45b45c72de59ad8c8c04b79466304ef"
ENTRYPOINT ["icarust", "-c", "/configs/config.ini"]
CMD ["-v", "-s", "/configs/config_dnar10.toml"]
CMD ["-v", "-s", "/configs/config_dnar10_5khz.toml"]

0 comments on commit b255fbe

Please sign in to comment.