openwrt-packages/.circleci
Josef Schlehofer 3d1254a6dc
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>
(cherry picked from commit 599e41c14b)
2022-06-06 09:47:14 +02:00
..
Dockerfile CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-06-06 09:47:14 +02:00
README CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-06-06 09:47:14 +02:00
config.yml CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10 2022-06-06 09:47:14 +02: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