Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Add container release workflow #45

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

F-X64
Copy link
Member

@F-X64 F-X64 commented Oct 12, 2022

This sets the groundwork for a manual release pipeline for building new rhelocator container images.

Things that are missing:

  • The actual API endpoint.
  • The target we want to push our images to.

Assumptions made:

  • The API endpoint will be part of the rhelocator and thus can be installed as part of the rhelocator (poetry installation).
  • The API endpoint can be started with a rhelocator cli call.

These items are up for debate. Shoule the API implementation differ from these assumptions, the pipeline can easily be adapted.

@F-X64 F-X64 requested review from major and miyunari October 12, 2022 11:19
Copy link
Member

@major major left a comment

Choose a reason for hiding this comment

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

Great start!


- name: Build API container
id: build-image
uses: redhat-actions/buildah-build@v2
Copy link
Member

Choose a reason for hiding this comment

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

Oh boy, you get bonus points for using buildah podman! 👏🏻 👏🏻 👏🏻

@major major merged commit affc379 into main Oct 12, 2022
@major major deleted the add-container-release-workflow branch October 12, 2022 11:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants