github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/12-lint/jackal.yaml (about) 1 kind: JackalPackageConfig 2 metadata: 3 name: lint 4 description1: Testing bad yaml 5 6 components: 7 - name: first-test-component 8 import: 9 not-path: packages/distros/k3s 10 11 - name: import-test 12 import: 13 path: linted-import 14 15 - name: full-repo 16 repos: 17 - https://github.com/Racer159/jackal-public-test.git 18 - https://dev.azure.com/Racer159/jackal-public-test/_git/jackal-public-test@v0.0.1 19 - https://gitlab.com/gitlab-org/build/omnibus-mirror/pcre2/-/tree/vreverse?ref_type=heads 20 images: 21 - registry.com:9001/whatever/image:1.0.0 22 - busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 23 - busybox:###JACKAL_PKG_VAR_WHATEVER_IMAGE### 24 - busybox:###JACKAL_PKG_TMPL_BUSYBOX_IMAGE### 25 - ubuntu:###JACKAL_PKG_TMPL_UBUNTU_IMAGE### 26 files: 27 - source: https://github.com/k3s-io/k3s/releases/download/v1.28.2+k3s1/k3s 28 shasum: 2f041d37a2c6d54d53e106e1c7713bc48f806f3919b0d9e092f5fcbdc55b41cf 29 target: src/ 30 - source: file-without-shasum.txt 31 target: src/ 32 33 - name: import 34 import: 35 path: "###JACKAL_PKG_TMPL_PATH###" 36 37 - name: oci-games-url 38 import: 39 url: oci://🦄/dos-games:1.0.0 40 name: baseline 41 42 - name: oci-games-url 43 import: 44 path: linted-import 45 46 - name: import-bad-flavor 47 only: 48 flavor: bad-flavor 49 images: 50 - image-in-bad-flavor-component:unpinned 51 52 - name: import-good-flavor 53 only: 54 flavor: good-flavor 55 images: 56 - image-in-good-flavor-component:unpinned