Skip to content

amontalban/freebsd-docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeBSD

This repository is the source of automated Docker images builds to have some sort of "Official" FreeBSD images.

Since ADD does not support extracting a remote URL (bummer) I have to copy the base.txz from official FreeBSD mirrors i.e http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/ to this git repository.

I used the scratch image as source as the only needed action is to extract the base.txz tarball to have a minimal installation.

To start using this images you can execute:

docker pull amontalban/freebsd

And this will get you latest version.

If you want a specific version you can use a tag, for example:

docker pull amontalban/freebsd:10.1-RELEASE

For more information visit https://hub.docker.com/r/amontalban/freebsd/

Thanks for checking this out!

About

FreeBSD Docker Images

Resources

License

Stars

Watchers

Forks

Packages

No packages published