aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorEtienne Champetier <champetier.etienne@gmail.com>2018-11-03 08:49:50 -0400
committerEtienne Champetier <champetier.etienne@gmail.com>2018-11-03 08:53:48 -0400
commit7d38990928c936ca40846bd233cec67d66504d48 (patch)
tree9ec745b39e4dfe9b279287b62a38b8f209bc8edb /.circleci
parentb0bf54c9b32bc20244d6eab2bea112c866f67625 (diff)
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>
Diffstat (limited to '.circleci')
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c46279b0e..ff0abc052 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.0
jobs:
build:
docker:
- - image: champtar/openwrtpackagesci@sha256:82026d8d33fc9e40472c63d4512b8da2da3f6da082f2b682d55540acfb1f7fa5
+ - image: champtar/openwrtpackagesci@sha256:d46da22bc628f4b369147eebfa1b032e4066510da42a073b22acbf6b6595b77f
environment:
- SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic"
- SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz"