Skip to content

gruke-build/oci

Repository files navigation

gruke

Custom Ubuntu OCI images

A set of custom Ubuntu OCI images,
primarily for use with Forgejo Actions on Forgejo Runner.

GitHub Actions Workflow Status
Discord

This is a fork of catthehacker/docker_images; used to create the ghcr.io/catthehacker/ubuntu images.
We have been using these docker images for some time, and they work well.
However, there's some tools we'd like to have in them pre-installed to save workflow time,
bandwidth usage, and reduce reliance on Canonical server stability.

Notable modifications from the original catthehacker Docker images are:

  • Inclusion of gli.
    • This is my personal CLI tool that I add things I find useful to.
  • Pre-installation of AppImageTool and required dependencies:
    • zsync
    • desktop-file-utils
    • appstream
    • libfuse2 (22.04) OR libfuse2t64 (24.04)
  • Automatic inclusion of git.ryujinx.app into SSH known hosts.
  • Pre-installation of 7zip via apt.
  • Ubuntu 20.04 as well as 32-bit ARM images are not created.
  • We do not automatically create the custom or rust build flavors.
    • They (mostly Rust) take way too long to make, and we don't even use Rust in any project.
  • We do not automatically create the gh build flavor.

Important

When updates will be applied to images

  • A package that will be required for action(s) to work properly might be added/removed/changed
  • Any maintenance that will be required due to:
    • GitHub Container Registry
    • GitHub Actions
    • nektos/act
  • Performance and/or disk space improvements

Images available

  • /linux/ubuntu/act - image used in nektos/act as medium size image retaining compatibility with most actions, with a small size
    • ghcr.io/gruke-build/ubuntu:act-22.04
    • ghcr.io/gruke-build/ubuntu:act-24.04
    • ghcr.io/gruke-build/ubuntu:act-latest (aka act-24.04)
  • /linux/ubuntu/runner - ghcr.io/gruke-build/ubuntu:act-* but with runner as user instead of root
    • ghcr.io/gruke-build/ubuntu:runner-22.04
    • ghcr.io/gruke-build/ubuntu:runner-24.04
    • ghcr.io/gruke-build/ubuntu:runner-latest (aka runner-24.04)
  • /linux/ubuntu/js - ghcr.io/gruke-build/ubuntu:act-* but with js tools installed (yarn, nvm, node v20/v24, pnpm, grunt, etc.)
    • ghcr.io/gruke-build/ubuntu:js-22.04
    • ghcr.io/gruke-build/ubuntu:js-24.04
    • ghcr.io/gruke-build/ubuntu:js-latest (aka js-24.04)
  • /linux/ubuntu/pwsh - ghcr.io/gruke-build/ubuntu:act-* but with pwsh tools and modules installed
    • ghcr.io/gruke-build/ubuntu:pwsh-22.04
    • ghcr.io/gruke-build/ubuntu:pwsh-24.04
    • ghcr.io/gruke-build/ubuntu:pwsh-latest (aka pwsh-24.04)
  • /linux/ubuntu/go - ghcr.io/gruke-build/ubuntu:act-* but with go tools installed
    • ghcr.io/gruke-build/ubuntu:go-22.04
    • ghcr.io/gruke-build/ubuntu:go-24.04
    • ghcr.io/gruke-build/ubuntu:go-latest (aka go-24.04)
  • /linux/ubuntu/dotnet - ghcr.io/gruke-build/ubuntu:act-* but with .NET tools installed
    • ghcr.io/gruke-build/ubuntu:dotnet-22.04
    • ghcr.io/gruke-build/ubuntu:dotnet-24.04
    • ghcr.io/gruke-build/ubuntu:dotnet-latest (aka dotnet-24.04)
  • /linux/ubuntu/java-tools - ghcr.io/gruke-build/ubuntu:act-* but with Java tools installed
    • ghcr.io/gruke-build/ubuntu:java-tools-22.04
    • ghcr.io/gruke-build/ubuntu:java-tools-24.04
    • ghcr.io/gruke-build/ubuntu:java-tools-latest (aka java-tools-24.04)
  • /linux/ubuntu/gh - ghcr.io/gruke-build/ubuntu:act-* but with GitHub CLI tools installed
    • ghcr.io/gruke-build/ubuntu:gh-22.04
    • ghcr.io/gruke-build/ubuntu:gh-24.04
    • ghcr.io/gruke-build/ubuntu:gh-latest (aka gh-24.04)

About

A set of custom Ubuntu OCI images, primarily for use with Forgejo Actions on Forgejo Runner.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors