Merge pull request #7231 from wainersm/measured_rootfs-improvements

Build for measured rootfs improvements
This commit is contained in:
Fabiano Fidêncio
2023-12-05 22:20:33 +01:00
committed by GitHub
12 changed files with 350 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
# Copyright (c) 2021, 2022 IBM Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Pod
metadata:
name: test-e2e
spec:
runtimeClassName: $RUNTIMECLASS
containers:
- name: test-container
image: $IMAGE
imagePullPolicy: Always