Fixed clear linux fetching
For reasons not apparent, clearlinux:latest does not allow apx to fetch the clear linux image from docker hub, must use the URL included instead, then everything works as intended
This commit is contained in:
parent
8dadf8909b
commit
33c499b765
@ -1,5 +1,5 @@
|
||||
name: clear-linux
|
||||
base: clearlinux:latest
|
||||
base: docker.io/library/clearlinux:latest
|
||||
packages: []
|
||||
pkgmanager: swupd
|
||||
builtin: true
|
||||
|
Loading…
Reference in New Issue
Block a user