You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ Tools to be installed within the DMC.
56
56
| WORKDIR | no | /root ||||
57
57
| PACKAGES | no || list of packages to be installed || packages:<br> - ansible<br> - docker-ce<br> - helm<br> - kubectl |
58
58
| REPOSITORIES | no || further repositories that should be used, currently the following are defined with defaults **_[hashicorp, docker, microsoft]_**| repositories:<br> docker: {}<br> microsoft: {}<br> hashicorp: {} | repositories:<br> mongodb:<br> gpg: https://www.mongodb.org/static/pgp/server-6.0.asc<br> entry: https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse |
59
-
| BINARIES | no || binaries that should be installed, currently the following are supported **_[github, google]| github:<br> - remotemobprogramming/mob=linux_amd64=v3.2.0<br> - derailed/k9s=Linux_x86_64<br>google:<br> - google-cloud-cli=403.0.0-0||
60
-
| REPOSITORIES_HASHICORP_GPG | no |`https://apt.releases.hashicorp.com/gpg`| default |||
61
-
| REPOSITORIES_HASHICORP_ENTRY | no |`'https://apt.releases.hashicorp.com $(lsb_release -cs) main'`| default |||
62
-
| REPOSITORIES_DOCKER_GPG | no |`https://download.docker.com/linux/ubuntu/gpg`| default |||
63
-
| REPOSITORIES_DOCKER__ENTRY | no |`'https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'`| default |||
64
-
| REPOSITORIES_MICROSOFT_GPG | no |`https://packages.microsoft.com/keys/microsoft.asc`| default |||
| BINARIES_GITHUB_URI | no |`https://api.github.com/repos`| default |||
67
-
| BINARIES_GOOGLE_URI | no |`https://packages.cloud.google.com/apt/dists/cloud-sdk/main/binary-arm64/Packages`| default |||
59
+
| BINARIES | no || binaries that should be installed, currently the following are supported **_[github, google]| github:<br> - remotemobprogramming/mob=linux_amd64=v3.2.0<br> - derailed/k9s=Linux_x86_64<br>google:<br> - google-cloud-cli||
60
+
| REPOSITORIES_HASHICORP_GPG | no |`https://apt.releases.hashicorp.com/gpg`| default |||
61
+
| REPOSITORIES_HASHICORP_ENTRY | no |`'https://apt.releases.hashicorp.com $(lsb_release -cs) main'`| default |||
62
+
| REPOSITORIES_DOCKER_GPG | no |`https://download.docker.com/linux/ubuntu/gpg`| default |||
63
+
| REPOSITORIES_DOCKER__ENTRY | no |`'https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'`| default |||
64
+
| REPOSITORIES_MICROSOFT_GPG | no |`https://packages.microsoft.com/keys/microsoft.asc`| default |||
if [ "${BINARY_REPO}" = "GOOGLE" ]; then for BINARY_PACKAGE in ${BINARY_PACKAGES}; do BINARY_PACKAGE_URI=$(echo "${BINARY_PACKAGE}" | awk -F '=' '{ if (!$2) version=""; else version=$2; printf("%s_%s", $1, version)}') && \
0 commit comments