Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.31 KB
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.

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:<release>-stable and ghcr.io/elementary/docker:<release>-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

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