https://gitlab.com/tezos/tezos
Raw File
Tip revision: 89345980ff75643af744652981ebe7125db5f6f8 authored by Gabriel Moise on 31 January 2024, 14:52:48 UTC
Fixup: Store: Add check for compressed encoding in floating block store
Tip revision: 8934598
README.md
# `tezos/tezos` Docker images

This directory contains the definition of Docker images used to build
the Docker distribution of Octez.

The images, their content and indented usage, are:

| Image                             | Contents                           | Usage                             |
|-----------------------------------|------------------------------------|-----------------------------------|
| `rust-toolchain`                  | cargo                              | CI: kernel build, test and SDK    |

For more details on the contents and usage of each image, see below
and in the header comment of each corresponding Dockerfile.

# `rust-toolchain` image

The `rust-toolchain` image is used in the CI to build and test
kernels, and to build the kernel SDK. It is also used to build the
`evm_kernel` included in the Octez Docker distribution.
back to top