aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-02-16[BOOTSTRAP] Fix docker image build problemJack Lucas1-1/+8
Add installation of the Rust compiler to the Docker image build, to satisfy a dependency of the "cloudify" command line Python package. Issue-ID: DCAEGEN2-2628 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ic3efee5fca1282b2c312aeb7989242046e987c71
2021-01-13Move bootstrap container to python 33.0.0Jack Lucas1-0/+59
Move to an Alpine python base image and install a Python 3 version of the Cloudify CLI. Also remove loading of k8s plugin configurations. (Will move to CM via an init container.) Issue-ID: DCAEGEN2-2543 Issue-ID: DCAEGEN2-2582 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I6d147bbbce863ee8e04d2bd70d7189dc63fa9950