mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 20:41:46 +00:00
There is no need for start-stop-daemon since this package is using containerd. Remove it and update the init package to alpine:edge Also use the git tree hash for the package hash while at it. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
7 lines
171 B
Docker
7 lines
171 B
Docker
# Use sha256 here to get a fixed version
|
|
FROM alpine:edge@sha256:99588bc8883c955c157d18fc3eaa4a3c1400c223e6c7cabca5f600a3e9f8d5cd
|
|
ENTRYPOINT []
|
|
CMD []
|
|
WORKDIR /
|
|
COPY . ./
|