Skip to content

Commit

Permalink
0.0.114
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 16, 2017
1 parent 1dc977e commit f52db01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
ADD cert /tmp/ducktape/cert
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
RUN ["/tmp/ducktape/shim", ""]
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/arch/releases/download/0.0.113/root.tar.bz2"]
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/arch/releases/download/0.0.114/root.tar.bz2"]
RUN pacman -Sy --needed --noconfirm archlinux-keyring
RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
CMD ["/bin/bash"]
1 change: 1 addition & 0 deletions meta/launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
docker run \
--rm -t -i \
--cap-add=SYS_ADMIN \
--security-opt apparmor:unconfined \
-v $SSH_AUTH_SOCK:/auth.sock \
-e SSH_AUTH_SOCK=/auth.sock \
-v $(pwd):/opt/build \
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.113
0.0.114

0 comments on commit f52db01

Please sign in to comment.