Skip to content

Commit

Permalink
build: update Dockerfile labels for oauth2 and platform images
Browse files Browse the repository at this point in the history
- Update image title labels to use quotes
- Remove created and revision labels
  • Loading branch information
vnobo committed Dec 14, 2024
1 parent 3ae0cdc commit b9b3555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions boot/oauth2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alexbob/plate-oauth2:latest
LABEL org.opencontainers.image.source=https://github.com/vnobo/plate
LABEL org.opencontainers.image.description="Plate oauth2 container image"
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.title=plate-oauth2
LABEL org.opencontainers.image.title="plate-oauth2"
LABEL org.opencontainers.image.url=https://github.com/vnobo/plate
LABEL org.opencontainers.image.version=3.4.0
LABEL org.opencontainers.image.created=2020-01-10T00:30:00.000Z
LABEL org.opencontainers.image.revision=860c1904a1ce19322e91ac35af1ab07466440c37
LABEL org.opencontainers.image.created=""
LABEL org.opencontainers.image.revision=""
6 changes: 3 additions & 3 deletions boot/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alexbob/plate-platform:latest
LABEL org.opencontainers.image.source=https://github.com/vnobo/plate
LABEL org.opencontainers.image.description="Plate platform container image"
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.title=plate-platform
LABEL org.opencontainers.image.title="plate-platform"
LABEL org.opencontainers.image.url=https://github.com/vnobo/plate
LABEL org.opencontainers.image.version=3.4.0
LABEL org.opencontainers.image.created=2020-01-10T00:30:00.000Z
LABEL org.opencontainers.image.revision=860c1904a1ce19322e91ac35af1ab07466440c37
LABEL org.opencontainers.image.created=""
LABEL org.opencontainers.image.revision=""

0 comments on commit b9b3555

Please sign in to comment.