mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Test
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# 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
|
||||||
@@ -13,7 +13,8 @@
|
|||||||
# 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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user