Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.17
project_image:
dockerfile_literal: |-
FROM registry.access.redhat.com/ubi9/go-toolset:1.18

# Prow expects to be able to check out a repo under /go
USER 0:0
WORKDIR /go
RUN chown 1001:1001 .

USER 1001:1001
resources:
'*':
requests:
Expand Down