Skip to content

Commit

Permalink
Merge pull request #123 from briandowns/revert_runtime
Browse files Browse the repository at this point in the history
revert runtime image build
  • Loading branch information
briandowns authored Jul 23, 2020
2 parents 07c6359 + 8c9ea2a commit 5459c27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ WORKDIR /source
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM ranchertest/kubernetes:${KUBERNETES_VERSION} AS k8s
FROM ranchertest/runc:v1.0.0-rc10 AS runc
FROM ranchertest/containerd:v1.3.3 AS containerd
FROM rancher/k3s:v1.18.4-k3s1 AS k3s
FROM ranchertest/containerd:v1.3.4 AS containerd

FROM scratch AS release
COPY --from=k8s \
/usr/local/bin/kubectl \
/usr/local/bin/kubelet \
/bin/
COPY --from=runc \
/usr/local/bin/runc \
COPY --from=k3s \
/bin/runc \
/bin/
COPY --from=containerd \
/usr/local/bin/containerd-shim-runc-v2 \
Expand Down

0 comments on commit 5459c27

Please sign in to comment.