openwrt-packages/.circleci
Etienne Champetier 7d38990928 build,circleci: fix container digest
I used podman/buildah to build this image, and the local sha256 is not the same than
the docker hub sha256. The layers are the same, so maybe just docker hub changing the manifest

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-11-03 08:53:48 -04:00
..
Dockerfile build,circleci: add 'time' to container build image 2018-11-03 00:03:44 -04:00
README build: add CircleCI 2018-10-23 16:35:12 -04:00
config.yml build,circleci: fix container digest 2018-11-03 08:53:48 -04:00

README

# Build/update the docker image

docker pull debian:9
docker build --rm .
docker tag <IMAGE ID> docker.io/champtar/openwrtpackagesci:latest
docker push docker.io/champtar/openwrtpackagesci:latest