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 2c9f6fd76a27
---> Removed intermediate container 2c9f6fd76a27
---> 472832071574
Step 3/9 : ENV NODE_ENV=production
---> Running in a8225d9d044d
---> Removed intermediate container a8225d9d044d
---> 5cfba02fffc7
Step 4/9 : RUN npm install -global --ignore-scripts http-server
---> Running in 8d855bc4bd2a
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
[91mnotice
[0m
---> Removed intermediate container 8d855bc4bd2a
---> 4f80aeea2098
Step 5/9 : USER nonroot
---> Running in 77e7f299fbca
---> Removed intermediate container 77e7f299fbca
---> a441ac9dcf11
Step 6/9 : RUN mkdir -p /home/nonroot/docker/artifact
---> Running in 6c6cdd24d182
---> Removed intermediate container 6c6cdd24d182
---> 54d0df32260b
Step 7/9 : COPY --chown=nonroot:nonroot dist /home/nonroot/docker/artifact/
---> 9c6dd65bea24
Step 8/9 : COPY start.sh /home/nonroot/docker/artifact/
---> f4b14f56037c
Step 9/9 : CMD [ "sh", "/home/nonroot/docker/artifact/start.sh" ]
---> Running in 6ccff1c0dd49
---> Removed intermediate container 6ccff1c0dd49
---> d48bcec405aa
Successfully built d48bcec405aa
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.20
Docker Build Response : d48bcec405aa
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.20]
The push refers to repository [devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui]
e9a8c000a046: Preparing
af48ac17293e: Preparing
e84a2b5b55ba: Preparing
cfe1a4521664: Preparing
283bf5b635e3: Preparing
b1d550c21bbe: Preparing
c7287bbe934c: Preparing
659a6ef12ccb: Preparing
5bc340f6d4f5: Preparing
b1d550c21bbe: Waiting
c7287bbe934c: Waiting
659a6ef12ccb: Waiting
5bc340f6d4f5: Waiting
283bf5b635e3: Pushing [=====> ] 512B/4.894kB
283bf5b635e3: Pushing [==================================================>] 11.78kB
af48ac17293e: Pushing [> ] 68.61kB/6.173MB
e9a8c000a046: Pushing [==================================================>] 512B
e9a8c000a046: Pushing [==================================================>] 4.096kB
cfe1a4521664: Pushing [> ] 89.09kB/7.309MB
e84a2b5b55ba: Pushing 3.072kB
283bf5b635e3: Pushed
e9a8c000a046: Pushed
e84a2b5b55ba: Pushed
b1d550c21bbe: Layer already exists
659a6ef12ccb: Layer already exists
c7287bbe934c: Layer already exists
5bc340f6d4f5: Layer already exists
af48ac17293e: Pushing [===============> ] 1.871MB/6.173MB
cfe1a4521664: Pushing [=======================> ] 3.497MB/7.309MB
af48ac17293e: Pushing [=========================> ] 3.101MB/6.173MB
cfe1a4521664: Pushing [================================> ] 4.764MB/7.309MB
af48ac17293e: Pushing [=================================> ] 4.166MB/6.173MB
cfe1a4521664: Pushing [========================================> ] 5.875MB/7.309MB
af48ac17293e: Pushing [===========================================> ] 5.329MB/6.173MB
cfe1a4521664: Pushing [==============================================> ] 6.732MB/7.309MB
af48ac17293e: Pushing [==================================================>] 6.237MB
cfe1a4521664: Pushing [==================================================>] 7.645MB
af48ac17293e: Pushed
cfe1a4521664: Pushing [==================================================>] 8.406MB
cfe1a4521664: Pushed
latest: digest: sha256:0d8e62972f30cf2aeab9702cb129f0235f0337c6dbfa41ba81da167947762d49 size: 2202
The push refers to repository [devel.data-in-motion.biz:6000/scj/model-atlas-cloud-ui]
e9a8c000a046: Preparing
af48ac17293e: Preparing
e84a2b5b55ba: Preparing
cfe1a4521664: Preparing
283bf5b635e3: Preparing
b1d550c21bbe: Preparing
c7287bbe934c: Preparing
659a6ef12ccb: Preparing
5bc340f6d4f5: Preparing
c7287bbe934c: Waiting
659a6ef12ccb: Waiting
b1d550c21bbe: Waiting
5bc340f6d4f5: Waiting
e84a2b5b55ba: Layer already exists
af48ac17293e: Layer already exists
e9a8c000a046: Layer already exists
283bf5b635e3: Layer already exists
cfe1a4521664: Layer already exists
b1d550c21bbe: Layer already exists
c7287bbe934c: Layer already exists
5bc340f6d4f5: Layer already exists
659a6ef12ccb: Layer already exists
0.1.0.20: digest: sha256:0d8e62972f30cf2aeab9702cb129f0235f0337c6dbfa41ba81da167947762d49 size: 2202
Docker Build Done