Skip to content

Commit

Permalink
remove the rm stuff since tmpfs is working to disable subscription-ma…
Browse files Browse the repository at this point in the history
…nager
  • Loading branch information
brianwcook authored Jul 17, 2024
1 parent a9fd343 commit b63a505
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,6 @@ spec:
done < <(find $ADDITIONAL_SECRET_TMP -maxdepth 1 -type f -exec basename {} \;)
fi
# this prevents the container from using podman-subscripition-mananger magic,
# so that it will use certificates from /etc/pki/entitlements
# rm -f /usr/share/containers/mounts.conf
unshare -Uf $UNSHARE_ARGS --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w ${SOURCE_CODE_DIR}/$CONTEXT -- buildah build \
$VOLUME_MOUNTS \
"${BUILDAH_ARGS[@]}" \
Expand Down

0 comments on commit b63a505

Please sign in to comment.