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 486f780
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 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,16 @@
build_root:
image_stream_tag:
name: coreos-assembler
namespace: coreos
tag: latest
# image_stream_tag:
# name: coreos-assembler
# namespace: coreos
# tag: latest
# Temporary workaround until we have https://github.com/coreos/coreos-assembler/pull/3957.
# Once we do, delete this and replace with above.
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 486f780

Please sign in to comment.