- 22 Oct, 2015 2 commits
-
-
Olav Morken authored
This option allows us to specify a custom Dockerfile when building the image.
-
Olav Morken authored
Just reformat it across multiple lines. This makes it easier to read.
-
- 02 Oct, 2015 2 commits
-
-
Olav Morken authored
When we call sys.exit(), we raise a SystemExit exception. The result was that we entered the except-block, which also reported a failure to Zabbix.
-
Olav Morken authored
-
- 27 Aug, 2015 1 commit
-
-
Olav Morken authored
We aren't going to build the images so often, so the cache doesn't help us very much. On the other hand, it leads us to getting errors because it uses a cache of a very old Debian package list.
-
- 18 Jun, 2015 2 commits
-
-
Olav Morken authored
Hostname support See merge request !1
-
Morten Knutsen authored
-
- 22 Apr, 2015 1 commit
-
-
Olav Morken authored
-
- 27 Jan, 2015 5 commits
-
-
Olav Morken authored
Docker actually supports passing environment variables without a value to make it load them from the environment. Use that functionality.
-
Olav Morken authored
-
Olav Morken authored
-
Olav Morken authored
Python defaults to buffered stdout when the output isn't a terminal. This causes the output from python to come after the processes it has executed. Change it to unbuffered, so that the output is printed immediately.
-
Olav Morken authored
By not deleting the container immediately, we avoid a Docker bug that causes «docker run --rm» to fail occasionally. Instead, we attempt to delete the container on the next run. We also don't fail if the container deletion fails. Instead, we hope that it will be deleted at a later run.
-
- 26 Jan, 2015 3 commits
-
-
Olav Morken authored
These parameters were supposed to be optional, so ensure that the default value is the empty list.
-
Olav Morken authored
-
Olav Morken authored
-