From 142e27fa168edc6481fc26e3fb9879011dd56dac Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 15 Sep 2020 12:07:35 +0200 Subject: [PATCH] add readme --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b126d99 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +## Base image for build containers + +Based on Debian Buster + +Contains additionally: + * make + * openssh-client + * git + * python with the modules requests, pycodestyle and yaml + * gpg + * apt-transport-https + * wget and curl + * zip, unzip and 7z + * vim.tiny + * texlive + * GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/ +