Skip to content

Commit

Permalink
chore: enable build-source-image
Browse files Browse the repository at this point in the history
Enable build-source-image so that source-build
task will run.

Signed-off-by: Yftach Herzog <[email protected]>
  • Loading branch information
yftacherzog committed Feb 29, 2024
1 parent b8f4c6d commit 3eae3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tekton/tools-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
description: Image tag expiration time, time values could be something like
1h, 2d, 3w for hours, days, and weeks, respectively.
name: image-expires-after
- default: "false"
- default: "true"
description: Build a source image.
name: build-source-image
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tools-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
description: Image tag expiration time, time values could be something like
1h, 2d, 3w for hours, days, and weeks, respectively.
name: image-expires-after
- default: "false"
- default: "true"
description: Build a source image.
name: build-source-image
type: string
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD . /tmp/src
ADD --chown=root:root --chmod=644 data/ca-trust/* /etc/pki/ca-trust/source/anchors
RUN /usr/bin/fix-permissions /tmp/src \
&& /usr/bin/update-ca-trust
RUN yum install -y krb5-workstation
RUN yum install -y krb5-workstation gnutls openssl-devel
COPY data/kerberos/krb5.conf /etc
USER 1001

Expand Down

0 comments on commit 3eae3d8

Please sign in to comment.