Build: #77 was successful
Job: Build Postfix was successful
Job result summary
- Completed
- Duration
- 10 seconds
- Agent
- yu.openmrs.org
- Revision
-
69c3d48af073dfa8a5f8ede7e9d952bd889cb896
- Successful since
- #54 ()
Error summary
The build generated some errors. See the full build log for more details.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
+ docker build --build-arg SMTP_SERVER=mail.jayasanka.me --build-arg SMTP_PORT=587 --build-arg SMTP_USERNAME=username --build-arg SMTP_PASSWORD=password --build-arg LDAP_BIND_PASSWORD=pass -t openmrsinfra/openmrs-id-postfix:nightly -t openmrsinfra/openmrs-id-postfix:3.6-69c3d48 postfix/
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 398B done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/alpine:3.18
#2 ...
#3 [auth] library/alpine:pull token for registry-1.docker.io
#3 DONE 0.0s
#2 [internal] load metadata for docker.io/library/alpine:3.18
#2 DONE 0.5s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.1s
#5 [internal] load build context
#5 DONE 0.0s
#6 [1/6] FROM docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f
#6 resolve docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f 0.0s done
#6 ...
#5 [internal] load build context
#5 transferring context: 3.97kB done
#5 DONE 0.1s
#6 [1/6] FROM docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f
#6 sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f 8.08kB / 8.08kB done
#6 sha256:fd032399cd767f310a1d1274e81cab9f0fd8a49b3589eba2c3420228cd45b6a7 1.02kB / 1.02kB done
#6 sha256:802c91d5298192c0f3a08101aeb5f9ade2992e22c9e27fa8b88eab82602550d0 582B / 582B done
#6 sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 0B / 3.42MB 0.1s
#6 sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 3.42MB / 3.42MB 0.1s done
#6 extracting sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 0.1s done
#6 DONE 0.4s
#7 [2/6] RUN apk update && apk add postfix postfix-ldap envsubst cyrus-sasl && apk cache clean
#7 0.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#7 0.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#7 1.026 v3.18.12-29-g985dc6af59f [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#7 1.026 v3.18.12-21-gb2b64b41a2f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#7 1.026 OK: 20070 distinct packages available
#7 1.308 (1/20) Installing gdbm (1.23-r1)
#7 1.368 (2/20) Installing krb5-conf (1.0-r2)
#7 1.380 (3/20) Installing libcom_err (1.47.0-r2)
#7 1.388 (4/20) Installing ncurses-terminfo-base (6.4_p20230506-r0)
#7 1.402 (5/20) Installing libncursesw (6.4_p20230506-r0)
#7 1.421 (6/20) Installing readline (8.2.1-r1)
#7 1.433 (7/20) Installing sqlite-libs (3.41.2-r3)
#7 1.452 (8/20) Installing heimdal-libs (7.8.0-r3)
#7 1.484 (9/20) Installing libsasl (2.1.28-r4)
#7 1.494 (10/20) Installing cyrus-sasl (2.1.28-r4)
#7 1.504 (11/20) Installing libintl (0.21.1-r7)
#7 1.512 (12/20) Installing gettext-envsubst (0.21.1-r7)
#7 1.521 (13/20) Installing icu-data-en (73.2-r2)
#7 1.549 Executing icu-data-en-73.2-r2.post-install
#7 1.552 *
#7 1.552 * If you need ICU with non-English locales and legacy charset support, install
#7 1.552 * package icu-data-full.
#7 1.552 *
#7 1.553 (14/20) Installing libgcc (12.2.1_git20220924-r10)
#7 1.562 (15/20) Installing libstdc++ (12.2.1_git20220924-r10)
#7 1.586 (16/20) Installing icu-libs (73.2-r2)
#7 1.624 (17/20) Installing lmdb (0.9.31-r0)
#7 1.633 (18/20) Installing postfix (3.8.9-r0)
#7 1.642 Executing postfix-3.8.9-r0.pre-install
#7 1.729 (19/20) Installing libldap (2.6.5-r0)
#7 1.740 (20/20) Installing postfix-ldap (3.8.9-r0)
#7 1.750 Executing busybox-1.36.1-r7.trigger
#7 1.756 OK: 25 MiB in 35 packages
#7 DONE 2.2s
#8 [3/6] COPY ./config /etc/postfix
#8 DONE 0.1s
#9 [4/6] RUN chmod 644 /etc/postfix/clients.cidr /etc/postfix/ldap-aliases.cf.tmpl /etc/postfix/main.cf.tmpl
#9 DONE 0.3s
#10 [5/6] COPY ./startup.sh /usr/local/bin/
#10 DONE 0.1s
#11 [6/6] RUN chmod +x /usr/local/bin/startup.sh
#11 DONE 0.3s
#12 exporting to image
#12 exporting layers
#12 exporting layers 0.3s done
#12 writing image sha256:a490f831f1a1f802251f32203e0d0edb9bfcbba15ee3754bd5a9852f1e176b41 done
#12 naming to docker.io/openmrsinfra/openmrs-id-postfix:nightly done
#12 naming to docker.io/openmrsinfra/openmrs-id-postfix:3.6-69c3d48 done
#12 DONE 0.3s
+ docker push openmrsinfra/openmrs-id-postfix:nightly
+ docker push openmrsinfra/openmrs-id-postfix:3.6-69c3d48
+ echo 'Inspecting image for id'
+ docker image inspect '--format={{index .RepoDigests 0}}' openmrsinfra/openmrs-id-postfix:3.6-69c3d48
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
+ docker build --build-arg SMTP_SERVER=mail.jayasanka.me --build-arg SMTP_PORT=587 --build-arg SMTP_USERNAME=username --build-arg SMTP_PASSWORD=password --build-arg LDAP_BIND_PASSWORD=pass -t openmrsinfra/openmrs-id-postfix:nightly -t openmrsinfra/openmrs-id-postfix:3.6-69c3d48 postfix/
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 398B done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/alpine:3.18
#2 ...
#3 [auth] library/alpine:pull token for registry-1.docker.io
#3 DONE 0.0s
#2 [internal] load metadata for docker.io/library/alpine:3.18
#2 DONE 0.5s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.1s
#5 [internal] load build context
#5 DONE 0.0s
#6 [1/6] FROM docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f
#6 resolve docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f 0.0s done
#6 ...
#5 [internal] load build context
#5 transferring context: 3.97kB done
#5 DONE 0.1s
#6 [1/6] FROM docker.io/library/alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f
#6 sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f 8.08kB / 8.08kB done
#6 sha256:fd032399cd767f310a1d1274e81cab9f0fd8a49b3589eba2c3420228cd45b6a7 1.02kB / 1.02kB done
#6 sha256:802c91d5298192c0f3a08101aeb5f9ade2992e22c9e27fa8b88eab82602550d0 582B / 582B done
#6 sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 0B / 3.42MB 0.1s
#6 sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 3.42MB / 3.42MB 0.1s done
#6 extracting sha256:44cf07d57ee4424189f012074a59110ee2065adfdde9c7d9826bebdffce0a885 0.1s done
#6 DONE 0.4s
#7 [2/6] RUN apk update && apk add postfix postfix-ldap envsubst cyrus-sasl && apk cache clean
#7 0.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#7 0.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#7 1.026 v3.18.12-29-g985dc6af59f [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#7 1.026 v3.18.12-21-gb2b64b41a2f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#7 1.026 OK: 20070 distinct packages available
#7 1.308 (1/20) Installing gdbm (1.23-r1)
#7 1.368 (2/20) Installing krb5-conf (1.0-r2)
#7 1.380 (3/20) Installing libcom_err (1.47.0-r2)
#7 1.388 (4/20) Installing ncurses-terminfo-base (6.4_p20230506-r0)
#7 1.402 (5/20) Installing libncursesw (6.4_p20230506-r0)
#7 1.421 (6/20) Installing readline (8.2.1-r1)
#7 1.433 (7/20) Installing sqlite-libs (3.41.2-r3)
#7 1.452 (8/20) Installing heimdal-libs (7.8.0-r3)
#7 1.484 (9/20) Installing libsasl (2.1.28-r4)
#7 1.494 (10/20) Installing cyrus-sasl (2.1.28-r4)
#7 1.504 (11/20) Installing libintl (0.21.1-r7)
#7 1.512 (12/20) Installing gettext-envsubst (0.21.1-r7)
#7 1.521 (13/20) Installing icu-data-en (73.2-r2)
#7 1.549 Executing icu-data-en-73.2-r2.post-install
#7 1.552 *
#7 1.552 * If you need ICU with non-English locales and legacy charset support, install
#7 1.552 * package icu-data-full.
#7 1.552 *
#7 1.553 (14/20) Installing libgcc (12.2.1_git20220924-r10)
#7 1.562 (15/20) Installing libstdc++ (12.2.1_git20220924-r10)
#7 1.586 (16/20) Installing icu-libs (73.2-r2)
#7 1.624 (17/20) Installing lmdb (0.9.31-r0)
#7 1.633 (18/20) Installing postfix (3.8.9-r0)
#7 1.642 Executing postfix-3.8.9-r0.pre-install
#7 1.729 (19/20) Installing libldap (2.6.5-r0)
#7 1.740 (20/20) Installing postfix-ldap (3.8.9-r0)
#7 1.750 Executing busybox-1.36.1-r7.trigger
#7 1.756 OK: 25 MiB in 35 packages
#7 DONE 2.2s
#8 [3/6] COPY ./config /etc/postfix
#8 DONE 0.1s
#9 [4/6] RUN chmod 644 /etc/postfix/clients.cidr /etc/postfix/ldap-aliases.cf.tmpl /etc/postfix/main.cf.tmpl
#9 DONE 0.3s
#10 [5/6] COPY ./startup.sh /usr/local/bin/
#10 DONE 0.1s
#11 [6/6] RUN chmod +x /usr/local/bin/startup.sh
#11 DONE 0.3s
#12 exporting to image
#12 exporting layers
#12 exporting layers 0.3s done
#12 writing image sha256:a490f831f1a1f802251f32203e0d0edb9bfcbba15ee3754bd5a9852f1e176b41 done
#12 naming to docker.io/openmrsinfra/openmrs-id-postfix:nightly done
#12 naming to docker.io/openmrsinfra/openmrs-id-postfix:3.6-69c3d48 done
#12 DONE 0.3s
+ docker push openmrsinfra/openmrs-id-postfix:nightly
+ docker push openmrsinfra/openmrs-id-postfix:3.6-69c3d48
+ echo 'Inspecting image for id'
+ docker image inspect '--format={{index .RepoDigests 0}}' openmrsinfra/openmrs-id-postfix:3.6-69c3d48