Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…into upstream

* 'master' of https://github.com/just-containers/s6-overlay:
  update to latest skaware: v1.15.0
  should fix just-containers#83 (untested)
  • Loading branch information
juicebox committed Oct 13, 2015
2 parents bc4835a + 4c50869 commit 67c18eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
## PARAMS
##

RELEASE_VERSION=${RELEASE_VERSION:-1.14.0.0}
RELEASE_VERSION=${RELEASE_VERSION:-1.15.0.0}
SKAWARE_VERSION=${RELEASE_VERSION%.*}

PWD=$(pwd)
Expand Down
1 change: 1 addition & 0 deletions builder/overlay-rootfs/etc/s6/init/init-stage2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ foreground
s6-test -n ${S6_RUNTIME_PROFILE}
}
import -u S6_RUNTIME_PROFILE_SRC
if { s6-rmrf /var/run/s6/etc }
if { s6-mkdir -pm 0755 /var/run/s6/etc }
forx i { "fix-attrs.d" "cont-init.d" "cont-finish.d" "services.d" }
import -u i
Expand Down

0 comments on commit 67c18eb

Please sign in to comment.