Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ae6f7fe

Browse files
committed
e2e: remove docker engine testing remnants
These changes were made as part of the `docker engine` feature in commit fd2f1b3b6650b53ed1367b84910e0f81e89220cd, but later reverted in f250152bf4932375fd279a4a8f27ca721cbaa948 and b7ec4a42d900c631d912b1ea8493752ee534b15f These lines were forgotten to be removed, and should no longer be needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit de01e72455433f6befee371e8e83ad5f83270461) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: be9adbd5c122c8fc98f943f3a4f25904244af623 Component: cli
1 parent c04d12e commit ae6f7fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

components/cli/dockerfiles/Dockerfile.e2e

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
ARG GO_VERSION=1.12.8
22

3-
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
4-
53
# Use Debian based image as docker-compose requires glibc.
64
FROM golang:${GO_VERSION}
75

86
RUN apt-get update && apt-get install -y \
97
build-essential \
108
curl \
119
openssl \
12-
btrfs-tools \
13-
libapparmor-dev \
14-
libseccomp-dev \
15-
iptables \
1610
openssh-client \
1711
&& rm -rf /var/lib/apt/lists/*
1812

0 commit comments

Comments
 (0)