Wolfgang Hottgenroth 9c197cbc94 add zip
2022-02-21 13:14:19 +01:00
2020-10-12 16:55:02 +02:00
2020-10-12 16:55:02 +02:00
2022-02-21 13:14:19 +01:00
2020-12-02 19:23:15 +01:00

docker with bash

This is a Docker image directly derived from the Docker image docker, which is required whenever you need the docker tools within a container.

I use it regularly within Gitlab CI runners. Most recently I was wondering why a specific bash feature (variable indirection) wasn't available in a CI script. The reason was simple: the Docker docker image doesn't contain bash at all.

This image now is derived from the Docker docker image and just adds the bash, sed, gawk, curl, git and python3, pip and the Python modules xmltodict and pyyaml.

I would say: Use it the same way as the original image, you just have the additional stuff now.

Description
No description provided
Readme 36 KiB
Languages
Dockerfile 100%