Hunting the white whale of mutable immutable infrastructure
Go to file
R Tyler Croy e51e7b7162
Remove header style which asciidoc has trouble with
2020-01-23 08:08:49 -08:00
layers.d Add an example layers directory for the server to read from 2019-10-20 11:07:36 -07:00
src Checkpoint the last of the JavaScript work 2020-01-22 21:32:19 -08:00
tools Add a totally hacked script which I used to fetch API responses 2019-10-20 11:22:02 -07:00
.gitignore Add some hacky prototype express work to return a modified hello-world container 2019-10-19 22:31:15 -07:00
HACKING.adoc Add some of my hacking notes which have helped me figure out these APIs relationships 2019-10-20 11:29:36 -07:00
README.adoc Remove header style which asciidoc has trouble with 2020-01-23 08:08:49 -08:00
index.js Checkpoint the last of the JavaScript work 2020-01-22 21:32:19 -08:00
package-lock.json Add node-cache which will be used for a number of different internal operations 2019-10-20 16:00:07 -07:00
package.json Add node-cache which will be used for a number of different internal operations 2019-10-20 16:00:07 -07:00

README.adoc

<html lang="en"> <head> </head>

Contaminate

Hunting the white whale of a mutable immutable infrastructure.

Environment Variables

Name

Default Value

Notes

LAYERS_DIR

./layers.d

A directory containing the layers to override on images passing through Ahab

LOG_LEVEL

info

Log level for Ahab logs to be printed

UPSTREAM_REGISTRY

https://registry-1.docker.io

A Registry HTTP V2 compliant URL, reachable by Ahab.

</html>