Skip to content

Commit

Permalink
remove labels from dockerfile
Browse files Browse the repository at this point in the history
try removing the manual docker labels and see what the actions comes up with
  • Loading branch information
chrisfenner authored Jun 10, 2022
1 parent 241e84b commit e387ce1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ COPY --from=0 /tpm2-simulator .

# Install OpenSSH
RUN apt-get update && apt-get install -y openssh-client && rm -rf /var/lib/apt/lists/*

LABEL org.opencontainers.image.source="https://github.com/chrisfenner/tpm-simulator-container"
LABEL org.opencontainers.image.description="This is a Docker image containing a TPM simulator plus related tools for testing."
LABEL org.opencontainers.image.licenses="BSD-3-Clause"

0 comments on commit e387ce1

Please sign in to comment.