refs #7643 - Docker image fixed to debian. Install docker composer from debian repository

This commit is contained in:
Javier Lopez 2024-06-27 10:40:02 +02:00
parent 42db6089db
commit 33f0af38a8
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM jenkins/inbound-agent:latest-jdk17 FROM jenkins/inbound-agent:latest-bookworm-jdk17
USER root USER root
@ -32,9 +32,7 @@ RUN apt-get install -y apt-transport-https ca-certificates curl gnupg \
&& apt-get install -y kubectl && apt-get install -y kubectl
# Docker compose # Docker compose
RUN curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` \ RUN apt-get install docker-compose -y --no-install-recommends # Debian docker-compose is 1.29.2
-o /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose
# Puppeteer # Puppeteer
RUN apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \