openwrt-packages/.circleci
Jeffery To eb5a9990ed circleci: Add 19.07 GPG/usign public keys, verify keys
This also updates the user id comments for GPG keys and untrusted
comments for usign keys.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-24 14:37:31 -10:00
..
Dockerfile circleci: Add 19.07 GPG/usign public keys, verify keys 2019-10-24 14:37:31 -10:00
README CircleCI: Do not run build as root. Move to public docker repo. 2018-12-05 15:28:36 -05:00
config.yml circleci: Add 19.07 GPG/usign public keys, verify keys 2019-10-24 14:37:31 -10:00

README

# 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