Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Install alternative runtimes #59

Closed
1 of 3 tasks
nicholasdille opened this issue Dec 2, 2021 · 3 comments
Closed
1 of 3 tasks

Install alternative runtimes #59

nicholasdille opened this issue Dec 2, 2021 · 3 comments
Labels
Milestone

Comments

@nicholasdille
Copy link
Owner

nicholasdille commented Dec 2, 2021

@nicholasdille
Copy link
Owner Author

gvisor installed by #150

@nicholasdille nicholasdille changed the title Install alternative runtimes? Install alternative runtimes Jan 12, 2022
@nicholasdille nicholasdille added this to the Version 1.x milestone Feb 15, 2022
@nicholasdille nicholasdille modified the milestones: Backlog, v1.5.0 Apr 11, 2022
@nicholasdille
Copy link
Owner 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

@nicholasdille nicholasdille modified the milestones: v1.5.0, Backlog Apr 11, 2022
@nicholasdille nicholasdille removed this from the Backlog milestone Sep 13, 2022
@nicholasdille nicholasdille added this to the v2.1.0 milestone Nov 8, 2022
@nicholasdille
Copy link
Owner Author

Migrated to uniget-org/tools#77

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

No branches or pull requests

1 participant