Skip to content

Commit

Permalink
Merge pull request #13045 from vorburger/issue-13044_label-disable
Browse files Browse the repository at this point in the history
use --security-opt label=disable instead label:disable in Planter
  • Loading branch information
k8s-ci-robot authored Jun 17, 2019
2 parents a4ca29d + 99f2e11 commit f01c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planter/planter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN_OPTS="${RUN_OPTS} -it"
RUN_OPTS="${RUN_OPTS} --hostname=planter"

# - NOTE: SELinux disabled for this container to prevent relabeling $HOME (!)
RUN_OPTS="${RUN_OPTS} --security-opt label:disable"
RUN_OPTS="${RUN_OPTS} --security-opt label=disable"

# - supply the host user's `id` info so we can run as the host user and create
# a matching environment for the purposes of building, see the Dockerfile and
Expand Down

0 comments on commit f01c046

Please sign in to comment.