mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 10:51:12 +00:00
17 lines
284 B
YAML
17 lines
284 B
YAML
![]() |
image: "alpine"
|
||
|
|
||
|
copy:
|
||
|
- package:
|
||
|
name: "a"
|
||
|
category: "test"
|
||
|
version: ">=0"
|
||
|
source: /test3
|
||
|
destination: /test3
|
||
|
- image: "busybox"
|
||
|
source: /bin/busybox
|
||
|
destination: /busybox
|
||
|
|
||
|
steps:
|
||
|
- mkdir /bina
|
||
|
- cp /test3 /result
|
||
|
- cp -rf /busybox /bina/busybox
|