Skip to content

Commit

Permalink
run-in-docker: fix missing shadow shadow file for .cmk-credentials
Browse files Browse the repository at this point in the history
Change-Id: I9f506756ced8b5a32889bf5a75eb0d16765906e2
  • Loading branch information
Frans Fürst committed Oct 22, 2024
1 parent 0f8e338 commit 16251d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fi

# Create bind source and targets to avoid dockerd creating them with root ownership
mkdir -p "${CONTAINER_SHADOW_WORKSPACE}/home"
touch "${CONTAINER_SHADOW_WORKSPACE}/home/.cmk-credentials"
mkdir -p "${CONTAINER_SHADOW_WORKSPACE}/home/.cache"
mkdir -p "${CONTAINER_SHADOW_WORKSPACE}/home_cache"
mkdir -p "${CONTAINER_SHADOW_WORKSPACE}/venv"
Expand Down

0 comments on commit 16251d0

Please sign in to comment.