An open API service indexing awesome lists of open source software.

https://github.com/elementary/docker

Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
https://github.com/elementary/docker

docker dockerfiles elementaryos juno loki travis

Last synced: 3 months ago
JSON representation

Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing

Awesome Lists containing this project

README

          




Elementary




Official Elementary OS Docker Images




These images are meant to ease testing applications build for elementary os. They are based on the same Ubuntu base as the desktop releases with the addition of the tools recommended by the development SDK.

For an example on how to use this with Github actions see [the config for our Dock](https://github.com/elementary/dock/blob/d9793626c538b2a558d5f09dff7a7cf7926a9169/.github/workflows/ci.yml).

## Image Variants

`ghcr.io/elementary/docker:stable`: This defaults to the latest stable elementary release.

`ghcr.io/elementary/docker:unstable`: This defaults to the latest unstable elementary release.

`ghcr.io/elementary/docker:-stable` and `ghcr.io/elementary/docker:-unstable`: These tags can
be used to specify an exact version of elementary. For example, for a `horus` image: `ghcr.io/elementary/docker:horus-stable`

## Example usage

```sh
# run the latest stable release in an interactive shell!
docker run -it ghcr.io/elementary/docker bash -l
```