Skip to content

A docker container to generate the deb package for OSDF

License

Notifications You must be signed in to change notification settings

IGS/osdf-deb-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSDF-Deb-Docker

A docker container to generate the deb package for OSDF

Instructions for use

First build the container. This will take some time (depending on the speed of your internet connnection) as there are numerous packages that will downloaded and installed.:

$ docker build -t osdf_deb_build .

Then run the container and provide a volume to the container that it will use as "/export". In this example, we are providing the host's /tmp directory to the container.

$ docker run --rm=true -v /tmp:/export osdf_deb_build

After the process completes, there should be a .tar.gz as well as a .deb file in the directory that was used for the volume (/tmp in this example). The --rm option causes the container to be removed after the generation of the deb and tarball are complete and copied.

About

A docker container to generate the deb package for OSDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%