mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
- Add example/alpine-base project that uses Alpine Linux as base image - Update CI extended-platforms job to use the example directory - Simplifies CI configuration by moving test project to examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
121 B
TOML
7 lines
121 B
TOML
[package]
|
|
name = "test-alpine"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[package.metadata.krust]
|
|
base-image = "alpine:latest"
|