summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-05-12 20:41:26 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-05-13 08:39:42 +0200
commit95d7ebb37009ec94b9d3b0f4fd03380cb90d8989 (patch)
tree5aaaf3802d238d50fddc22a2eb3084d378ae34bb /Dockerfile
parent3a2c4d80f42e49d48ff3d2c24bde7dfd8cf67eb7 (diff)
downloadzuul-95d7ebb37009ec94b9d3b0f4fd03380cb90d8989.tar.gz
Switch back to python 3.7
Ansible 2.7 is known to be broken with python 3.8 so switch back to python 3.7 for now until we dropped support for Ansible 2.7. Change-Id: Ibfe1b226630c8db202a294590c6435666afcb62d
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 96c323217..45419c6c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM docker.io/opendevorg/python-builder:3.8 as builder
+FROM docker.io/opendevorg/python-builder as builder
# Optional location of Zuul API endpoint.
ARG REACT_APP_ZUUL_API
@@ -39,7 +39,7 @@ RUN mkdir /tmp/openshift-install \
&& echo $OPENSHIFT_SHA /tmp/openshift-install/openshift-client.tgz | sha256sum --check \
&& tar xvfz openshift-client.tgz --strip-components=1 -C /tmp/openshift-install
-FROM docker.io/opendevorg/python-base:3.8 as zuul
+FROM docker.io/opendevorg/python-base as zuul
COPY --from=builder /output/ /output
RUN /output/install-from-bindep \