Update jks.csv#49
Merged
Merged
Google Cloud Build / on-pull-request (sb-devel)
succeeded
Jul 10, 2025 in 1m 6s
Summary
Build Information
| Trigger | on-pull-request |
| Build | a7df11b8-241e-479d-b361-0a8d60fafeb3 |
| Start | 2025-07-10T04:17:57-07:00 |
| Duration | 1m3.907s |
| Status | SUCCESS |
Steps
| Step | Status | Duration |
|---|---|---|
| gcr.io/cloud-builders/docker | SUCCESS | 22.495s |
| gcr.io/cloud-builders/docker | SUCCESS | 11.929s |
| gcr.io/google.com/cloudsdktool/cloud-sdk | SUCCESS | 14.58s |
Details
starting build "a7df11b8-241e-479d-b361-0a8d60fafeb3"
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 68125ee5ada7297dd2cb1c111b0f737f8430c8b6 -> FETCH_HEAD
HEAD is now at 68125ee Update jks.csv
GitCommit:
68125ee5ada7297dd2cb1c111b0f737f8430c8b6
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.05MB
Step #0: Step 1/12 : FROM php:8.4.1-cli-alpine3.19 AS builder
Step #0: 8.4.1-cli-alpine3.19: Pulling from library/php
Step #0: a7cd7d9a2144: Pulling fs layer
Step #0: 20cbd4e92d4a: Pulling fs layer
Step #0: 2cb311e71f75: Pulling fs layer
Step #0: 296342bcbcd7: Pulling fs layer
Step #0: 62e274a821e9: Pulling fs layer
Step #0: 5c5e855d634b: Pulling fs layer
Step #0: be2a946d63e6: Pulling fs layer
Step #0: ac12611a3879: Pulling fs layer
Step #0: 182f867c2a19: Pulling fs layer
Step #0: 296342bcbcd7: Waiting
Step #0: 62e274a821e9: Waiting
Step #0: 5c5e855d634b: Waiting
Step #0: be2a946d63e6: Waiting
Step #0: ac12611a3879: Waiting
Step #0: 182f867c2a19: Waiting
Step #0: 2cb311e71f75: Verifying Checksum
Step #0: 2cb311e71f75: Download complete
Step #0: 20cbd4e92d4a: Verifying Checksum
Step #0: 20cbd4e92d4a: Download complete
Step #0: a7cd7d9a2144: Download complete
Step #0: 296342bcbcd7: Verifying Checksum
Step #0: 296342bcbcd7: Download complete
Step #0: a7cd7d9a2144: Pull complete
Step #0: 5c5e855d634b: Verifying Checksum
Step #0: 5c5e855d634b: Download complete
Step #0: ac12611a3879: Verifying Checksum
Step #0: ac12611a3879: Download complete
Step #0: 62e274a821e9: Verifying Checksum
Step #0: 62e274a821e9: Download complete
Step #0: 20cbd4e92d4a: Pull complete
Step #0: 182f867c2a19: Verifying Checksum
Step #0: 182f867c2a19: Download complete
Step #0: be2a946d63e6: Verifying Checksum
Step #0: be2a946d63e6: Download complete
Step #0: 2cb311e71f75: Pull complete
Step #0: 296342bcbcd7: Pull complete
Step #0: 62e274a821e9: Pull complete
Step #0: 5c5e855d634b: Pull complete
Step #0: be2a946d63e6: Pull complete
Step #0: ac12611a3879: Pull complete
Step #0: 182f867c2a19: Pull complete
Step #0: Digest: sha256:347efd00e57c7953b4b30f9b4784313dbec5f245ce62d3adb92e68f76be70944
Step #0: Status: Downloaded newer image for php:8.4.1-cli-alpine3.19
Step #0: ---> 57a9933aefb6
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 91d1825da341
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-r1)
Step #0: Executing busybox-1.36.1-r19.trigger
Step #0: OK: 21 MiB in 39 packages
Step #0: �[91mConnecting to github.com (140.82.113.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 100% |********************************| 1760k 0:00:00 ETA
Step #0: 'minify_linux_amd64.tar.gz' saved
Step #0: �[0mRemoving intermediate container 91d1825da341
Step #0: ---> d6db1a7f53df
Step #0: Step 3/12 : COPY src/ .
Step #0: ---> 61882a1bdf9c
Step #0: Step 4/12 : COPY db/ .
Step #0: ---> 7ac915c1b4a0
Step #0: Step 5/12 : RUN echo .quit | sqlite3 -init init.sql jks.db
Step #0: ---> Running in a272ba18eee6
Step #0: Removing intermediate container a272ba18eee6
Step #0: ---> 92e71fbec7a5
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 d16e4cdb7b6b
Step #0: Removing intermediate container d16e4cdb7b6b
Step #0: ---> a69810b80ca1
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 c7fa352c5b60
Step #0: Removing intermediate container c7fa352c5b60
Step #0: ---> 2cfbeea59522
Step #0: Step 8/12 : FROM nginx:1.27.3-alpine-slim
Step #0: 1.27.3-alpine-slim: Pulling from library/nginx
Step #0: 66a3d608f3fa: Pulling fs layer
Step #0: 58290db888fa: Pulling fs layer
Step #0: 5d777e0071f6: Pulling fs layer
Step #0: dbcfe8732ee6: Pulling fs layer
Step #0: 37d775ecfbb9: Pulling fs layer
Step #0: e0350d1fd4dd: Pulling fs layer
Step #0: 1f4aa363b71a: Pulling fs layer
Step #0: 37d775ecfbb9: Waiting
Step #0: e0350d1fd4dd: Waiting
Step #0: dbcfe8732ee6: Waiting
Step #0: 1f4aa363b71a: Waiting
Step #0: 5d777e0071f6: Verifying Checksum
Step #0: 5d777e0071f6: Download complete
Step #0: 58290db888fa: Verifying Checksum
Step #0: 58290db888fa: Download complete
Step #0: 66a3d608f3fa: Download complete
Step #0: 37d775ecfbb9: Verifying Checksum
Step #0: 37d775ecfbb9: Download complete
Step #0: dbcfe8732ee6: Verifying Checksum
Step #0: dbcfe8732ee6: Download complete
Step #0: e0350d1fd4dd: Verifying Checksum
Step #0: e0350d1fd4dd: Download complete
Step #0: 66a3d608f3fa: Pull complete
Step #0: 1f4aa363b71a: Verifying Checksum
Step #0: 1f4aa363b71a: Download complete
Step #0: 58290db888fa: Pull complete
Step #0: 5d777e0071f6: Pull complete
Step #0: dbcfe8732ee6: Pull complete
Step #0: 37d775ecfbb9: Pull complete
Step #0: e0350d1fd4dd: Pull complete
Step #0: 1f4aa363b71a: Pull complete
Step #0: Digest: sha256:5a56ae385906c5b43ccc99379bce883aa93dc0556d7f705ba501d819925e8fa1
Step #0: Status: Downloaded newer image for nginx:1.27.3-alpine-slim
Step #0: ---> 9765c8de364c
Step #0: Step 9/12 : COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Step #0: ---> 00d2f5d47276
Step #0: Step 10/12 : COPY --from=builder /ejks /usr/share/nginx/html
Step #0: ---> 090984ce7059
Step #0: Step 11/12 : COPY src/favicon.ico src/googlee78c4ec223f14545.html /usr/share/nginx/html/
Step #0: ---> 7a96fbce1b97
Step #0: Step 12/12 : COPY src/ico /usr/share/nginx/html/ico
Step #0: ---> e7296c5d5081
Step #0: Successfully built e7296c5d5081
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:68125ee
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: 4a86cf613a97: Preparing
Step #1: 7557cc208613: Preparing
Step #1: 3604d7f4991a: Preparing
Step #1: bb57675cedbe: Preparing
Step #1: 23625999797d: Preparing
Step #1: 9aa22afcf27f: Preparing
Step #1: 59a5cb944b91: Preparing
Step #1: 598e577f3a23: Preparing
Step #1: fd5f65a144ef: Preparing
Step #1: a8903c9578e9: Preparing
Step #1: ce5a8cde9eee: Preparing
Step #1: 9aa22afcf27f: Waiting
Step #1: 59a5cb944b91: Waiting
Step #1: 598e577f3a23: Waiting
Step #1: fd5f65a144ef: Waiting
Step #1: a8903c9578e9: Waiting
Step #1: ce5a8cde9eee: Waiting
Step #1: 23625999797d: Layer already exists
Step #1: 9aa22afcf27f: Layer already exists
Step #1: 59a5cb944b91: Layer already exists
Step #1: 598e577f3a23: Layer already exists
Step #1: fd5f65a144ef: Layer already exists
Step #1: 7557cc208613: Pushed
Step #1: 3604d7f4991a: Pushed
Step #1: 4a86cf613a97: Pushed
Step #1: bb57675cedbe: Pushed
Step #1: a8903c9578e9: Layer already exists
Step #1: ce5a8cde9eee: Layer already exists
Step #1: 68125ee: digest: sha256:f2ae34ddd108e77f95461f05d2902f6376ece8c5233d43b44b965d264e35f99f 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: Digest: sha256:99c8977b5214a2c7da1cd0a77910f37bfbc7d8c3737446b886a5c058706c4c7c
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-00025-96l] has been deployed and is serving 100 percent of traffic.
Step #2: Service URL: https://ejks-sk-364736373373.europe-west1.run.app
Finished Step #2
PUSH
Pushing europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:68125ee
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
4a86cf613a97: Preparing
7557cc208613: Preparing
3604d7f4991a: Preparing
bb57675cedbe: Preparing
23625999797d: Preparing
9aa22afcf27f: Preparing
59a5cb944b91: Preparing
598e577f3a23: Preparing
fd5f65a144ef: Preparing
a8903c9578e9: Preparing
ce5a8cde9eee: Preparing
59a5cb944b91: Waiting
598e577f3a23: Waiting
fd5f65a144ef: Waiting
a8903c9578e9: Waiting
ce5a8cde9eee: Waiting
9aa22afcf27f: Waiting
3604d7f4991a: Layer already exists
4a86cf613a97: Layer already exists
23625999797d: Layer already exists
7557cc208613: Layer already exists
bb57675cedbe: Layer already exists
59a5cb944b91: Layer already exists
598e577f3a23: Layer already exists
fd5f65a144ef: Layer already exists
a8903c9578e9: Layer already exists
9aa22afcf27f: Layer already exists
ce5a8cde9eee: Layer already exists
68125ee: digest: sha256:f2ae34ddd108e77f95461f05d2902f6376ece8c5233d43b44b965d264e35f99f 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]
4a86cf613a97: Preparing
7557cc208613: Preparing
3604d7f4991a: Preparing
bb57675cedbe: Preparing
23625999797d: Preparing
9aa22afcf27f: Preparing
59a5cb944b91: Preparing
598e577f3a23: Preparing
fd5f65a144ef: Preparing
a8903c9578e9: Preparing
ce5a8cde9eee: Preparing
9aa22afcf27f: Waiting
59a5cb944b91: Waiting
598e577f3a23: Waiting
fd5f65a144ef: Waiting
a8903c9578e9: Waiting
ce5a8cde9eee: Waiting
bb57675cedbe: Layer already exists
23625999797d: Layer already exists
4a86cf613a97: Layer already exists
3604d7f4991a: Layer already exists
7557cc208613: Layer already exists
9aa22afcf27f: Layer already exists
a8903c9578e9: Layer already exists
598e577f3a23: Layer already exists
59a5cb944b91: Layer already exists
fd5f65a144ef: Layer already exists
ce5a8cde9eee: Layer already exists
latest: digest: sha256:f2ae34ddd108e77f95461f05d2902f6376ece8c5233d43b44b965d264e35f99f size: 2610
DONE
Loading