Skip to content

Commit b3a38a6

Browse files
committed
testing
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 992121d commit b3a38a6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

e2e/image/push_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ func TestPushAllTags(t *testing.T) {
4949
9: output.Equals("v1.0: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
5050
12: output.Equals("v1.0.1: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
5151
})
52+
fmt.Println("--------OUTPUT---------------")
53+
fmt.Println(result.Stdout())
5254
}
5355

5456
func TestPushWithContentTrust(t *testing.T) {

e2e/testdata/Dockerfile.connhelper-ssh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ COPY ./connhelper-ssh/entrypoint.sh /
2121
EXPOSE 22
2222
ENTRYPOINT ["/entrypoint.sh"]
2323
# usage: docker run --privileged -e TEST_CONNHELPER_SSH_ID_RSA_PUB=$(cat ~/.ssh/id_rsa.pub) -p 22 $THIS_IMAGE
24+
25+
RUN mkdir -p /etc/docker \
26+
&& echo '{"features": {"containerd-snapshotter": false}}' > /etc/docker/daemon.json
27+

scripts/test/e2e/wait-on-daemon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ while ! docker version > /dev/null; do
77
done
88

99
docker version
10+
docker info

0 commit comments

Comments
 (0)