docker
docker copied to clipboard
Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
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