SuccessConsole Output

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

Step 1/10 : FROM ubuntu:22.04
 ---> 67c845845b7d
Step 2/10 : ARG APT_PROXY
 ---> Using cache
 ---> a6898a40e8f7
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
 ---> 466445f51433
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
 ---> a65f615f2252
Step 5/10 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 2352ea3f94e4
Step 6/10 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 2eda173779a3
Step 7/10 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         dh-make
 ---> Running in 429e7bfa1fca
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1378 kB]
Fetched 1635 kB in 2s (1065 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 (1583 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 429e7bfa1fca
 ---> da93bf21594f
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 1c367c6e5d32
  % 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 14.7M    0 65536    0     0  60861      0  0:04:14  0:00:01  0:04:13 60850
100 14.7M  100 14.7M    0     0  10.8M      0  0:00:01  0:00:01 --:--:-- 10.8M
linux-amd64/
linux-amd64/LICENSE
linux-amd64/README.md
linux-amd64/helm
Removing intermediate container 1c367c6e5d32
 ---> 85c11472f449
Step 9/10 : RUN curl https://get.datree.io | /bin/bash
 ---> Running in 687a2a40d2f3
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: get.datree.io
Removing intermediate container 687a2a40d2f3
 ---> 69f40ef11e16
Step 10/10 : RUN helm plugin install https://github.com/datreeio/helm-datree
 ---> Running in 9e678bf0b175
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     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 37 18.0M   37 6940k    0     0  5340k      0  0:00:03  0:00:01  0:00:02 5340k
100 18.0M  100 18.0M    0     0  8413k      0  0:00:02  0:00:02 --:--:-- 12.5M
./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 9e678bf0b175
 ---> c3bab4176bf5
Successfully built c3bab4176bf5
Successfully tagged osm/devops-master:latest