Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c15f4e6
konflux: update the tekton files for building 1.11 from new branch
littlejawa Jan 14, 2026
89b68b1
Merge pull request #145 from littlejawa/update_tekton_files_for_1.11_…
littlejawa Jan 15, 2026
ee27445
dm-verity: fix the image name for v1.11
littlejawa Jan 15, 2026
86a4867
chore(deps): update osc-podvm-payload-v1-11 to 49054c0
red-hat-konflux[bot] Jan 20, 2026
75c4a20
Merge pull request #153 from confidential-devhub/konflux/component-up…
littlejawa Jan 20, 2026
1831548
chore(deps): update quay.io/konflux-ci/ose-osc-tenant/build-dm-verity…
red-hat-konflux[bot] Feb 28, 2026
f87f24f
chore(deps): update quay.io/konflux-ci/hermeto docker tag to v0.47.0
red-hat-konflux[bot] Feb 28, 2026
39900e0
chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 466…
red-hat-konflux[bot] Feb 21, 2026
e4e37ad
chore(deps): update quay.io/konflux-ci/mobster docker digest to a2feb71
red-hat-konflux[bot] Feb 28, 2026
1d4dd8b
chore(deps): update quay.io/konflux-ci/buildah-task:latest docker dig…
red-hat-konflux[bot] Feb 14, 2026
3a21a38
chore(deps): update quay.io/konflux-ci/build-trusted-artifacts:latest…
red-hat-konflux[bot] Jan 17, 2026
f740592
build-dm-verity-task: update konflux references
littlejawa Mar 4, 2026
221176e
Merge pull request #164 from littlejawa/update_konflux_references_1.11
littlejawa Mar 4, 2026
3392918
Merge pull request #159 from confidential-devhub/konflux/mintmaker/os…
littlejawa Mar 4, 2026
8c4658d
docs: updated the README with image creation flow using example_run.s…
Apr 14, 2026
612d696
Added bridge support and dynamic hostname resolution via systemd serv…
May 11, 2026
e909e1e
Added hostname docs
May 11, 2026
3a6ad6a
Update documentation and configuration files
devansh1109 Jun 19, 2026
f1066cf
Merge remote changes and resolve conflicts
devansh1109 Jun 19, 2026
e3f161a
Added more readable changes to readme
devansh1109 Jun 19, 2026
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: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
certs/
builddir/
builddir/

10 changes: 5 additions & 5 deletions .tekton/build-dm-verity-image-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ spec:
name: varlibcontainers
steps:
- name: use-trusted-artifact
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:4689f88dd253bd1feebf57f1a76a5a751880f739000719cd662bbdc76990a7fd
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:15d7dc86012e41b10d1eb37679ec03ee75c96436224fadd0938a49dc537aa4ad
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: download-rhel-image
image: quay.io/konflux-ci/hermeto:0.29.0@sha256:f577e0399953471df7a9826c1550aef83d28e8b35f76dd65a193441822b629ee
image: quay.io/konflux-ci/hermeto:0.47.0@sha256:22a12fb6220c21c2b4e4b4ea33dfdc4a0294dc3071ebcf30570604b54078f792
env:
- name: REDHAT_OFFLINE_TOKEN
valueFrom:
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
curl -X GET "${download_url}" -H "Authorization: Bearer ${token}" --output "${filepath}"
echo "${RHEL_IMAGE_CHECKSUM}" "${filepath}" | sha256sum --check
- name: build
image: quay.io/konflux-ci/buildah-task:latest@sha256:b82d465a06c926882d02b721cf8a8476048711332749f39926a01089cf85a3f9
image: quay.io/konflux-ci/buildah-task:latest@sha256:4c470b5a153c4acd14bf4f8731b5e36c61d7faafe09c2bf376bb81ce84aa5709
computeResources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -571,7 +571,7 @@ spec:
- mountPath: /activation-key
name: activation-key
- name: sbom-generate
image: quay.io/konflux-ci/mobster@sha256:45298b363ff4b96a084bf77a627b3e23471dcfb821eab55a3fa49a60f0ac43f3
image: quay.io/konflux-ci/mobster@sha256:a2feb71e321a0164820fe7171e564242c75125d8b62d213d3ba3423cf8fa678b
script: |
#!/bin/bash
set -euo pipefail
Expand Down Expand Up @@ -600,7 +600,7 @@ spec:
mkdir -p /tmp/auth && select-oci-auth "$(cat "$(results.IMAGE_REFERENCE.path)")" > /tmp/auth/config.json
DOCKER_CONFIG=/tmp/auth cosign attach sbom --sbom sbom.json --type "$SBOM_TYPE" "$(cat "$(results.IMAGE_REFERENCE.path)")"
- name: report-sbom-url
image: quay.io/konflux-ci/yq:latest@sha256:15d0238843d954ee78c9c190705eb8b36f6e52c31434183c37d99a80841a635a
image: quay.io/konflux-ci/yq:latest@sha256:466005c667e6e9ea19fd4738275f71a13f89382f6233c581d5e952a41ccb3b42
script: |
#!/bin/bash
REPO=${OUTPUT_IMAGE%:*}
Expand Down
12 changes: 6 additions & 6 deletions .tekton/osc-dm-verity-image-debug-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression:
event == "pull_request" && target_branch
== "main"
== "osc-release-v1.11"
creationTimestamp: null
labels:
appstudio.openshift.io/application: osc-dm-verity-image-debug
appstudio.openshift.io/component: osc-dm-verity-image-debug
appstudio.openshift.io/application: osc-dm-verity-image-debug-v1-11
appstudio.openshift.io/component: osc-dm-verity-image-debug-v1-11
pipelines.appstudio.openshift.io/type: build
name: osc-dm-verity-image-debug-on-pull-request
name: osc-dm-verity-image-debug-v1-11-on-pull-request
namespace: ose-osc-tenant
spec:
params:
Expand All @@ -25,7 +25,7 @@ spec:
- name: revision
value: "{{revision}}"
- name: output-image
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-debug:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-debug-v1-11:on-pr-{{revision}}
- name: image-expires-after
value: 5d
taskRunSpecs:
Expand All @@ -40,7 +40,7 @@ spec:
pipelineRef:
name: build-pipeline-debug
taskRunTemplate:
serviceAccountName: build-pipeline-osc-dm-verity-image-debug
serviceAccountName: build-pipeline-osc-dm-verity-image-debug-v1-11
workspaces:
- name: git-auth
secret:
Expand Down
10 changes: 5 additions & 5 deletions .tekton/osc-dm-verity-image-debug-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ metadata:
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main"
== "osc-release-v1.11"
creationTimestamp: null
labels:
appstudio.openshift.io/application: osc-dm-verity-image-debug
appstudio.openshift.io/component: osc-dm-verity-image-debug
appstudio.openshift.io/application: osc-dm-verity-image-debug-v1-11
appstudio.openshift.io/component: osc-dm-verity-image-debug-v1-11
pipelines.appstudio.openshift.io/type: build
name: osc-dm-verity-image-debug-on-push
namespace: ose-osc-tenant
Expand All @@ -23,7 +23,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-debug:{{revision}}
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-debug-v1-11:{{revision}}
taskRunSpecs:
- pipelineTaskName: build-vm-image
stepSpecs:
Expand All @@ -36,7 +36,7 @@ spec:
pipelineRef:
name: build-pipeline-debug
taskRunTemplate:
serviceAccountName: build-pipeline-osc-dm-verity-image-debug
serviceAccountName: build-pipeline-osc-dm-verity-image-debug-v1-11
workspaces:
- name: git-auth
secret:
Expand Down
12 changes: 6 additions & 6 deletions .tekton/osc-dm-verity-image-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression:
event == "pull_request" && target_branch
== "main"
== "osc-release-v1.11"
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-sandboxed-containers
appstudio.openshift.io/component: osc-dm-verity-image
appstudio.openshift.io/application: openshift-sandboxed-containers-v1-11
appstudio.openshift.io/component: osc-dm-verity-image-v1-11
pipelines.appstudio.openshift.io/type: build
name: osc-dm-verity-image-on-pull-request
name: osc-dm-verity-image-v1-11-on-pull-request
namespace: ose-osc-tenant
spec:
params:
Expand All @@ -25,7 +25,7 @@ spec:
- name: revision
value: "{{revision}}"
- name: output-image
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-v1-11:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand All @@ -42,7 +42,7 @@ spec:
pipelineRef:
name: build-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-osc-dm-verity-image
serviceAccountName: build-pipeline-osc-dm-verity-image-v1-11
workspaces:
- name: git-auth
secret:
Expand Down
12 changes: 6 additions & 6 deletions .tekton/osc-dm-verity-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main"
== "osc-release-v1.11"
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-sandboxed-containers
appstudio.openshift.io/component: osc-dm-verity-image
appstudio.openshift.io/application: openshift-sandboxed-containers-v1-11
appstudio.openshift.io/component: osc-dm-verity-image-v1-11
pipelines.appstudio.openshift.io/type: build
name: osc-dm-verity-image-on-push
name: osc-dm-verity-image-v1-11-on-push
namespace: ose-osc-tenant
spec:
params:
Expand All @@ -23,7 +23,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image:{{revision}}
value: quay.io/redhat-user-workloads/ose-osc-tenant/osc-dm-verity-image-v1-11:{{revision}}
- name: dockerfile
value: Dockerfile
taskRunSpecs:
Expand All @@ -38,7 +38,7 @@ spec:
pipelineRef:
name: build-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-osc-dm-verity-image
serviceAccountName: build-pipeline-osc-dm-verity-image-v1-11
workspaces:
- name: git-auth
secret:
Expand Down
Loading