Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Builds and runs the EEST (execution-spec-tests) consume engine simulator
# Builds and runs the EELS (execution-specs) consume engine simulator
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

## Default fixtures/git-ref
ARG fixtures=stable@latest
ENV FIXTURES=${fixtures}
ARG branch=""

## Clone and install EEST
## Clone and install EELS
RUN apt-get update && apt-get install -y git

# Clone repo and use the default branch if none specified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Builds and runs the EEST (execution-spec-tests) consume rlp simulator
# Builds and runs the EELS (execution-specs) consume rlp simulator
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

## Default fixtures/git-ref
ARG fixtures=stable@latest
ENV FIXTURES=${fixtures}
ARG branch=""

## Clone and install EEST
## Clone and install EELS
RUN apt-get update && apt-get install -y git

# Clone repo and use the default branch if none specified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Builds and runs the EEST (execution-spec-tests) consume sync simulator
# Builds and runs the EELS (execution-specs) consume sync simulator
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

## Default fixtures/git-ref
ARG fixtures=stable@latest
ENV FIXTURES=${fixtures}
ARG branch=""

## Clone and install EEST
## Clone and install EELS
RUN apt-get update && apt-get install -y git

# Clone repo and use the default branch if none specified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Builds and runs the EEST (execution-spec-tests) consume engine simulator
# Builds and runs the EELS (execution-specs) consume engine simulator
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

## Default git-ref/fork
ARG branch=""
ARG fork=Osaka
ENV FORK=${fork}

## Clone and install EEST
## Clone and install EELS
RUN apt-get update && apt-get install -y git

# Clone repo and use the default branch if none specified
Expand Down