Skip to content

Dockerfile for building base Docker images used by docker-tuxbox-build containers in TuxBox development.

License

Notifications You must be signed in to change notification settings

tuxbox-neutrino/docker-build-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build, tag and push to a registry

# Docker Hub Login
docker login

# Create and tag Docker-Image
ORG=<Your organisation name at Docker Hub>
TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "latest")
docker build --build-arg VERSION=$TAG -t $ORG/debian-tuxbox-base:$TAG -t $ORG/debian-tuxbox-base:latest .

# Push Images to Docker Hub
docker push $ORG/debian-tuxbox-base:$TAG && docker push $ORG/debian-tuxbox-base:latest

About

Dockerfile for building base Docker images used by docker-tuxbox-build containers in TuxBox development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published