From d8396402b52327ed4a84e19cc6371549cdca3b23 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 17 Aug 2023 17:28:01 +0200 Subject: [PATCH] bootstrap with dev no longer needed --- infrastructure/clj-cljs/image/resources/install.sh | 2 +- infrastructure/clj/image/resources/install.sh | 2 +- infrastructure/ddadevops/image/Dockerfile | 1 - infrastructure/python/image/Dockerfile | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/infrastructure/clj-cljs/image/resources/install.sh b/infrastructure/clj-cljs/image/resources/install.sh index aab2448..1167e3a 100755 --- a/infrastructure/clj-cljs/image/resources/install.sh +++ b/infrastructure/clj-cljs/image/resources/install.sh @@ -23,7 +23,7 @@ function main() { #install pyb apt -qqy install python3 python3-pip git; - pip3 install pybuilder 'ddadevops>=4.2.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages; + pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages; cleanupDocker } diff --git a/infrastructure/clj/image/resources/install.sh b/infrastructure/clj/image/resources/install.sh index 987cf0a..6694783 100755 --- a/infrastructure/clj/image/resources/install.sh +++ b/infrastructure/clj/image/resources/install.sh @@ -29,7 +29,7 @@ function main() { #install pyb apt -qqy install python3 python3-pip; - pip3 install pybuilder 'ddadevops>=4.2.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages; + pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages; cleanupDocker } diff --git a/infrastructure/ddadevops/image/Dockerfile b/infrastructure/ddadevops/image/Dockerfile index f284a2d..3ec73d0 100644 --- a/infrastructure/ddadevops/image/Dockerfile +++ b/infrastructure/ddadevops/image/Dockerfile @@ -4,4 +4,3 @@ RUN set -eux; RUN apk add --no-cache python3 py3-pip openssl-dev bash git curl; RUN python3 -m pip install -U pip; RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection; -RUN pip3 install --upgrade ddadevops --pre diff --git a/infrastructure/python/image/Dockerfile b/infrastructure/python/image/Dockerfile index c335e5f..bae55e0 100644 --- a/infrastructure/python/image/Dockerfile +++ b/infrastructure/python/image/Dockerfile @@ -5,4 +5,3 @@ RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptool RUN python3 -m pip install -U pip; RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection; RUN pip3 install coverage flake8 flake8-polyfill mypy mypy-extensions pycodestyle pyflakes pylint pytest pytest-cov pytest-datafiles types-setuptools types-PyYAML; -RUN pip3 install --upgrade ddadevops --pre