CircleCI: Add bzr to Docker image. Update to v1.0.2
authorTed Hess <thess@kitschensync.net>
Tue, 18 Dec 2018 21:24:04 +0000 (16:24 -0500)
committerTed Hess <thess@kitschensync.net>
Tue, 18 Dec 2018 21:24:04 +0000 (16:24 -0500)
Signed-off-by: Ted Hess <thess@kitschensync.net>
.circleci/Dockerfile
.circleci/config.yml

index b619ffd74c5a4bfa8c95e01077672cd5186f2b72..b3575b2066f2bed74272f55f56c293562ef555a5 100644 (file)
@@ -1,5 +1,11 @@
 FROM debian:9
 
+
+# Configuration version history
+# v1.0   - Initial version by Etienne Champetier
+# v1.0.1 - Run as non-root, add unzip, xz-utils
+# v1.0.2 - Add bzr
+
 RUN apt update && apt install -y \
 build-essential \
 curl \
@@ -11,6 +17,7 @@ libncurses5-dev \
 libssl-dev \
 python \
 subversion \
+bzr \
 time \
 wget \
 zlib1g-dev \
index 87a8cf8ef3731e4f1a887c470e29509b1311a5f6..8fc53ba68262a6a4f6233f059322315ce0971708 100644 (file)
@@ -2,7 +2,7 @@ version: 2.0
 jobs:
   build:
     docker:
-      - image: docker.io/openwrtorg/packages-cci:v1.0.1
+      - image: docker.io/openwrtorg/packages-cci:v1.0.2
     environment:
       - SDK_HOST: "downloads.openwrt.org"
       - SDK_PATH: "snapshots/targets/ar71xx/generic"