Skip to content

add model transparency go cli stack#458

Merged
sampras343 merged 1 commit into
mainfrom
sachin/mt-go-cli-stack
Mar 24, 2026
Merged

add model transparency go cli stack#458
sampras343 merged 1 commit into
mainfrom
sachin/mt-go-cli-stack

Conversation

@sampras343
Copy link
Copy Markdown
Member

Add model transparency go cli stack

Signed-off-by: Sachin Sampras M <sampras343@gmail.com>
@sampras343 sampras343 force-pushed the sachin/mt-go-cli-stack branch from ea07528 to 410e99b Compare March 24, 2026 14:45
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 24, 2026

Configuration Diff

2 document(s) impacted:

+ 0 added
- 0 removed
! 2 modified
Diff
@@ spec.resources @@
# projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate/rhtas-tenant/cli-stacks-template
! + two list entries added:
+   - apiVersion: appstudio.redhat.com/v1alpha1
+     kind: Component
+     metadata:
+       name: model-transparency-cli-stack{{.nameSuffix}}
+       annotations:
+         build.appstudio.openshift.io/pipeline: "{\"name\":\"docker-build-oci-ta\",\"bundle\":\"latest\"}"
+         git-provider: github
+         git-provider-url: "https://github.com"
+         mintmaker.appstudio.redhat.com/disabled: {{.mintmakerDisabled}}
+     spec:
+       source:
+         git:
+           url: "https://github.com/securesign/model-transparency-go"
+           dockerfileUrl: Containerfile.cli-stack.rh
+           revision: {{.branch}}
+       application: {{.application}}{{.nameSuffix}}
+       componentName: model-transparency-cli-stack
+   - apiVersion: appstudio.redhat.com/v1alpha1
+     kind: ImageRepository
+     metadata:
+       name: model-transparency-cli-stack{{.nameSuffix}}
+       annotations:
+         image-controller.appstudio.redhat.com/update-component-image: "true"
+       labels:
+         appstudio.redhat.com/application: {{.application}}{{.nameSuffix}}
+         appstudio.redhat.com/component: model-transparency-cli-stack{{.nameSuffix}}
+     spec:
+       image:
+         name: rhtas-tenant/model-transparency-cli-stack
+         visibility: public
+       notifications:
+       - config:
+           url: "https://bombino.api.redhat.com/v1/sbom/quay/push"
+         event: repo_push
+         method: webhook
+         title: SBOM-event-to-Bombino

@@ spec.resources.Component.spec.build-nudges-ref @@
# projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate/rhtas-tenant/model-transparency-go-template
! + one list entry added:
+   - model-transparency-cli-stack{{.nameSuffix}}

📦 Artifacts: base-output.yaml, head-output.yaml, dyff-output.txt

@sampras343 sampras343 merged commit a163428 into main Mar 24, 2026
4 checks passed
@sampras343 sampras343 deleted the sachin/mt-go-cli-stack branch March 24, 2026 14:57
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