Skip to content

margirova/docker-bspump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Dockerfiles for bspump

Organization of the repo

Dockerfiles in this repository are organized as follows:

.
└──${VERSION}
    └──${BASEOS}
        └──Dockerfile

Build

Build an image of specific bspump version (${VERSION}) and base OS (${BASEOS}).

$ cd ${VERSION}/${BASEOS}
$ docker build -t teskalabs/bspump:${VERSION}-${BASEOS} .
$ docker tag teskalabs/bspump:${VERSION}-${BASEOS} teskalabs/bspump:latest

Publish

$ docker login
$ docker push teskalabs/bspump:${VERSION}-${BASEOS}
$ docker push teskalabs/bspump:latest

About

Docker Hub repository for BSPump.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors