Skip to content

Commit

Permalink
regenerate tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwcook committed Oct 16, 2024
1 parent 39b9be6 commit 1338e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions task/buildah-oci-ta/0.2/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ spec:
-f "$dockerfile_path" -t "$IMAGE" .
)
buildah_cmd=$(printf "%q " "${buildah_cmd_array[@]}")
# enable loopback in the network restrcited environment. This is needed for hermetic bazel builds.
command="ip link set lo up && $buildah_cmd"
unshare -Uf "${UNSHARE_ARGS[@]}" --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w "${SOURCE_CODE_DIR}/$CONTEXT" -- sh -c "$command"
Expand Down
2 changes: 2 additions & 0 deletions task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ spec:
-f "$dockerfile_path" -t "$IMAGE" .
)
buildah_cmd=$(printf "%q " "${buildah_cmd_array[@]}")
# enable loopback in the network restrcited environment. This is needed for hermetic bazel builds.
command="ip link set lo up && $buildah_cmd"
unshare -Uf "${UNSHARE_ARGS[@]}" --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w "${SOURCE_CODE_DIR}/$CONTEXT" -- sh -c "$command"
Expand Down

0 comments on commit 1338e4c

Please sign in to comment.