mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
9
pkg/dummy/Dockerfile
Normal file
9
pkg/dummy/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM linuxkit/alpine:5d89cd05a567f9bfbe4502be1027a422d46f4a75 AS build
|
||||
RUN apk add --no-cache --initdb make
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=build /usr/bin/make /usr/bin/
|
||||
COPY infile infile
|
1
pkg/dummy/build.yml
Normal file
1
pkg/dummy/build.yml
Normal file
@@ -0,0 +1 @@
|
||||
image: dummy
|
1
pkg/dummy/infile
Normal file
1
pkg/dummy/infile
Normal file
@@ -0,0 +1 @@
|
||||
This is a silly input file for testing.
|
Reference in New Issue
Block a user