https://github.com/containercraft/ccio-openwrt-builder
builder image for ccio-openwrt image
https://github.com/containercraft/ccio-openwrt-builder
Last synced: 3 months ago
JSON representation
builder image for ccio-openwrt image
- Host: GitHub
- URL: https://github.com/containercraft/ccio-openwrt-builder
- Owner: ContainerCraft
- License: gpl-3.0
- Created: 2020-04-26T21:08:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T05:42:50.000Z (over 5 years ago)
- Last Synced: 2025-01-16T04:17:20.181Z (over 1 year ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ccio-openwrt-builder](https://hub.docker.com/r/containercraft/ccio-openwrt-builder)
Builder image for ccio-openwrt lxd image
###### Example Usage with [OpenWRT 19.07.5](https://hub.docker.com/r/containercraft/ccio-openwrt-builder/tags):
```
mkdir /tmp/openwrt
sudo podman run --rm -it --privileged --volume /tmp/openwrt:/root/bin:z docker.io/containercraft/ccio-openwrt-builder:19.07.5
lxc image import /tmp/openwrt/openwrt-19.07.5-x86-64-lxd.tar.gz --alias openwrt/19.07.5/x86_64
```
###### Refrence:
[ccio-openwrt](https://github.com/containercraft/ccio-openwrt)
[OpenWRT Releases](https://openwrt.org/releases/start)
[Podman.io](https://podman.io/getting-started/installation)