Skip to content
Merged
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
2 changes: 2 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ public_upstreams:
public: "https://github.com/redhat-cne/cloud-event-proxy"
- private: "https://github.com/openshift-priv/ocp-build-data"
public: "https://github.com/openshift-eng/ocp-build-data"
- private: "https://github.com/openshift-priv/assisted-installer-ui"
public: "https://github.com/openshift-assisted/assisted-installer-ui"

repos:

Expand Down
51 changes: 51 additions & 0 deletions images/agent-installer-ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
arches:
- x86_64
content:
source:
dockerfile: apps/assisted-disconnected-ui/Containerfile.ocp
git:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/assisted-installer-ui.git
web: https://github.com/openshift-assisted/assisted-installer-ui
pkg_managers:
- yarn
artifacts:
from_urls:
- target: 3.4.1.tar.gz
url: https://ocp-artifacts.engineering.redhat.com/github/yarnpkg/berry/archive/refs/tags/@yarnpkg/cli/3.4.1.tar.gz
sha256: d77eb555be73c3fc30b35b1a37fb85c098bac612e9239812708007d452b05731
ci_alignment:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: assisted-installer-ui-container
delivery:
repo_name: ose-agent-installer-ui-rhel9
delivery_repo_names:
- openshift4/ose-agent-installer-ui-rhel9
for_payload: true
from:
builder:
- member: openshift-base-nodejs.rhel9
- stream: rhel-9-golang
member: openshift-enterprise-base-rhel9
name: openshift/assisted-installer-ui-rhel9
owners:
- afasano@redhat.com
- bfournie@redhat.com
- ppinjark@redhat.com
- rwsu@redhat.com@redhat.com
payload_name: agent-installer-ui
konflux:
cachito:
mode: emulation
vm_override:
x86_64: linux-d160-c4xlarge/amd64
cachi2:
artifact_lockfile:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think the build should work without the Current-IT-Root-CAs.pem being explicitly added. And not sure if we need the artifact_lockfile since the build is non-hermetic

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

updated

resources:
- https://ocp-artifacts.engineering.redhat.com/github/yarnpkg/berry/archive/refs/tags/@yarnpkg/cli/3.4.1.tar.gz
network_mode: open # Bunch of yarn dependencies, not sure how to fix