Skip to content

Commit 0760525

Browse files
committed
🔨 Implement OCI image specification on labels
1 parent cb0d77b commit 0760525

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

phpmyadmin/Dockerfile

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ LABEL \
5858
io.hass.type="addon" \
5959
io.hass.version=${BUILD_VERSION} \
6060
maintainer="Franck Nijhof <frenck@addons.community>" \
61-
org.label-schema.description="A web interface for the official MariaDB add-on" \
62-
org.label-schema.build-date=${BUILD_DATE} \
63-
org.label-schema.name="phpMyAdmin" \
64-
org.label-schema.schema-version="1.0" \
65-
org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-phpmyadmin/171729?u=frenck" \
66-
org.label-schema.usage="https://github.com/hassio-addons/addon-phpmyadmin/tree/master/README.md" \
67-
org.label-schema.vcs-ref=${BUILD_REF} \
68-
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-phpadmin" \
69-
org.label-schema.vendor="Home Assistant Community Add-ons"
61+
org.opencontainers.image.title="phpMyAdmin" \
62+
org.opencontainers.image.description="A web interface for the official MariaDB add-on" \
63+
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
64+
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
65+
org.opencontainers.image.licenses="MIT" \
66+
org.opencontainers.image.url="https://addons.community" \
67+
org.opencontainers.image.source="https://github.com/hassio-addons/addon-phpmyadmin" \
68+
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-phpmyadmin/blob/master/README.md" \
69+
org.opencontainers.image.created=${BUILD_DATE} \
70+
org.opencontainers.image.revision=${BUILD_REF} \
71+
org.opencontainers.image.version=${BUILD_VERSION}

0 commit comments

Comments
 (0)