https://github.com/oneclickvirt/incus_images
Incus的LXC容器的第三方模板文件仓库--每日自动化拉取并修补镜像(Third-party template file repository for Incus's LXC containers - automated daily pulling and patching of images)
https://github.com/oneclickvirt/incus_images
almalinux alpine archlinux arm64 containers debian distrobuilder images incus kali lxc lxd openwrt oracle packer packer-scripts rockylinux ubuntu x86-64
Last synced: 3 months ago
JSON representation
Incus的LXC容器的第三方模板文件仓库--每日自动化拉取并修补镜像(Third-party template file repository for Incus's LXC containers - automated daily pulling and patching of images)
- Host: GitHub
- URL: https://github.com/oneclickvirt/incus_images
- Owner: oneclickvirt
- License: mit
- Created: 2024-01-13T02:17:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T03:17:18.000Z (3 months ago)
- Last Synced: 2025-07-08T05:36:56.665Z (3 months ago)
- Topics: almalinux, alpine, archlinux, arm64, containers, debian, distrobuilder, images, incus, kali, lxc, lxd, openwrt, oracle, packer, packer-scripts, rockylinux, ubuntu, x86-64
- Language: Shell
- Homepage: https://github.com/oneclickvirt/incus
- Size: 1.41 MB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# incus_images
[](https://github.com/oneclickvirt/incus_images/actions/workflows/clone_yaml.yml)
[](https://github.com/oneclickvirt/incus_images/actions/workflows/build.yml)
[](https://github.com/oneclickvirt/incus_images/actions/workflows/collect.yml)
## 说明
Releases中的镜像(每日拉取镜像进行自动修补和更新):
已预安装:wget curl openssh-server sshpass sudo cron(cronie) lsof iptables dos2unix
已预开启SSH登陆,预设SSH监听IPV4和IPV6的22端口,开启允许密码验证登陆
所有镜像均开启允许root用户进行SSH登录
默认用户名:```root```
未修改默认密码,与官方仓库一致
本仓库所有镜像的名字列表:[x86_64_all_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/x86_64_all_images.txt) 和 [arm64_all_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/arm64_all_images.txt)
本仓库测试无误的镜像的名字列表:[x86_64_fixed_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/x86_64_fixed_images.txt) 和 [arm64_fixed_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/arm64_fixed_images.txt)
本仓库的容器镜像服务于: https://github.com/oneclickvirt/incus 和 https://github.com/oneclickvirt/lxd
支持:
[incus的所有版本](https://github.com/lxc/incus)
LXD 版本 <= [5.18](https://github.com/canonical/lxd/releases/tag/lxd-5.18)
incus在LXD的5.18版本分叉,不保证LXD更高版本下的容器镜像可用性
远程镜像源地址: https://incusimages.spiritlhl.net/
## Introduce
Mirrors in Releases (pulls mirrors daily for automatic patching and updating):
Pre-installed: wget curl openssh-server sshpass sudo cron(cronie) lsof iptables dos2unix
Pre-enabled SSH login, preset SSH listening on port 22 of IPV4 and IPV6, enabled to allow password authentication login
All mirrors are enabled to allow SSH login for root users.
Default username: ```root```.
Unchanged default password, consistent with official repository.
A list of names for all images in this repository: [x86_64_all_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/x86_64_all_images.txt) and [arm64_all_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/arm64_all_images.txt)
A list of names of images in this repository that have been tested without error: [x86_64_fixed_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/x86_64_fixed_images.txt) and [arm64_fixed_images.txt](https://github.com/oneclickvirt/incus_images/blob/main/arm64_fixed_images.txt)
This repository container images serves https://github.com/oneclickvirt/incus and https://github.com/oneclickvirt/lxd
Support:
[incus full version](https://github.com/lxc/incus)
LXD version <= [5.18](https://github.com/canonical/lxd/releases/tag/lxd-5.18)
incus forked at version 5.18 of LXD and does not guarantee container image availability under higher versions of LXD
Remote images source address: https://incusimages.spiritlhl.net/
## 测试-test
```
incus image import incus.tar.xz rootfs.squashfs --alias myc
incus init myc test
incus start test
incus exec test -- /bin/bash
``````
incus delete -f test
incus image delete myc
```## Sponsor
[](https://dartnode.com?aff=bonus "Powered by DartNode - Free VPS for Open Source")
## Thanks
https://discuss.linuxcontainers.org/t/distrobuilder-how-to-compile-a-centos-container-image-in-an-ubuntu-environment-github-action/18709
https://linuxcontainers.org/incus/docs/main/
https://github.com/lxc/lxc-ci/tree/main/images
https://github.com/lxc/distrobuilder
https://go.dev/dl/