Console Output
Docker Build
Docker Build: building image at path /var/jenkins/jobs/model-atlas-cloud-ui/workspace/Docker
Step 1/9 : FROM node:19-alpine3.16
---> d76736119b7d
Step 2/9 : RUN addgroup -S nonroot && adduser -S nonroot -G nonroot
---> Running in a725aaa15693
---> Removed intermediate container a725aaa15693
---> 79492603165e
Step 3/9 : ENV NODE_ENV=production
---> Running in 5f22ed3947e1
---> Removed intermediate container 5f22ed3947e1
---> 6ce10a6f086e
Step 4/9 : RUN npm install -global --ignore-scripts http-server
---> Running in 09eff61d17a1
added 48 packages in 2s
15 packages are looking for funding
run `npm fund` for details
[91mnpm notice
npm notice New major version of npm available! 9.6.3 -> 11.6.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v11.6.2>
npm notice Run `npm install -g npm@11.6.2` to update!
npm[0m
[91m notice
[0m
---> Removed intermediate container 09eff61d17a1
---> f67ba07ca90b
Step 5/9 : USER nonroot
---> Running in aa52f58c64e3
---> Removed intermediate container aa52f58c64e3
---> 798808d116c8
Step 6/9 : RUN mkdir -p /home/nonroot/docker/artifact
---> Running in 1588d3391384
---> Removed intermediate container 1588d3391384
---> cb39ac7b9582
Step 7/9 : COPY --chown=nonroot:nonroot dist /home/nonroot/docker/artifact/
---> 3a02678437dc
Step 8/9 : COPY start.sh /home/nonroot/docker/artifact/
---> ad3bceb601db
Step 9/9 : CMD [ "sh", "/home/nonroot/docker/artifact/start.sh" ]
---> Running in 20eb2795109f
---> Removed intermediate container 20eb2795109f
---> 668a1f694c4a
Successfully built 668a1f694c4a
Tagging built image with devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui:latest
Tagging built image with devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui:0.1.0.21
Docker Build Response : 668a1f694c4a
Pushing [devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui:latest, devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui:0.1.0.21]
The push refers to repository [devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui]
b3b23e0066ab: Preparing
bd273a30fe77: Preparing
b530ea6bba83: Preparing
9fc3a4f618e2: Preparing
69513666874f: Preparing
b1d550c21bbe: Preparing
c7287bbe934c: Preparing
659a6ef12ccb: Preparing
5bc340f6d4f5: Preparing
c7287bbe934c: Waiting
659a6ef12ccb: Waiting
5bc340f6d4f5: Waiting
b1d550c21bbe: Waiting
b3b23e0066ab: Pushing [==================================================>] 512B
b3b23e0066ab: Pushing [==================================================>] 4.096kB
bd273a30fe77: Pushing [> ] 68.61kB/6.173MB
b530ea6bba83: Pushing 3.072kB
69513666874f: Pushing [=====> ] 512B/4.894kB
69513666874f: Pushing [==================================================>] 11.78kB
9fc3a4f618e2: Pushing [> ] 89.09kB/7.309MB
b3b23e0066ab: Pushed
b530ea6bba83: Pushed
69513666874f: Pushed
b1d550c21bbe: Layer already exists
c7287bbe934c: Layer already exists
659a6ef12ccb: Layer already exists
5bc340f6d4f5: Layer already exists
bd273a30fe77: Pushing [==============> ] 1.74MB/6.173MB
9fc3a4f618e2: Pushing [========================> ] 3.582MB/7.309MB
bd273a30fe77: Pushing [=========================> ] 3.166MB/6.173MB
9fc3a4f618e2: Pushing [==================================> ] 5.037MB/7.309MB
bd273a30fe77: Pushing [==================================> ] 4.232MB/6.173MB
9fc3a4f618e2: Pushing [=========================================> ] 6.024MB/7.309MB
bd273a30fe77: Pushing [==============================================> ] 5.738MB/6.173MB
9fc3a4f618e2: Pushing [================================================> ] 7.067MB/7.309MB
bd273a30fe77: Pushing [==================================================>] 6.237MB
9fc3a4f618e2: Pushing [==================================================>] 8.115MB
bd273a30fe77: Pushed
9fc3a4f618e2: Pushing [==================================================>] 8.406MB
9fc3a4f618e2: Pushed
latest: digest: sha256:ca284d65673e0ef74f61ce56f000259f9e9c8747d0d90c6296662108b7ede113 size: 2202
The push refers to repository [devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui]
b3b23e0066ab: Preparing
bd273a30fe77: Preparing
b530ea6bba83: Preparing
9fc3a4f618e2: Preparing
69513666874f: Preparing
b1d550c21bbe: Preparing
c7287bbe934c: Preparing
659a6ef12ccb: Preparing
5bc340f6d4f5: Preparing
b1d550c21bbe: Waiting
c7287bbe934c: Waiting
659a6ef12ccb: Waiting
5bc340f6d4f5: Waiting
b3b23e0066ab: Layer already exists
b530ea6bba83: Layer already exists
69513666874f: Layer already exists
bd273a30fe77: Layer already exists
9fc3a4f618e2: Layer already exists
b1d550c21bbe: Layer already exists
c7287bbe934c: Layer already exists
659a6ef12ccb: Layer already exists
5bc340f6d4f5: Layer already exists
0.1.0.21: digest: sha256:ca284d65673e0ef74f61ce56f000259f9e9c8747d0d90c6296662108b7ede113 size: 2202
Docker Build Done