Skip to content

Commit

Permalink
Dont set the UID/GID values as they depend on the UI/GID defined with…
Browse files Browse the repository at this point in the history
…in the UBI builder and should be calculated

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Apr 12, 2024
1 parent fa231bc commit 73155a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/shipwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
value: "0.13"
- name: CNB_EXPERIMENTAL_MODE
value: warn
- name: CNB_USER_ID
value: "1000"
- name: CNB_GROUP_ID
value: "1000"
#- name: CNB_USER_ID
# value: "1000"
#- name: CNB_GROUP_ID
# value: "1000"
- name: CNB_BUILDER_IMAGE
value: paketocommunity/builder-ubi-base:0.0.54
- name: CNB_LIFECYCLE_IMAGE
Expand Down

0 comments on commit 73155a8

Please sign in to comment.