Skip to content

Commit

Permalink
add readonly mount option to entitlement volume to avoid defaut remou…
Browse files Browse the repository at this point in the history
…nting readwrite permissions
  • Loading branch information
jkhelil authored and openshift-merge-bot[bot] committed Oct 28, 2024
1 parent dfa0d5f commit e398d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildah-bud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

ENTITLEMENT_VOLUME=""
if [[ "${WORKSPACES_RHEL_ENTITLEMENT_BOUND}" == "true" ]]; then
ENTITLEMENT_VOLUME="--volume ${WORKSPACES_RHEL_ENTITLEMENT_PATH}:/etc/pki/entitlement"
ENTITLEMENT_VOLUME="--volume ${WORKSPACES_RHEL_ENTITLEMENT_PATH}:/etc/pki/entitlement:ro"
fi

#
Expand Down

0 comments on commit e398d7e

Please sign in to comment.