Skip to content

Commit

Permalink
Add OCI labels to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukancagatay committed Jun 8, 2024
1 parent 8195aa2 commit d5aaae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ARG BASE_VERSION=8.8
FROM dpage/pgadmin4:${BASE_VERSION}

LABEL org.opencontainers.image.source=https://github.com/dogukancagatay/docker-pwless-pgadmin4
LABEL org.opencontainers.image.description="Passwordless pgadmin4"
LABEL org.opencontainers.image.licenses=MIT

ENV PGADMIN_DEFAULT_EMAIL="[email protected]"
ENV PGADMIN_DEFAULT_PASSWORD="admin"
ENV PGADMIN_CONFIG_SERVER_MODE="False"
Expand Down

0 comments on commit d5aaae8

Please sign in to comment.