DevEnv team provides images for DevEnv 6+ located at https://obs.hq.eso.org/elt/devenv/6/containers in Docker or Podman. Quay.io is a container registry operated by RedHat, which does not have restrictions on downloads from public repositories like Docker Hub.
DevEnv team provides OCI images of Platform 25.
Most recent DevEnv6 version can be referenced using **obs.hq.eso.org/elt/devenv/6/containers/eltdev:latest**
Most recent ELT Platform 25 version can be referenced using **obs.hq.eso.org/elt/platform/25/containers/eltdev:latest**
## Simple use
## Simple use
To run the current DevEnv 5 in a container you can simply run `podman run --rm -ti quay.io/eso/devenv:5`. The :5 means it will use the latest DevEnv 5, the -ti makes it run on the current terminal and not in the background and the --rm removes the container instance when the container is stopped.
To run the current DevEnv 5 in a container you can simply run `podman run --rm -ti quay.io/eso/devenv:5`. The :5 means it will use the latest DevEnv 5, the -ti makes it run on the current terminal and not in the background and the --rm removes the container instance when the container is stopped.
For DevEnv6, please run `podman run -ti obs.hq.eso.org/elt/devenv/6/containers/eltdev:latest`.
For ELT Platform 25, please run `podman run -ti obs.hq.eso.org/elt/platform/25/containers/eltdev:latest`.