File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 bash /tmp/scripts/hadolint-debian.sh "2.10.0" ; \
1919 bash /tmp/scripts/shfmt-debian.sh "3.5.1" ; \
2020 bash /tmp/scripts/shellcheck-debian.sh "0.8.0" ; \
21- bash /tmp/scripts/editorconfig-debian.sh "2.5 .0" ; \
21+ bash /tmp/scripts/editorconfig-debian.sh "2.6 .0" ; \
2222 bash /tmp/scripts/trivy-debian.sh; \
2323 bash /tmp/scripts/setup-python-tools.sh "/usr/local/bin/python" "/usr/local/" ; \
2424 apt-get autoremove; \
Original file line number Diff line number Diff line change 1616 bash /tmp/scripts/hadolint-alpine.sh "2.10.0"; \
1717 bash /tmp/scripts/shfmt-alpine.sh "3.5.1"; \
1818 bash /tmp/scripts/shellcheck-alpine.sh "0.8.0"; \
19- bash /tmp/scripts/editorconfig-alpine.sh "2.5 .0"; \
19+ bash /tmp/scripts/editorconfig-alpine.sh "2.6 .0"; \
2020 bash /tmp/scripts/trivy-alpine.sh; \
2121 rm -rf /var/cache/apk/* /tmp/scripts
Original file line number Diff line number Diff line change 1818 bash /tmp/scripts/hadolint-debian.sh "2.10.0"; \
1919 bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
2020 bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
21- bash /tmp/scripts/editorconfig-debian.sh "2.5 .0"; \
21+ bash /tmp/scripts/editorconfig-debian.sh "2.6 .0"; \
2222 bash /tmp/scripts/trivy-debian.sh; \
2323 bash /tmp/scripts/setup-python-tools.sh "/usr/local/bin/python" "/usr/local/"; \
2424 apt-get autoremove; \
Original file line number Diff line number Diff line change 1818 bash /tmp/scripts/hadolint-debian.sh "2.10.0"; \
1919 bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
2020 bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
21- bash /tmp/scripts/editorconfig-debian.sh "2.5 .0"; \
21+ bash /tmp/scripts/editorconfig-debian.sh "2.6 .0"; \
2222 bash /tmp/scripts/trivy-debian.sh; \
2323 bash /tmp/scripts/python-debian.sh "system"; \
2424 bash /tmp/scripts/setup-python-tools.sh "/usr/bin/python3"; \
Original file line number Diff line number Diff line change 22
33set -e
44
5- EDITORCONFIG_VERSION=${1:- " 2.5 .0" }
5+ EDITORCONFIG_VERSION=${1:- " 2.6 .0" }
66SCRIPT=(" ${BASH_SOURCE[@]} " )
77SCRIPT_PATH=" ${SCRIPT##*/ } "
88SCRIPT_NAME=" ${SCRIPT_PATH% .* } "
Original file line number Diff line number Diff line change 22
33set -e
44
5- EDITORCONFIG_VERSION=${1:- " 2.5 .0" }
5+ EDITORCONFIG_VERSION=${1:- " 2.6 .0" }
66SCRIPT=(" ${BASH_SOURCE[@]} " )
77SCRIPT_PATH=" ${SCRIPT##*/ } "
88SCRIPT_NAME=" ${SCRIPT_PATH% .* } "
Original file line number Diff line number Diff line change 22
33set -e
44
5- EDITORCONFIG_VERSION=${1:- " 2.5 .0" }
5+ EDITORCONFIG_VERSION=${1:- " 2.6 .0" }
66CONTAINER_OS=${2:- " alpine" }
77SCRIPT=(" ${BASH_SOURCE[@]} " )
88SCRIPT_PATH=" ${SCRIPT##*/ } "
You can’t perform that action at this time.
0 commit comments