This commit is contained in:
Alexandre
2021-01-19 21:20:45 +01:00
committed by GitHub
parent 6b12475a09
commit 82b28b5556

View File

@@ -1,11 +1,11 @@
#ARG BUILD_FROM=hassioaddons/debian-base:3.2.3 ARG BUILD_FROM=hassioaddons/debian-base:3.2.3
############################################################################### ###############################################################################
# Get prebuild containers from Bitwarden RS # Get prebuild containers from Bitwarden RS
############################################################################### ###############################################################################
ARG BUILD_VERSION ARG BUILD_VERSION
# hadolint ignore=DL3006 # hadolint ignore=DL3006
#FROM "bitwardenrs/server:${BUILD_VERSION}" as bitwarden FROM "bitwardenrs/server:${BUILD_VERSION}" as bitwarden
############################################################################### ###############################################################################
# Build the actual add-on. # Build the actual add-on.
@@ -13,7 +13,6 @@ ARG BUILD_VERSION
# hadolint ignore=DL3006 # hadolint ignore=DL3006
ARG BUILD_FROM ARG BUILD_FROM
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
FROM "bitwardenrs/server:${BUILD_VERSION}" as bitwarden
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]