SuccessConsole Output

[SOL005-stage_2_v7.0] Running shell script
+ docker build -t osm/sol005-v7.0 .
Sending build context to Docker daemon 557.1 kB
Sending build context to Docker daemon 1.114 MB
Sending build context to Docker daemon 1.671 MB
Sending build context to Docker daemon 2.228 MB
Sending build context to Docker daemon 2.785 MB
Sending build context to Docker daemon 3.342 MB
Sending build context to Docker daemon 3.899 MB
Sending build context to Docker daemon 4.456 MB
Sending build context to Docker daemon 5.014 MB
Sending build context to Docker daemon 5.571 MB
Sending build context to Docker daemon 6.128 MB
Sending build context to Docker daemon 6.685 MB
Sending build context to Docker daemon 7.242 MB
Sending build context to Docker daemon 7.799 MB
Sending build context to Docker daemon 8.356 MB
Sending build context to Docker daemon 8.913 MB
Sending build context to Docker daemon  9.47 MB
Sending build context to Docker daemon 10.03 MB
Sending build context to Docker daemon 10.58 MB
Sending build context to Docker daemon 11.14 MB
Sending build context to Docker daemon  11.7 MB
Sending build context to Docker daemon 12.26 MB
Sending build context to Docker daemon 12.81 MB
Sending build context to Docker daemon 13.37 MB
Sending build context to Docker daemon 13.93 MB
Sending build context to Docker daemon 14.31 MB

Step 1 : FROM ubuntu:18.04
 ---> cf0f3ca922e0
Step 2 : RUN apt-get update && apt-get install -y git build-essential nodejs npm
 ---> Using cache
 ---> 0ad6861205b0
Step 3 : RUN npm install -g swagger-cli
 ---> Using cache
 ---> c50f3bdd76a1
Step 4 : RUN npm install -g speccy
 ---> Using cache
 ---> e24802916f0c
Step 5 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> bad7ce967dbc
Step 6 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> bdfe047cff18
Successfully built bdfe047cff18