diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index d31638f3d..3b8da6d41 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -38,29 +38,3 @@ RUN \ # Copy root filesystem COPY rootfs / - -# Build arguments -ARG BUILD_ARCH -ARG BUILD_DATE -ARG BUILD_REF -ARG BUILD_VERSION - -# Labels -LABEL \ - io.hass.name="Bitwarden RS" \ - io.hass.description="Open source password management solution" \ - io.hass.arch="${BUILD_ARCH}" \ - io.hass.type="addon" \ - io.hass.version=${BUILD_VERSION} \ - maintainer="Franck Nijhof " \ - org.opencontainers.image.title="Bitwarden RS" \ - org.opencontainers.image.description="Open source password management solution" \ - org.opencontainers.image.vendor="Home Assistant Community Add-ons" \ - org.opencontainers.image.authors="Franck Nijhof " \ - org.opencontainers.image.licenses="MIT" \ - org.opencontainers.image.url="https://addons.community" \ - org.opencontainers.image.source="https://github.com/hassio-addons/addon-bitwarden" \ - org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-bitwarden/blob/master/README.md" \ - org.opencontainers.image.created=${BUILD_DATE} \ - org.opencontainers.image.revision=${BUILD_REF} \ - org.opencontainers.image.version=${BUILD_VERSION}