Forked from
Feed / openwrt-packages
10765 commits behind the upstream repository.
-
Ted Hess authored
Change docker hub repository to 'openwrtorg'. Create and use non-root user 'build'. Add xz-utils and unzip. Use version numbers for docker images (SHA has no sense of time). Disable pipefail in build step Signed-off-by:
Ted Hess <thess@kitschensync.net>
Ted Hess authoredChange docker hub repository to 'openwrtorg'. Create and use non-root user 'build'. Add xz-utils and unzip. Use version numbers for docker images (SHA has no sense of time). Disable pipefail in build step Signed-off-by:
Ted Hess <thess@kitschensync.net>
README 234 B
# Build/update the docker image docker pull debian:9 docker build --rm -t docker.io/openwrtorg/packages-cci:latest . docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG> docker push docker.io/openwrtorg/packages-cci