chore(deps): update lscr.io/linuxserver/netbootxyz docker tag to v0.7.0 (#1604)
This commit is contained in:
parent
3a27464612
commit
1c1f93a809
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "netbootxyz",
|
"id": "netbootxyz",
|
||||||
"description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.",
|
"description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "0.6.9",
|
"version": "0.7.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
@ -15,6 +15,8 @@
|
||||||
"source": "https://github.com/netbootxyz/netboot.xyz",
|
"source": "https://github.com/netbootxyz/netboot.xyz",
|
||||||
"website": "https://netboot.xyz/",
|
"website": "https://netboot.xyz/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
}
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
netbootxyz:
|
netbootxyz:
|
||||||
image: lscr.io/linuxserver/netbootxyz:0.6.9
|
image: lscr.io/linuxserver/netbootxyz:0.7.0
|
||||||
container_name: netbootxyz
|
container_name: netbootxyz
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user