latest ( daily updated ) openwrt images from official openwrt rootfs.
script used to generate image: https://gist.github.com/il-katta/a46b571b11c821e983b82a17112edb29
latest: from shapshot downloads.openwrt.org/snapshots/trunk/x86/generic/openwrt-x86-generic-generic-rootfs.tar.gz
lede-latest: from shapshot downloads.lede-project.org/snapshots/targets/x86/generic/openwrt-x86-generic-generic-rootfs.tar.gz
17.01.4: downloads.lede-project.org/releases/17.01.4/targets/x86/generic/lede-17.01.4-x86-generic-generic-rootfs.tar.gz
15.05: Chaos Calmer downloads.openwrt.org/chaos_calmer/15.05/x86/generic/openwrt-15.05-x86-generic-Generic-rootfs.tar.gz
14.07: Barrier Breaker downloads.openwrt.org/barrier_breaker/14.07/x86/generic/openwrt-x86-generic-Generic-rootfs.tar.gz
12.09: Attitude Adjustment downloads.openwrt.org/attitude_adjustment/12.09/x86/generic/openwrt-x86-generic-rootfs.tar.gz
10.03.1: Backfire downloads.openwrt.org/backfire/10.03.1/x86_generic/openwrt-x86-generic-rootfs.tar.gz
10.03: Backfire downloads.openwrt.org/backfire/10.03/x86/openwrt-x86-rootfs.tgz
Example Dockerfile:
FROM katta/openwrt-rootfs:15.05
RUN mkdir -p /var/lock \
&& mkdir -p /var/run \
&& opkg update \
&& opkg install \
luci \
luci-ssl \
luci-theme-openwrt \
&& rm /var/opkg-lists/* \
&& /etc/init.d/dropbear enable
EXPOSE 80 443 22
CMD ["/sbin/init"]
Content type
Image
Digest
sha256:d0af21fb9…
Size
3.7 MB
Last updated
over 2 years ago
docker pull katta/openwrt-rootfs