mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-25 16:18:23 -04:00
Include image version in mkosi builds
This commit is contained in:
parent
74aabe86fa
commit
efaa0622a8
3
.github/workflows/build-os-image.yml
vendored
3
.github/workflows/build-os-image.yml
vendored
@ -196,12 +196,13 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::group::Build"
|
||||
sudo make "${CSP}"
|
||||
sudo make IMAGE_VERSION="${IMAGE_VERSION}" "${CSP}"
|
||||
echo "::endgroup::"
|
||||
working-directory: ${{ github.workspace }}/image
|
||||
env:
|
||||
BOOTSTRAPPER_BINARY: ${{ github.workspace }}/build/bootstrapper
|
||||
DISK_MAPPER_BINARY: ${{ github.workspace }}/build/disk-mapper
|
||||
IMAGE_VERSION: ${{ needs.build-settings.outputs.imageVersionUid }}
|
||||
CSP: ${{ matrix.csp }}
|
||||
|
||||
- name: Collect hashes
|
||||
|
@ -0,0 +1 @@
|
||||
\S{IMAGE_ID} \S{IMAGE_VERSION}
|
@ -2,7 +2,7 @@
|
||||
d /var/lib/etcd 0700 998 997 - -
|
||||
d /var/log/kubernetes/audit/ 0700 0 0 - -
|
||||
d /run/state/bin 0755 0 0 - -
|
||||
d /run/issue.d 0755 0 0 - -
|
||||
C /run/issue.d - - - - /usr/lib/issue.d/
|
||||
C /run/issue - - - - /usr/lib/issue
|
||||
# merge all CNI binaries in writable folder until containerd can use multiple CNI bins: https://github.com/containerd/containerd/issues/6600
|
||||
C /opt/cni/bin - - - - /usr/libexec/cni/
|
||||
|
Loading…
x
Reference in New Issue
Block a user