You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
MAINTAINER Yan Grunenberger <yan@grunenberger.net>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -yq dist-upgrade
RUN apt-get -qy install curl socat
WORKDIR /root
ENV FIRECRACKERVERSION 0.14.0
RUN curl -LOJ https://github.com/firecracker-microvm/firecracker/releases/download/v${FIRECRACKERVERSION}/firecracker-v${FIRECRACKERVERSION}
RUN mv firecracker-v${FIRECRACKERVERSION} firecracker