github.com/wolfi-dev/wolfictl@v0.16.11/pkg/dag/testdata/multiple/two.yaml (about) 1 package: 2 name: two 3 version: "4.5.6" 4 epoch: 1 5 description: 6 target-architecture: 7 - all 8 copyright: 9 - paths: 10 - "*" 11 attestation: 12 license: Apache-2.0 13 dependencies: 14 provides: 15 - two-provides-explicit=10.11.12 16 - two-provides-implicit 17 environment: 18 contents: 19 packages: 20 - wolfi-baselayout 21 - busybox 22 - ca-certificates-bundle 23 - build-base 24 - one~1.2.3 # to test that it takes the lower version 25 pipeline: 26 - uses: fetch 27 with: 28 uri: https://example.com/abc-${{package.version}}.tar.gz 29 expected-sha256: b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30 30 - uses: autoconf/make 31 - uses: strip 32