SuccessConsole Output

[devops-stage_2-merge_v14.0] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/devops-v14.0 .
Sending build context to Docker daemon  303.2MB

Step 1/12 : FROM ubuntu:20.04
 ---> 3cff1c6ff37e
Step 2/12 : ARG APT_PROXY
 ---> Using cache
 ---> 29067234b762
Step 3/12 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
 ---> Using cache
 ---> 01f3114be04e
Step 4/12 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-make         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> 68018313bc9b
Step 5/12 : RUN python3 -m easy_install pip==21.3.1
 ---> Using cache
 ---> 30442ef12ec9
Step 6/12 : RUN pip install tox==3.24.5
 ---> Using cache
 ---> a8e648479210
Step 7/12 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 515f60497bac
Step 8/12 : ENV LANG C.UTF-8
 ---> Using cache
 ---> aa659491b564
Step 9/12 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         unzip
 ---> Using cache
 ---> 3be04e3ac0d3
Step 10/12 : RUN curl https://get.helm.sh/helm-v3.11.3-linux-amd64.tar.gz --output helm-v3.11.3.tar.gz     && tar -zxvf helm-v3.11.3.tar.gz     && mv linux-amd64/helm /usr/local/bin/helm     && rm -r linux-amd64/
 ---> Using cache
 ---> 36b7cc610752
Step 11/12 : RUN curl https://get.datree.io | /bin/bash
 ---> Using cache
 ---> 8ae926b698f0
Step 12/12 : RUN helm plugin install https://github.com/datreeio/helm-datree
 ---> Using cache
 ---> 7d36bae4b776
Successfully built 7d36bae4b776
Successfully tagged osm/devops-v14.0:latest