Skip to content

Commit

Permalink
docs/rofl: Rewrite ROFL docs to use TDX containers
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Feb 17, 2025
1 parent 0629798 commit 62db9a5
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 598 deletions.
7 changes: 5 additions & 2 deletions docker/rofl-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-24.3.x AS oasis-core-dev
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.0.x AS oasis-core-dev

ARG OASIS_CLI_VERSION=0.10.3
ARG OASIS_CLI_VERSION=0.11.1
ARG DEBIAN_FRONTEND=noninteractive

ENV RUSTFLAGS="-C target-feature=+aes,+ssse3"
ENV RUSTDOCFLAGS="-C target-feature=+aes,+ssse3"
Expand All @@ -9,6 +10,8 @@ RUN curl -L -o /tmp/cli.tar.gz "https://github.com/oasisprotocol/cli/releases/do
tar -C /usr/bin -xf /tmp/cli.tar.gz --strip-components 1 "oasis_cli_${OASIS_CLI_VERSION}_linux_amd64/oasis" && \
rm /tmp/cli.tar.gz

RUN apt-get install -qq squashfs-tools cryptsetup-bin qemu-utils

VOLUME /src

WORKDIR /src
Loading

0 comments on commit 62db9a5

Please sign in to comment.