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
- Host: GitHub
- URL: https://github.com/elementary/docker
- Owner: elementary
- Created: 2016-10-02T08:20:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T13:08:27.000Z (5 months ago)
- Last Synced: 2025-05-18T14:24:43.674Z (5 months ago)
- Topics: docker, dockerfiles, elementaryos, juno, loki, travis
- Language: Dockerfile
- Homepage:
- Size: 48.8 KB
- Stars: 25
- Watchers: 24
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```