We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e464bf5 commit 8acb793Copy full SHA for 8acb793
1 file changed
install.sh
@@ -33,7 +33,7 @@ if [ -n "${CODESPACES:-}" ]; then
33
printf '%s\n' "$OUR_LAYERS" | while IFS= read -r digest; do
34
if ! printf '%s\n' "$BASE_LAYERS" | grep -qxF "$digest"; then
35
printf 'Applying overlay layer %s\n' "$digest" >&2
36
- "$CRANE" blob "${OUR_IMAGE}@${digest}" | tar -xz --no-same-owner -C /
+ "$CRANE" blob "${OUR_IMAGE}@${digest}" | tar -xz --no-same-owner --no-overwrite-dir --warning=no-timestamp -C /
37
fi
38
done
39
0 commit comments