Skip to content
Snippets Groups Projects
Commit b22f3e83 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Reviewed Docker image

parent 08eb133a
No related branches found
No related tags found
1 merge request!148Reviewed Docker image
Pipeline #169178 passed
......@@ -3,13 +3,13 @@ FROM jenkins/ssh-agent:4.1.0
ARG ORCHENT_VERSION=1.2.9
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends wget git ansible python3-pip \
&& apt-get install -y --no-install-recommends wget git ansible python3-pip vim net-tools jq netcat curl \
&& wget https://github.com/indigo-dc/orchent/releases/download/v${ORCHENT_VERSION}/orchent_${ORCHENT_VERSION}_amd64.deb \
&& dpkg -i orchent_${ORCHENT_VERSION}_amd64.deb \
&& rm orchent_${ORCHENT_VERSION}_amd64.deb \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# python3 -m pip install pyopenssl==24.0.0
RUN python3 -m pip install gvm-tools jq yq GitPython
RUN python3 -m pip install gvm-tools jq yq GitPython
ENTRYPOINT ["/usr/local/bin/setup-sshd"]
pipeline {
agent { label 'docker-paas-agent-04 || docker-paas-agent' }
agent { label 'docker-paas-agent' }
environment {
ORCHENT_AGENT_ACCOUNT='infn-cloud-ops'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment