Skip to content

Commit

Permalink
bugfix: container image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed May 22, 2023
1 parent 30db977 commit b8f110c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN chmod +x /usr/bin/cloud-localds
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

LABEL org.opencontainers.image.source https://github.com/nxthat/nqemu
LABEL org.opencontainers.image.description Nanocl Qemu runtime
LABEL org.opencontainers.image.source https://github.com/nxthat/nanocl-qemu
LABEL org.opencontainers.image.description Nanocl Qemu Runtime

ENTRYPOINT [ "/bin/sh", "entrypoint.sh" ]

0 comments on commit b8f110c

Please sign in to comment.