Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial readme #15

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overview

This project contains a set of specs used within CI systems for Openshift Local.
2 changes: 2 additions & 0 deletions crc-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CRC Builder

TBD

## Modifications to the image

Changes to `crc-builder/os/macos/builder/build.sh` require re-building and pushing the image to internal registry (ImageStream). Make sure the changes are pushed to some `mybranch` on your fork of the QE platform repo (`github.com/<your-username>/qe-platform`). Since the `crc-builder/manifests/buildconfig.yaml` will be guiding the build of the image, it needs to specify your branch on your fork as the source.
Expand Down
2 changes: 1 addition & 1 deletion crc-builder/oci/Containerfile.non-linux
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /usr/local/crc-builder && \
chmod +x mc; \
fi;

FROM quay.io/rhqp/support-tools:v0.0.2
FROM quay.io/rhqp/support-tools:v0.0.4

LABEL org.opencontainers.image.authors="CodeReady Containers <[email protected]>"

Expand Down