Skip to content

A basic ArchLinux based docker configuration with configured and ready to use git and yay.

Notifications You must be signed in to change notification settings

jobrad-gmbh/tb-containerbase

 
 

Repository files navigation

Project status

npm npm downloads

<LABEL> <LABEL>

documentation website

Use case

A basic ArchLinux based docker configuration with configured and ready to use git and yay.

Build locally

# Clone repo
gh repo clone jobrad-gmbh/tb-containerbase

# One of the following should work
docker buildx build --build-arg MULTI='' --no-cache --tag ghcr.io/jobrad-gmbh/tb-containerbase:latest
# ... or this
docker buildx build --build-arg MULTI='' --build-arg MIRROR_AREA_PATTERN='default' --no-cache --tag ghcr.io/jobrad-gmbh/tb-containerbase:latest --progress=plain .

# Publishing with
docker push ghcr.io/jobrad-gmbh/tb-containerbase:latest

The '--progress=plain' option allows to debug variables by adding lines like

CMD echo "Variable 'var' = '$var'

to the Dockerfile.

About

A basic ArchLinux based docker configuration with configured and ready to use git and yay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.5%
  • Dockerfile 22.5%