File tree Expand file tree Collapse file tree
integration-tests/test-repo/recipes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
33stages :
44 - name : ubuntu-test
5- from : ubuntu
5+ from : docker.io/library/ ubuntu
66 modules :
77 - from-file : stages.yml
88 - type : apt
@@ -11,7 +11,7 @@ stages:
1111 packages :
1212 - git
1313 - name : debian-test
14- from : debian
14+ from : docker.io/library/ debian
1515 modules :
1616 - from-file : stages.yml
1717 - type : apt
@@ -20,16 +20,15 @@ stages:
2020 packages :
2121 - git
2222 - name : fedora-test
23- from : fedora
24- platform : linux/amd64
23+ from : docker.io/library/fedora
2524 modules :
2625 - from-file : stages.yml
2726 - type : dnf
2827 install :
2928 packages :
3029 - git
3130 - name : alpine-test
32- from : alpine
31+ from : docker.io/library/ alpine
3332 modules :
3433 - from-file : stages.yml
3534 - type : apk
@@ -38,7 +37,8 @@ stages:
3837 packages :
3938 - git
4039 - name : arch-test
41- from : archlinux/archlinux
40+ from : docker.io/archlinux/archlinux
41+ platform : linux/amd64
4242 modules :
4343 - from-file : stages.yml
4444 - type : pacman
@@ -47,7 +47,7 @@ stages:
4747 packages :
4848 - git
4949 - name : suse-test
50- from : opensuse/tumbleweed
50+ from : docker.io/ opensuse/tumbleweed
5151 modules :
5252 - from-file : stages.yml
5353 - type : zypper
You can’t perform that action at this time.
0 commit comments