tests: Switch test to alpine:3.7

Some testis explicitly use alpine:3.6 and alpine:3.5 to run
some shell scripts. Switch them to alpine:3.7 like the
rest of the packages and tools.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-12-11 13:48:03 +00:00
parent b46c983069
commit 8434058dcf
21 changed files with 26 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.5
FROM alpine:3.7
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.5
FROM alpine:3.7
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.5
FROM alpine:3.7
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]