Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install alternative container runtimes #77

Open
1 of 3 tasks
nicholasdille opened this issue Aug 4, 2023 · 1 comment
Open
1 of 3 tasks

Install alternative container runtimes #77

nicholasdille opened this issue Aug 4, 2023 · 1 comment

Comments

@nicholasdille
Copy link
Contributor

@nicholasdille
Copy link
Contributor Author

FROM ubuntu:22.04 AS prepare
RUN apt-get update
&& apt-get -y install --no-install-recommends
git
ca-certificates
build-essential
golang-go
cargo
make

FROM prepare AS source
ARG version=2.4.0
WORKDIR /kata-containers
RUN git clone -q --config advice.detachedHead=false --depth 1 --branch "${version}" https://github.com/kata-containers/kata-containers .

FROM source AS build
RUN make PREFIX=/target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant