Skip to content

Commit

Permalink
Quote the source/description labels/tags, to resolve a warning from t…
Browse files Browse the repository at this point in the history
…he docker-builder.
  • Loading branch information
skx committed Jan 17, 2025
1 parent ec5cb68 commit b32bebd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ FROM golang:alpine AS builder

ARG VERSION

LABEL org.opencontainers.image.source=https://github.com/skx/cpmulator/
LABEL org.opencontainers.image.description CP/M Emulator written in Golang
LABEL org.opencontainers.image.source="https://github.com/skx/cpmulator/"
LABEL org.opencontainers.image.description="CP/M Emulator written in Golang"

# Create a working-directory
WORKDIR $GOPATH/src/github.com/skx/cpmulator/
Expand Down Expand Up @@ -52,9 +52,8 @@ USER app
# Set working directory
WORKDIR /app


# Set entrypoint
ENTRYPOINT [ "/usr/local/bin/cpmulator" ]

# And ensure we use the subdirectories
# And ensure we use the subdirectory-support.
CMD [ "-directories" ]

0 comments on commit b32bebd

Please sign in to comment.