Skip to content

Commit d46443f

Browse files
authored
Merge pull request #75 from T-Systems-MMS/enhancement
Enhancement
2 parents c0f3af0 + 4c1aba7 commit d46443f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ The DMC uses the wakemeops image as base image.
4747
| DISTRIBUTION | no | ubuntu | distribution that should be used, see also [wakemeops](https://hub.docker.com/u/wakemeops) | | distribution: debian |
4848
| VERSION | no | latest | specific version | | version: buster |
4949

50+
#### Base
51+
52+
Basic Setup of the DMC.
53+
54+
| ENV | Default |
55+
| --------- | ------- |
56+
| CONTAINER | true |
57+
5058
#### Tools
5159

5260
Tools to be installed within the DMC.

template.d/01_base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ENV CONTAINER=true
12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
23

34
# default packages to install

0 commit comments

Comments
 (0)