-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from john-floren-gravwell/docker-cleanup
Rework the docker images
- Loading branch information
Showing
50 changed files
with
264 additions
and
1,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Gravwell Training Repository | ||
|
||
This repository contains the LaTeX source for the Gravwell training book, as well as Dockerfiles to build the container images used in the lab sections. Please refer to the [releases page](https://github.com/gravwell/training/releases) for pre-built PDFs of the training book. | ||
|
||
## Pre-reqs: | ||
|
||
You'll need a basic LaTeX setup: | ||
|
||
apt-get install texlive-* latexmk | ||
|
||
If you intend to build the Docker images too, you'll also need to have [Go](https://go.dev) installed, as we compile some utilities in the process. | ||
|
||
## Building | ||
|
||
To build just the PDF: | ||
|
||
make master.pdf | ||
|
||
To build the whole tarball with Docker images and all: | ||
|
||
GOPATH=~/go LICENSE=/path/to/gravwell-license make dist | ||
|
||
NOTE: You will need a training license in order to build the complete set of containers. | ||
|
||
(If you need to build for a specific older version of Gravwell, set the VERSION variable when running `make dist`.) | ||
|
Oops, something went wrong.