Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 784 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 784 Bytes

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!