... | @@ -12,10 +12,9 @@ |
... | @@ -12,10 +12,9 @@ |
|
|
|
|
|
# Existing images
|
|
# Existing images
|
|
|
|
|
|
Linus Karl has provided DevEnv 4 and 5 images located at quay.io/eso/devenv 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. In the future there might be a ESO operated registry but for now you can fetch it from quay.io.
|
|
DevEnv team provides images for DevEnv 5+ located at https://quay.io/eso/devenv 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.
|
|
|
|
|
|
The source code of the images can be found at https://gitlab.eso.org/lkarl/oci-devenv
|
|
The available versions are listed at https://obs.hq.eso.org/elt/devenv/6/containers/eltdev:latest
|
|
The available versions are listed at https://quay.io/repository/eso/devenv?tab=tags
|
|
|
|
|
|
|
|
## Simple use
|
|
## Simple use
|
|
|
|
|
... | @@ -24,6 +23,8 @@ To run the current DevEnv 5 in a container you can simply run "podman run --rm - |
... | @@ -24,6 +23,8 @@ To run the current DevEnv 5 in a container you can simply run "podman run --rm - |
|
|
|
|
|
# Custom Podman Image
|
|
# Custom Podman Image
|
|
|
|
|
|
|
|
(Examples down here are done using a legacy container. Please use the container provided by DevEnv)
|
|
|
|
|
|
You can use this image as a base and provide some of the dependencies you needs for your software.
|
|
You can use this image as a base and provide some of the dependencies you needs for your software.
|
|
|
|
|
|
Create a directory, and saves this two files in there:
|
|
Create a directory, and saves this two files in there:
|
... | | ... | |