Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(150): spelling #43

Merged
merged 2 commits into from
Dec 9, 2024

Merge branch 'master' into patch-2

919bd6d
Select commit
Loading
Failed to load commit list.
Merged

fix(150): spelling #43

Merge branch 'master' into patch-2
919bd6d
Select commit
Loading
Failed to load commit list.
Google Cloud Build / on-pull-request (sb-devel) succeeded Dec 9, 2024 in 1m 28s

Summary

Build Information

Trigger on-pull-request
Build 365e793f-ac34-447a-9265-3d21fc9b19db
Start 2024-12-09T00:27:12-08:00
Duration 1m26.139s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 26.039s
gcr.io/cloud-builders/docker SUCCESS 27.409s
gcr.io/google.com/cloudsdktool/cloud-sdk SUCCESS 16.378s

Details

starting build "365e793f-ac34-447a-9265-3d21fc9b19db"

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            919bd6d75a68a402c6fb7c40b27c72ef1cecf78d -> FETCH_HEAD
HEAD is now at 919bd6d Merge branch 'master' into patch-2
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.8-cli-alpine3.19 AS builder
Step #0: 8.3.8-cli-alpine3.19: Pulling from library/php
Step #0: b84a74cde5af: Pulling fs layer
Step #0: 523087b9c271: Pulling fs layer
Step #0: 4d060ecc216f: Pulling fs layer
Step #0: 0597315652e0: Pulling fs layer
Step #0: 0a185a3f27c6: Pulling fs layer
Step #0: fb8feb3d98a7: Pulling fs layer
Step #0: 2c481329f4ca: Pulling fs layer
Step #0: 63ffe161840b: Pulling fs layer
Step #0: e9253a7e920e: Pulling fs layer
Step #0: 0597315652e0: Waiting
Step #0: 0a185a3f27c6: Waiting
Step #0: fb8feb3d98a7: Waiting
Step #0: 2c481329f4ca: Waiting
Step #0: 63ffe161840b: Waiting
Step #0: e9253a7e920e: Waiting
Step #0: b84a74cde5af: Verifying Checksum
Step #0: b84a74cde5af: Download complete
Step #0: 4d060ecc216f: Verifying Checksum
Step #0: 4d060ecc216f: Download complete
Step #0: 523087b9c271: Verifying Checksum
Step #0: 523087b9c271: Download complete
Step #0: b84a74cde5af: Pull complete
Step #0: 523087b9c271: Pull complete
Step #0: 0597315652e0: Download complete
Step #0: 4d060ecc216f: Pull complete
Step #0: 0597315652e0: Pull complete
Step #0: fb8feb3d98a7: Verifying Checksum
Step #0: fb8feb3d98a7: Download complete
Step #0: 0a185a3f27c6: Verifying Checksum
Step #0: 0a185a3f27c6: Download complete
Step #0: 63ffe161840b: Verifying Checksum
Step #0: 63ffe161840b: Download complete
Step #0: 0a185a3f27c6: Pull complete
Step #0: fb8feb3d98a7: Pull complete
Step #0: 2c481329f4ca: Verifying Checksum
Step #0: 2c481329f4ca: Download complete
Step #0: e9253a7e920e: Download complete
Step #0: 2c481329f4ca: Pull complete
Step #0: 63ffe161840b: Pull complete
Step #0: e9253a7e920e: Pull complete
Step #0: Digest: sha256:23854fe20586212892c0c85c269a84dddb46e52e430226bc14e3d9f1ebe49e41
Step #0: Status: Downloaded newer image for php:8.3.8-cli-alpine3.19
Step #0:  ---> 0356c270f8e9
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 6483087a3bc0
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-r19.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: 'minify_linux_amd64.tar.gz' saved
Step #0: �[0mRemoving intermediate container 6483087a3bc0
Step #0:  ---> f371d884048b
Step #0: Step 3/12 : COPY src/ .
Step #0:  ---> a0fa9bc0583c
Step #0: Step 4/12 : COPY db/ .
Step #0:  ---> 1962c693f57f
Step #0: Step 5/12 : RUN echo .quit | sqlite3 -init init.sql jks.db
Step #0:  ---> Running in c79684bf76f8
Step #0: Removing intermediate container c79684bf76f8
Step #0:  ---> 5ca7d93d187e
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 e3e55b01a911
Step #0: Removing intermediate container e3e55b01a911
Step #0:  ---> 474bdaadf822
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 4a6b93a6a341
Step #0: Removing intermediate container 4a6b93a6a341
Step #0:  ---> 20499dcab772
Step #0: Step 8/12 : FROM nginx:1.27.0-alpine-slim
Step #0: 1.27.0-alpine-slim: Pulling from library/nginx
Step #0: 46b060cc2620: Pulling fs layer
Step #0: 21af147d2ad5: Pulling fs layer
Step #0: b3ee43e51ca6: Pulling fs layer
Step #0: b17a9d410da1: Pulling fs layer
Step #0: 542e3e75411d: Pulling fs layer
Step #0: 2b2faad386df: Pulling fs layer
Step #0: a5e22afba545: Pulling fs layer
Step #0: b17a9d410da1: Waiting
Step #0: 542e3e75411d: Waiting
Step #0: 2b2faad386df: Waiting
Step #0: a5e22afba545: Waiting
Step #0: 46b060cc2620: Download complete
Step #0: b3ee43e51ca6: Verifying Checksum
Step #0: b3ee43e51ca6: Download complete
Step #0: 46b060cc2620: Pull complete
Step #0: b17a9d410da1: Verifying Checksum
Step #0: b17a9d410da1: Download complete
Step #0: 21af147d2ad5: Verifying Checksum
Step #0: 21af147d2ad5: Download complete
Step #0: 542e3e75411d: Verifying Checksum
Step #0: 542e3e75411d: Download complete
Step #0: 21af147d2ad5: Pull complete
Step #0: 2b2faad386df: Verifying Checksum
Step #0: 2b2faad386df: Download complete
Step #0: b3ee43e51ca6: Pull complete
Step #0: b17a9d410da1: Pull complete
Step #0: 542e3e75411d: Pull complete
Step #0: a5e22afba545: Verifying Checksum
Step #0: a5e22afba545: Download complete
Step #0: 2b2faad386df: Pull complete
Step #0: a5e22afba545: Pull complete
Step #0: Digest: sha256:a529900d9252ce5d04531a4a594f93736dbbe3ec155a692d10484be82aaa159a
Step #0: Status: Downloaded newer image for nginx:1.27.0-alpine-slim
Step #0:  ---> c17ebf724b3f
Step #0: Step 9/12 : COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Step #0:  ---> 6a78742e6a68
Step #0: Step 10/12 : COPY --from=builder /ejks /usr/share/nginx/html
Step #0:  ---> bb3f126ef708
Step #0: Step 11/12 : COPY src/favicon.ico src/googlee78c4ec223f14545.html /usr/share/nginx/html/
Step #0:  ---> 9e95e265397f
Step #0: Step 12/12 : COPY src/ico /usr/share/nginx/html/ico
Step #0:  ---> 3ef4f2558a98
Step #0: Successfully built 3ef4f2558a98
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:919bd6d
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: 7f52ca526155: Preparing
Step #1: 1ecd5442c94d: Preparing
Step #1: 984082e2f36d: Preparing
Step #1: 26cbd49d35c5: Preparing
Step #1: 2ee64cbdc81d: Preparing
Step #1: a0bde08c3815: Preparing
Step #1: 3be2be874bba: Preparing
Step #1: fb5df5db7bbd: Preparing
Step #1: eadc278e8f9e: Preparing
Step #1: 9dca7439e1b3: Preparing
Step #1: b895814e9e64: Preparing
Step #1: a0bde08c3815: Waiting
Step #1: 3be2be874bba: Waiting
Step #1: fb5df5db7bbd: Waiting
Step #1: eadc278e8f9e: Waiting
Step #1: 9dca7439e1b3: Waiting
Step #1: b895814e9e64: Waiting
Step #1: 984082e2f36d: Pushed
Step #1: 1ecd5442c94d: Pushed
Step #1: 7f52ca526155: Pushed
Step #1: 26cbd49d35c5: Pushed
Step #1: 2ee64cbdc81d: Pushed
Step #1: 3be2be874bba: Pushed
Step #1: a0bde08c3815: Pushed
Step #1: fb5df5db7bbd: Pushed
Step #1: eadc278e8f9e: Pushed
Step #1: 9dca7439e1b3: Pushed
Step #1: b895814e9e64: Pushed
Step #1: 919bd6d: digest: sha256:8459f618b1d554d36672b46bb9aeed15f1ff994ccb3c83499e2c0c4a672ed2f3 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:86cc09d835c1652ad61fe8312e6a9ee2836cd2627e7a03bbab023c9372dc3773
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-00020-svd] 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:919bd6d
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
7f52ca526155: Preparing
1ecd5442c94d: Preparing
984082e2f36d: Preparing
26cbd49d35c5: Preparing
2ee64cbdc81d: Preparing
a0bde08c3815: Preparing
3be2be874bba: Preparing
fb5df5db7bbd: Preparing
eadc278e8f9e: Preparing
9dca7439e1b3: Preparing
b895814e9e64: Preparing
a0bde08c3815: Waiting
3be2be874bba: Waiting
fb5df5db7bbd: Waiting
eadc278e8f9e: Waiting
9dca7439e1b3: Waiting
b895814e9e64: Waiting
984082e2f36d: Layer already exists
2ee64cbdc81d: Layer already exists
7f52ca526155: Layer already exists
1ecd5442c94d: Layer already exists
26cbd49d35c5: Layer already exists
a0bde08c3815: Layer already exists
3be2be874bba: Layer already exists
fb5df5db7bbd: Layer already exists
eadc278e8f9e: Layer already exists
9dca7439e1b3: Layer already exists
b895814e9e64: Layer already exists
919bd6d: digest: sha256:8459f618b1d554d36672b46bb9aeed15f1ff994ccb3c83499e2c0c4a672ed2f3 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]
7f52ca526155: Preparing
1ecd5442c94d: Preparing
984082e2f36d: Preparing
26cbd49d35c5: Preparing
2ee64cbdc81d: Preparing
a0bde08c3815: Preparing
3be2be874bba: Preparing
fb5df5db7bbd: Preparing
eadc278e8f9e: Preparing
9dca7439e1b3: Preparing
b895814e9e64: Preparing
a0bde08c3815: Waiting
3be2be874bba: Waiting
fb5df5db7bbd: Waiting
eadc278e8f9e: Waiting
9dca7439e1b3: Waiting
b895814e9e64: Waiting
984082e2f36d: Layer already exists
7f52ca526155: Layer already exists
26cbd49d35c5: Layer already exists
2ee64cbdc81d: Layer already exists
1ecd5442c94d: Layer already exists
a0bde08c3815: Layer already exists
3be2be874bba: Layer already exists
eadc278e8f9e: Layer already exists
9dca7439e1b3: Layer already exists
fb5df5db7bbd: Layer already exists
b895814e9e64: Layer already exists
latest: digest: sha256:8459f618b1d554d36672b46bb9aeed15f1ff994ccb3c83499e2c0c4a672ed2f3 size: 2610
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/365e793f-ac34-447a-9265-3d21fc9b19db?project=364736373373