mirror of
https://github.com/imjasonh/krust
synced 2026-07-13 17:07:26 +00:00
8 lines
121 B
TOML
8 lines
121 B
TOML
|
|
[package]
|
||
|
|
name = "test-alpine"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[package.metadata.krust]
|
||
|
|
base-image = "alpine:latest"
|