Releases: jandelgado/lede-dockerbuilder
Releases · jandelgado/lede-dockerbuilder
Release v2.7
- bump to OpenWrt 19.07.7
- minor simplifications/optimizations
Release v2.6
bump to OpenWrt 19.07.6
Release v2.5
bump to OpenWrt 19.07.4
Release v2.4
- new option --docker-opts OPTS to pass additional docker options to docker-run
- examples upgraded to use OpenWrt 19.07.3
- new Raspberry Pi 4 example
Release v2.3
- new option
LEDE_DISABLED_SERVICES
to disable services in/etc/init.d
- when using podman, run processes in container as root
Release v2.1
- new environment variable
REPOSITORIES_CONF
which is used to specifiy a customrepositories.conf
to use during image build - replaced
gosu
bysu-exec
in docker image
Release v2.0
- add new option
--dockerless
to allow dockerless operation using buildah
and podman. build
option does now longer implicitly builds the docker image. Must now
explicitly callbuild-docker-image
before building an OpenWrt image.- minor optimizations in Dockerfile
Release v1.5
bump examples to OpenWrt 18.06.4
Release v1.4
- Builder image now is based on alpine 3.9
- bumped examples to OpenWrt 18.6.02
Release v1.3
- Bump to OpenWRT 18.06.2
- new x86_64 example