mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-04 15:12:58 +02:00
update version detection
This commit is contained in:
@@ -52,11 +52,11 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
# Prepare .docker_config
|
# Prepare .docker_config
|
||||||
&& mkdir /opt/.docker_config \
|
&& mkdir /opt/.docker_config \
|
||||||
&& echo "starting" > /opt/.docker_config/.healthcheck \
|
&& echo "starting" > /opt/.docker_config/.healthcheck \
|
||||||
&& echo "v9.0.0-testing" > /opt/.docker_config/.thisisdocker \
|
&& echo "${VERSION}" > /opt/.docker_config/.thisisdocker \
|
||||||
&& echo "true" > /opt/.docker_config/.first_run \
|
&& echo "true" > /opt/.docker_config/.first_run \
|
||||||
# Prepare old .docker_config (needed until changed in iobroker)
|
# Prepare old .docker_config (needed until changed in iobroker)
|
||||||
&& mkdir /opt/scripts/.docker_config \
|
&& mkdir /opt/scripts/.docker_config \
|
||||||
&& echo "v9.0.0-testing" > /opt/scripts/.docker_config/.thisisdocker \
|
&& echo "${VERSION}" > /opt/scripts/.docker_config/.thisisdocker \
|
||||||
# Run iobroker installer
|
# Run iobroker installer
|
||||||
&& curl -sL https://iobroker.net/install.sh | bash - \
|
&& curl -sL https://iobroker.net/install.sh | bash - \
|
||||||
# Deleting UUID from build
|
# Deleting UUID from build
|
||||||
|
|||||||
Reference in New Issue
Block a user