We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4402442 + d4bc7c1 commit 5b4bff9Copy full SHA for 5b4bff9
Dockerfile
@@ -1,5 +1,5 @@
1
ARG GO_VERSION=1.13
2
-ARG BATS_VERSION=03608115df2071fff4eaaff1605768c275e5f81f
+ARG BATS_VERSION=v1.1.0
3
ARG CRIU_VERSION=v3.13
4
5
FROM golang:${GO_VERSION}-buster
@@ -51,11 +51,11 @@ RUN useradd -u1000 -m -d/home/rootless -s/bin/bash rootless
51
# install bats
52
ARG BATS_VERSION
53
RUN cd /tmp \
54
- && git clone https://github.com/sstephenson/bats.git \
55
- && cd bats \
+ && git clone https://github.com/bats-core/bats-core.git \
+ && cd bats-core \
56
&& git reset --hard "${BATS_VERSION}" \
57
&& ./install.sh /usr/local \
58
- && rm -rf /tmp/bats
+ && rm -rf /tmp/bats-core
59
60
# install criu
61
ARG CRIU_VERSION
0 commit comments