Revert workaround for broken `/var/lock` symlink in Alpine 3.21 image (#455)

Reverts #453 because the issue got fixed in Alpine 3.21.1.

Signed-off-by: Wouter Born <github@maindrain.net>
pull/454/merge
Wouter Born 2025-01-07 18:27:21 +01:00 committed by GitHub
parent 055d5c6280
commit 51ee99a1bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ RUN version="$(echo $OPENHAB_VERSION | sed 's/snapshot/SNAPSHOT/g')" && \
COPY update ${OPENHAB_HOME}/runtime/bin/update
RUN chmod +x ${OPENHAB_HOME}/runtime/bin/update
# Workaround for broken /var/lock symlink, see: https://github.com/alpinelinux/docker-alpine/issues/433
# hadolint ignore=DL3059
RUN mkdir /run/lock
# Expose volume with configuration and userdata dir
VOLUME ${OPENHAB_CONF} ${OPENHAB_USERDATA} ${OPENHAB_HOME}/addons