SuccessConsole Output

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

Step 1/10 : FROM ubuntu:22.04
 ---> 67c845845b7d
Step 2/10 : ARG APT_PROXY
 ---> Using cache
 ---> 884e98c0a47f
Step 3/10 : 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
 ---> 04d5e01174b3
Step 4/10 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-python         git         python3         python3-all         python3-dev         python3-setuptools         python3-pip         tox
 ---> Using cache
 ---> 5e80f9d4286e
Step 5/10 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> d34f49394dfa
Step 6/10 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 99050397f78c
Step 7/10 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         dh-make
 ---> Running in a93ca8fcc029
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2552 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1392 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2187 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB]
Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1922 kB]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2474 kB]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1093 kB]
Fetched 11.9 MB in 2s (7414 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  dh-make
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.7 kB of archives.
After this operation, 174 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-make all 2.202102 [32.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 32.7 kB in 0s (898 kB/s)
Selecting previously unselected package dh-make.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19743 files and directories currently installed.)
Preparing to unpack .../dh-make_2.202102_all.deb ...
Unpacking dh-make (2.202102) ...
Setting up dh-make (2.202102) ...
Processing triggers for man-db (2.10.2-1) ...
Removing intermediate container a93ca8fcc029
 ---> 996119cc0eb4
Step 8/10 : 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/
 ---> Running in c8777484c547
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0 14.7M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 14.7M  100 14.7M    0     0  13.8M      0  0:00:01  0:00:01 --:--:-- 13.8M
linux-amd64/
linux-amd64/LICENSE
linux-amd64/README.md
linux-amd64/helm
Removing intermediate container c8777484c547
 ---> 02b70f9bbfee
Step 9/10 : RUN curl https://get.datree.io | /bin/bash
 ---> Running in 08d28061e279
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: get.datree.io
Removing intermediate container 08d28061e279
 ---> 3b748884d120
Step 10/10 : RUN helm plugin install https://github.com/datreeio/helm-datree
 ---> Running in d14c23038cd5
Installing helm-datree...
https://github.com/datreeio/datree/releases/download/1.9.19/datree-cli_1.9.19_Linux_x86_64.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0 18.0M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 18.0M  100 18.0M    0     0  14.6M      0  0:00:01  0:00:01 --:--:-- 63.9M
./scripts/install.sh: line 36: unzip: command not found
helm-datree is installed.

See https://hub.datree.io for help getting started.
Installed plugin: datree
Removing intermediate container d14c23038cd5
 ---> c53e4d7f0b4c
Successfully built c53e4d7f0b4c
Successfully tagged osm/devops-v15.0:latest