Skip to content

DeerHide/python-github-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deerhide / Template for Container Image

Pre-requisites

Install docker

See Docker documentation

Install tools

./scripts/install_tools.sh

How to build the container image

Update manifest.yaml

name: deerhide_container_example
tags: 
  - latest
registry: ghcr.io/deerhide/template_container_image
build:
  format: oci
  args:
    - APP_UID=1000
    - UBUNTU_VERSION=24.04

Authenticate to the container registry

skopeo login ghcr.io

Launch Builder

./scripts/builder.sh

About

Github Runner Image (objective is to accelerate all python actions by pre-backing it)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages