Skip to content

Commit

Permalink
Revert workaround for broken /var/lock symlink in Alpine 3.21 image
Browse files Browse the repository at this point in the history
Reverts #453 because the issue got fixed in Alpine 3.21.1.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Jan 6, 2025
1 parent 055d5c6 commit 8b16b5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b16b5d

Please sign in to comment.