Skip to content

Commit

Permalink
openshift/os: temporarily work around missing /go directory in cosa
Browse files Browse the repository at this point in the history
Effectively carry coreos/coreos-assembler#3957
until it lands and cosa gets rebuilt.
  • Loading branch information
jlebon committed Nov 20, 2024
1 parent 34284e8 commit dc81a18
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
build_root:
image_stream_tag:
name: coreos-assembler
namespace: coreos
tag: latest
project_image:
dockerfile_literal: |
FROM quay.io/coreos-assembler/coreos-assembler:latest
USER root
RUN mkdir -p /go && chmod 777 /go
USER builder
images:
- dockerfile_literal: |
FROM overridden
Expand Down

0 comments on commit dc81a18

Please sign in to comment.