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(docker): bump php from 8.3.3-cli-alpine3.19 to 8.3.6-cli-alpine3.19 #29

Merged
merged 1 commit into from
May 2, 2024

fix(docker): bump php from 8.3.3-cli-alpine3.19 to 8.3.6-cli-alpine3.19

6e42d4f
Select commit
Loading
Failed to load commit list.
Merged

fix(docker): bump php from 8.3.3-cli-alpine3.19 to 8.3.6-cli-alpine3.19 #29

fix(docker): bump php from 8.3.3-cli-alpine3.19 to 8.3.6-cli-alpine3.19
6e42d4f
Select commit
Loading
Failed to load commit list.
Google Cloud Build / on-pull-request (sb-devel) succeeded May 2, 2024 in 2m 18s

Summary

Build Information

Trigger on-pull-request
Build 15f7a87e-4454-42ee-8fc3-9577e5a5503c
Start 2024-05-02T01:08:41-07:00
Duration 2m15.986s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 19.175s
gcr.io/cloud-builders/docker SUCCESS 22.102s
gcr.io/google.com/cloudsdktool/cloud-sdk SUCCESS 1m19.146s

Details

starting build "15f7a87e-4454-42ee-8fc3-9577e5a5503c"

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            6e42d4f62b2f441c0437dcb6a22df143a0b71249 -> FETCH_HEAD
HEAD is now at 6e42d4f fix(docker): bump php from 8.3.3-cli-alpine3.19 to 8.3.6-cli-alpine3.19
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 3ddf1303cda9
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.116.4: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 3ddf1303cda9
Step #0:  ---> 1cfa53f8e95a
Step #0: Step 3/12 : COPY src/ .
Step #0:  ---> e5b1193ecba0
Step #0: Step 4/12 : COPY db/ .
Step #0:  ---> f82b3fa138ef
Step #0: Step 5/12 : RUN echo .quit | sqlite3 -init init.sql jks.db
Step #0:  ---> Running in cb1797f74b65
Step #0: Removing intermediate container cb1797f74b65
Step #0:  ---> 1ef19311d05f
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 48323d765d4d
Step #0: Removing intermediate container 48323d765d4d
Step #0:  ---> 9a90114f23de
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 23ee973a7fd7
Step #0: Removing intermediate container 23ee973a7fd7
Step #0:  ---> b47fd4d2b441
Step #0: Step 8/12 : FROM nginx:1.25.4-alpine-slim
Step #0: 1.25.4-alpine-slim: Pulling from library/nginx
Step #0: 619be1103602: Pulling fs layer
Step #0: ed3e62e73b33: Pulling fs layer
Step #0: 5126dce06df7: Pulling fs layer
Step #0: 1d0dd2dc2265: Pulling fs layer
Step #0: 2b1ab92f0231: Pulling fs layer
Step #0: 6eba808ac059: Pulling fs layer
Step #0: 57038e85fbb8: Pulling fs layer
Step #0: 1d0dd2dc2265: Waiting
Step #0: 2b1ab92f0231: Waiting
Step #0: 6eba808ac059: Waiting
Step #0: 57038e85fbb8: Waiting
Step #0: 5126dce06df7: Verifying Checksum
Step #0: 5126dce06df7: Download complete
Step #0: 619be1103602: Verifying Checksum
Step #0: 619be1103602: Download complete
Step #0: ed3e62e73b33: Verifying Checksum
Step #0: ed3e62e73b33: Download complete
Step #0: 1d0dd2dc2265: Verifying Checksum
Step #0: 1d0dd2dc2265: Download complete
Step #0: 619be1103602: Pull complete
Step #0: 2b1ab92f0231: Verifying Checksum
Step #0: 2b1ab92f0231: Download complete
Step #0: 6eba808ac059: Verifying Checksum
Step #0: 6eba808ac059: Download complete
Step #0: 57038e85fbb8: Verifying Checksum
Step #0: 57038e85fbb8: Download complete
Step #0: ed3e62e73b33: Pull complete
Step #0: 5126dce06df7: Pull complete
Step #0: 1d0dd2dc2265: Pull complete
Step #0: 2b1ab92f0231: Pull complete
Step #0: 6eba808ac059: Pull complete
Step #0: 57038e85fbb8: Pull complete
Step #0: Digest: sha256:b841779b72c127bdcb6e58b2ae3d810f890e020460858d84c7bd38d15cf26ddf
Step #0: Status: Downloaded newer image for nginx:1.25.4-alpine-slim
Step #0:  ---> 2fd4619865c4
Step #0: Step 9/12 : COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Step #0:  ---> f298c6f8717d
Step #0: Step 10/12 : COPY --from=builder /ejks /usr/share/nginx/html
Step #0:  ---> 6943a94fdcdc
Step #0: Step 11/12 : COPY src/favicon.ico src/googlee78c4ec223f14545.html /usr/share/nginx/html/
Step #0:  ---> 27243bf2606b
Step #0: Step 12/12 : COPY src/ico /usr/share/nginx/html/ico
Step #0:  ---> 764f27e2c0d3
Step #0: Successfully built 764f27e2c0d3
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:6e42d4f
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: 57aad9aa62c9: Preparing
Step #1: 5940e346f830: Preparing
Step #1: 6999092bcaa8: Preparing
Step #1: 907d9d399185: Preparing
Step #1: 337b7d64083b: Preparing
Step #1: cdd311f34c29: Preparing
Step #1: 3e8ad8bcb0ac: Preparing
Step #1: 74b4ff8dbbd1: Preparing
Step #1: c018a48a857c: Preparing
Step #1: 0f73163669d4: Preparing
Step #1: aedc3bda2944: Preparing
Step #1: 3e8ad8bcb0ac: Waiting
Step #1: 74b4ff8dbbd1: Waiting
Step #1: c018a48a857c: Waiting
Step #1: 0f73163669d4: Waiting
Step #1: aedc3bda2944: Waiting
Step #1: cdd311f34c29: Waiting
Step #1: 907d9d399185: Pushed
Step #1: 5940e346f830: Pushed
Step #1: 57aad9aa62c9: Pushed
Step #1: 6999092bcaa8: Pushed
Step #1: 337b7d64083b: Pushed
Step #1: 3e8ad8bcb0ac: Pushed
Step #1: 74b4ff8dbbd1: Pushed
Step #1: aedc3bda2944: Layer already exists
Step #1: c018a48a857c: Pushed
Step #1: cdd311f34c29: Pushed
Step #1: 0f73163669d4: Pushed
Step #1: 6e42d4f: digest: sha256:30f8de90496b3bc4669d2917571fb5c61b3fdb6fe899eca252f7bf6d2d7e0bcf 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: Pulling fs layer
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: Waiting
Step #2: e85a55b2bd2f: Verifying Checksum
Step #2: e85a55b2bd2f: Download complete
Step #2: f106d4277b31: Verifying Checksum
Step #2: f106d4277b31: Download complete
Step #2: dcd2eed0d9cd: Verifying Checksum
Step #2: dcd2eed0d9cd: Download complete
Step #2: 646e886fa3cf: Download complete
Step #2: d2db11bcc228: Verifying Checksum
Step #2: d2db11bcc228: Download complete
Step #2: 910af02e9aaa: Verifying Checksum
Step #2: 910af02e9aaa: Download complete
Step #2: 646e886fa3cf: Pull complete
Step #2: f106d4277b31: Pull complete
Step #2: e85a55b2bd2f: Pull complete
Step #2: dcd2eed0d9cd: Pull complete
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-00011-pgl] 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:6e42d4f
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
57aad9aa62c9: Preparing
5940e346f830: Preparing
6999092bcaa8: Preparing
907d9d399185: Preparing
337b7d64083b: Preparing
cdd311f34c29: Preparing
3e8ad8bcb0ac: Preparing
74b4ff8dbbd1: Preparing
c018a48a857c: Preparing
0f73163669d4: Preparing
aedc3bda2944: Preparing
cdd311f34c29: Waiting
3e8ad8bcb0ac: Waiting
74b4ff8dbbd1: Waiting
c018a48a857c: Waiting
0f73163669d4: Waiting
aedc3bda2944: Waiting
57aad9aa62c9: Layer already exists
5940e346f830: Layer already exists
337b7d64083b: Layer already exists
907d9d399185: Layer already exists
6999092bcaa8: Layer already exists
cdd311f34c29: Layer already exists
3e8ad8bcb0ac: Layer already exists
aedc3bda2944: Layer already exists
74b4ff8dbbd1: Layer already exists
0f73163669d4: Layer already exists
c018a48a857c: Layer already exists
6e42d4f: digest: sha256:30f8de90496b3bc4669d2917571fb5c61b3fdb6fe899eca252f7bf6d2d7e0bcf 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]
57aad9aa62c9: Preparing
5940e346f830: Preparing
6999092bcaa8: Preparing
907d9d399185: Preparing
337b7d64083b: Preparing
cdd311f34c29: Preparing
3e8ad8bcb0ac: Preparing
74b4ff8dbbd1: Preparing
c018a48a857c: Preparing
0f73163669d4: Preparing
aedc3bda2944: Preparing
cdd311f34c29: Waiting
3e8ad8bcb0ac: Waiting
74b4ff8dbbd1: Waiting
c018a48a857c: Waiting
0f73163669d4: Waiting
aedc3bda2944: Waiting
6999092bcaa8: Layer already exists
907d9d399185: Layer already exists
337b7d64083b: Layer already exists
57aad9aa62c9: Layer already exists
5940e346f830: Layer already exists
cdd311f34c29: Layer already exists
0f73163669d4: Layer already exists
74b4ff8dbbd1: Layer already exists
c018a48a857c: Layer already exists
3e8ad8bcb0ac: Layer already exists
aedc3bda2944: Layer already exists
latest: digest: sha256:30f8de90496b3bc4669d2917571fb5c61b3fdb6fe899eca252f7bf6d2d7e0bcf size: 2610
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/15f7a87e-4454-42ee-8fc3-9577e5a5503c?project=364736373373