fix(docker): bump nginx from 1.25.4-alpine-slim to 1.26.0-alpine-slim #30
Google Cloud Build / on-pull-request (sb-devel)
succeeded
May 2, 2024 in 1m 49s
Summary
Build Information
Trigger | on-pull-request |
Build | bbce33b8-fcdd-4937-ab99-4aabf26a58ea |
Start | 2024-05-02T01:13:10-07:00 |
Duration | 1m47.947s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
gcr.io/cloud-builders/docker | SUCCESS | 16.385s |
gcr.io/cloud-builders/docker | SUCCESS | 12.681s |
gcr.io/google.com/cloudsdktool/cloud-sdk | SUCCESS | 1m8.143s |
Details
starting build "bbce33b8-fcdd-4937-ab99-4aabf26a58ea"
FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/stanislavbebej/ejks
* branch 2f214b87bbb7800e209539ecdc212fc7ad42230b -> FETCH_HEAD
HEAD is now at 2f214b8 fix(docker): bump nginx from 1.25.4-alpine-slim to 1.26.0-alpine-slim
BUILD
Starting Step #0
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #0: Sending build context to Docker daemon 1.048MB
Step #0: Step 1/12 : FROM php:8.3.6-cli-alpine3.19 AS builder
Step #0: 8.3.6-cli-alpine3.19: Pulling from library/php
Step #0: Digest: sha256:5b93d358bc50cabbb142aa637f6096483889d11f056a106bb08de446410a5aa4
Step #0: Status: Downloaded newer image for php:8.3.6-cli-alpine3.19
Step #0: ---> dfd6587a8340
Step #0: Step 2/12 : RUN apk --no-cache add sqlite && wget https://github.com/tdewolff/minify/releases/download/v2.20.10/minify_linux_amd64.tar.gz && tar -zxf minify_linux_amd64.tar.gz -C /usr/local/bin minify
Step #0: ---> Running in 60c34299257a
Step #0: fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
Step #0: fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
Step #0: (1/1) Installing sqlite (3.44.2-r0)
Step #0: Executing busybox-1.36.1-r15.trigger
Step #0: OK: 21 MiB in 39 packages
Step #0: �[91mConnecting to github.com (140.82.112.3:443)
Step #0: �[0m�[91mConnecting to objects.githubusercontent.com (185.199.108.133:443)
Step #0: �[0m�[91msaving to 'minify_linux_amd64.tar.gz'
Step #0: �[0m�[91mminify_linux_amd64.t �[0m�[91m100% �[0m�[91m|********************************| �[0m�[91m1760k�[0m�[91m 0:00:00 ETA�[0m�[91m
Step #0: �[0m�[91m'minify_linux_amd64.tar.gz' saved
Step #0: �[0mRemoving intermediate container 60c34299257a
Step #0: ---> f9203cb681d5
Step #0: Step 3/12 : COPY src/ .
Step #0: ---> 1e6cf96480f4
Step #0: Step 4/12 : COPY db/ .
Step #0: ---> 23ba23f9b227
Step #0: Step 5/12 : RUN echo .quit | sqlite3 -init init.sql jks.db
Step #0: ---> Running in 91df23144110
Step #0: Removing intermediate container 91df23144110
Step #0: ---> b3c979e810f3
Step #0: Step 6/12 : RUN mkdir /ejks && php index.php | minify --type html | tr -d '\n' > /ejks/index.html && php info.php | minify --type html | tr -d '\n' > /ejks/info.html && echo "SELECT cislo FROM jks WHERE strofa = 0 ORDER BY cislo" | sqlite3 jks.db > piesen.list && for i in $(cat piesen.list); do php-cgi -q jks.php id=$i | minify --type html | tr -d '\n' > /ejks/$i.html; done
Step #0: ---> Running in 24780a2a62d7
Step #0: Removing intermediate container 24780a2a62d7
Step #0: ---> c94159ba78b8
Step #0: Step 7/12 : RUN find /ejks -type f -name '*.html' | sed 's#/ejks#https://ejks.sk#g' | sort -u > /ejks/sitemap.txt
Step #0: ---> Running in 746e8454991e
Step #0: Removing intermediate container 746e8454991e
Step #0: ---> ae7243010853
Step #0: Step 8/12 : FROM nginx:1.26.0-alpine-slim
Step #0: 1.26.0-alpine-slim: Pulling from library/nginx
Step #0: 4abcf2066143: Already exists
Step #0: 091275ae6807: Pulling fs layer
Step #0: 680080a33f4f: Pulling fs layer
Step #0: b04f45f24a9c: Pulling fs layer
Step #0: 26087820d60a: Pulling fs layer
Step #0: bd75bb60cdbb: Pulling fs layer
Step #0: 125d178ee43c: Pulling fs layer
Step #0: 26087820d60a: Waiting
Step #0: bd75bb60cdbb: Waiting
Step #0: 125d178ee43c: Waiting
Step #0: 680080a33f4f: Download complete
Step #0: b04f45f24a9c: Download complete
Step #0: 091275ae6807: Verifying Checksum
Step #0: 091275ae6807: Download complete
Step #0: 26087820d60a: Verifying Checksum
Step #0: 26087820d60a: Download complete
Step #0: bd75bb60cdbb: Verifying Checksum
Step #0: bd75bb60cdbb: Download complete
Step #0: 091275ae6807: Pull complete
Step #0: 680080a33f4f: Pull complete
Step #0: 125d178ee43c: Verifying Checksum
Step #0: 125d178ee43c: Download complete
Step #0: b04f45f24a9c: Pull complete
Step #0: 26087820d60a: Pull complete
Step #0: bd75bb60cdbb: Pull complete
Step #0: 125d178ee43c: Pull complete
Step #0: Digest: sha256:8545de7d520d684e2683e05447696dcaeab9d9776a9562682f70944966043666
Step #0: Status: Downloaded newer image for nginx:1.26.0-alpine-slim
Step #0: ---> 6480310617db
Step #0: Step 9/12 : COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Step #0: ---> d25f17146146
Step #0: Step 10/12 : COPY --from=builder /ejks /usr/share/nginx/html
Step #0: ---> 12259c80acab
Step #0: Step 11/12 : COPY src/favicon.ico src/googlee78c4ec223f14545.html /usr/share/nginx/html/
Step #0: ---> a44c78520760
Step #0: Step 12/12 : COPY src/ico /usr/share/nginx/html/ico
Step #0: ---> 45f5bff861be
Step #0: Successfully built 45f5bff861be
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:2f214b8
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
Step #1: 7b11c693a879: Preparing
Step #1: 4e7613e91839: Preparing
Step #1: 8f688ffed10e: Preparing
Step #1: 4e3a657f79d0: Preparing
Step #1: d74615ba5d49: Preparing
Step #1: d0a420a23105: Preparing
Step #1: 8bcdb41950bd: Preparing
Step #1: ad00c3770f63: Preparing
Step #1: 4531681221ae: Preparing
Step #1: c66017523a93: Preparing
Step #1: d4fc045c9e3a: Preparing
Step #1: d0a420a23105: Waiting
Step #1: 8bcdb41950bd: Waiting
Step #1: ad00c3770f63: Waiting
Step #1: 4531681221ae: Waiting
Step #1: c66017523a93: Waiting
Step #1: d4fc045c9e3a: Waiting
Step #1: 4e3a657f79d0: Pushed
Step #1: 7b11c693a879: Pushed
Step #1: 4e7613e91839: Pushed
Step #1: 8f688ffed10e: Pushed
Step #1: d74615ba5d49: Pushed
Step #1: ad00c3770f63: Pushed
Step #1: 4531681221ae: Pushed
Step #1: d0a420a23105: Pushed
Step #1: 8bcdb41950bd: Pushed
Step #1: c66017523a93: Pushed
Step #1: d4fc045c9e3a: Pushed
Step #1: 2f214b8: digest: sha256:77e6cc959429d85fcf24e839b9e29e5b994f2bd516a1f615a591743b1837873a size: 2610
Finished Step #1
Starting Step #2
Step #2: Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk
Step #2: Using default tag: latest
Step #2: latest: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2: 646e886fa3cf: Already exists
Step #2: f106d4277b31: Pulling fs layer
Step #2: e85a55b2bd2f: Pulling fs layer
Step #2: dcd2eed0d9cd: Pulling fs layer
Step #2: a7cc1c2f516a: Pulling fs layer
Step #2: 910af02e9aaa: Pulling fs layer
Step #2: d2db11bcc228: Pulling fs layer
Step #2: a7cc1c2f516a: Waiting
Step #2: 910af02e9aaa: Waiting
Step #2: d2db11bcc228: Waiting
Step #2: dcd2eed0d9cd: Verifying Checksum
Step #2: dcd2eed0d9cd: Download complete
Step #2: e85a55b2bd2f: Verifying Checksum
Step #2: e85a55b2bd2f: Download complete
Step #2: f106d4277b31: Verifying Checksum
Step #2: f106d4277b31: Download complete
Step #2: d2db11bcc228: Verifying Checksum
Step #2: d2db11bcc228: Download complete
Step #2: 910af02e9aaa: Verifying Checksum
Step #2: 910af02e9aaa: Download complete
Step #2: f106d4277b31: Pull complete
Step #2: e85a55b2bd2f: Pull complete
Step #2: dcd2eed0d9cd: Pull complete
Step #2: a7cc1c2f516a: Verifying Checksum
Step #2: a7cc1c2f516a: Download complete
Step #2: a7cc1c2f516a: Pull complete
Step #2: 910af02e9aaa: Pull complete
Step #2: d2db11bcc228: Pull complete
Step #2: Digest: sha256:77d0b8dca15d0e14368addbfeda9fa96eab5c313ded8eb5b8d73f851cd7f4588
Step #2: Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2: Deploying container to Cloud Run service [ejks-sk] in project [sb-devel] region [europe-west1]
Step #2: Deploying...
Step #2: Creating Revision.............................................................done
Step #2: Routing traffic.....done
Step #2: Done.
Step #2: Service [ejks-sk] revision [ejks-sk-00012-nmc] has been deployed and is serving 100 percent of traffic.
Step #2: Service URL: https://ejks-sk-2eqtiwxg2q-ew.a.run.app
Finished Step #2
PUSH
Pushing europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:2f214b8
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
7b11c693a879: Preparing
4e7613e91839: Preparing
8f688ffed10e: Preparing
4e3a657f79d0: Preparing
d74615ba5d49: Preparing
d0a420a23105: Preparing
8bcdb41950bd: Preparing
ad00c3770f63: Preparing
4531681221ae: Preparing
c66017523a93: Preparing
d4fc045c9e3a: Preparing
d0a420a23105: Waiting
8bcdb41950bd: Waiting
ad00c3770f63: Waiting
4531681221ae: Waiting
c66017523a93: Waiting
d4fc045c9e3a: Waiting
4e3a657f79d0: Layer already exists
7b11c693a879: Layer already exists
8f688ffed10e: Layer already exists
d74615ba5d49: Layer already exists
4e7613e91839: Layer already exists
d0a420a23105: Layer already exists
4531681221ae: Layer already exists
ad00c3770f63: Layer already exists
8bcdb41950bd: Layer already exists
c66017523a93: Layer already exists
d4fc045c9e3a: Layer already exists
2f214b8: digest: sha256:77e6cc959429d85fcf24e839b9e29e5b994f2bd516a1f615a591743b1837873a size: 2610
Pushing europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:latest
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
7b11c693a879: Preparing
4e7613e91839: Preparing
8f688ffed10e: Preparing
4e3a657f79d0: Preparing
d74615ba5d49: Preparing
d0a420a23105: Preparing
8bcdb41950bd: Preparing
ad00c3770f63: Preparing
4531681221ae: Preparing
c66017523a93: Preparing
d4fc045c9e3a: Preparing
d0a420a23105: Waiting
8bcdb41950bd: Waiting
ad00c3770f63: Waiting
4531681221ae: Waiting
c66017523a93: Waiting
d4fc045c9e3a: Waiting
4e3a657f79d0: Layer already exists
8f688ffed10e: Layer already exists
7b11c693a879: Layer already exists
d74615ba5d49: Layer already exists
4e7613e91839: Layer already exists
8bcdb41950bd: Layer already exists
4531681221ae: Layer already exists
ad00c3770f63: Layer already exists
c66017523a93: Layer already exists
d0a420a23105: Layer already exists
d4fc045c9e3a: Layer already exists
latest: digest: sha256:77e6cc959429d85fcf24e839b9e29e5b994f2bd516a1f615a591743b1837873a size: 2610
DONE
Loading