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

Add an oci image to act as a cache builder for a multistage building strategy #222

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

adrianriobo
Copy link
Contributor

This PR will add the Containerfile require to build the cache builder which will be used as part of the multistage building strategy.

@adrianriobo adrianriobo changed the title Add an oci image to act a a cache builder for a multistage building strategy Add an oci image to act as a cache builder for a multistage building strategy May 23, 2024

jobs:
build-and-push-image:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should specify the version and not latest as it may shift and provides unexpected behaviour

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -0,0 +1,35 @@
name: build-builder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing copyright headers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 btw should I update the dates to 2024?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


jobs:
build-and-push-image:
runs-on: ubuntu-22.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 24.04 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh interesting I trust on PD repo so I pick the version from there 😂 let me check and update from official gh doc

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're in the process of updating it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

…tegy

This image will act as a cache for the node modules requried to build the extension

Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
@adrianriobo adrianriobo merged commit dc8d499 into crc-org:main Jun 5, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants