mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-12 10:16:48 +00:00
This tests the feature on CoCo machines. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
10 lines
213 B
Docker
10 lines
213 B
Docker
# Copyright (c) 2026 Microsoft Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# This is used by k8s-trusted-ephemeral-data-storage.bats.
|
|
FROM alpine:3.22.1
|
|
|
|
RUN apk add --no-cache cryptsetup
|
|
|
|
CMD ["/bin/sh"]
|