Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

scripts: update rkt-builder version #3595

Merged
merged 1 commit into from
Feb 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
scripts: update rkt-builder version
  • Loading branch information
lucab committed Feb 20, 2017
commit 6d2f0312eaf9ad917a28a87a2ffcbae42d506398
2 changes: 1 addition & 1 deletion scripts/build-rir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -xe

SRC_DIR="${SRC_DIR:-$PWD}"
BUILDDIR="${BUILDDIR:-$PWD/build-rir}"
RKT_BUILDER_ACI="${RKT_BUILDER_ACI:-coreos.com/rkt/builder:1.1.1}"
RKT_BUILDER_ACI="${RKT_BUILDER_ACI:-coreos.com/rkt/builder:1.2.0}"
RKT_CMD="${RKT_CMD:-rkt}"

mkdir -p $BUILDDIR
Expand Down