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 acc3be4
Showing 1 changed file with 0 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

0 comments on commit acc3be4

Please sign in to comment.