openwrt-packages/.circleci
Josef Schlehofer 599e41c14b CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10
Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be
on 30th June 2022, let's update it to Debian 10 (buster).

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-15 21:00:39 -05:00
..
Dockerfile CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-02-15 21:00:39 -05:00
README CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-02-15 21:00:39 -05:00
config.yml CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-02-15 21:00:39 -05:00

README

# Build/update the docker image

docker pull debian:10
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