Compare commits

..

5 Commits

Author SHA1 Message Date
Tom Alexander
26ef81de5d
fixup
Some checks failed
build-staging Build build-staging has failed
2025-02-23 13:18:23 -05:00
Tom Alexander
d0e7652a66
fixup
Some checks failed
build-staging Build build-staging has failed
2025-02-23 13:15:44 -05:00
Tom Alexander
dda7f244b2
fixup
Some checks failed
build-staging Build build-staging has failed
2025-02-23 13:11:52 -05:00
Tom Alexander
02b542d7d8
Try new fake mounts.
All checks were successful
build-staging Build build-staging has succeeded
2025-02-23 13:08:30 -05:00
Tom Alexander
9027bcad76
Add a mount for preserving the buildkit cache mounts between builds. 2025-02-23 12:59:11 -05:00
5 changed files with 12 additions and 12 deletions

View File

@ -123,7 +123,7 @@ spec:
- name: url
value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git
- name: revision
value: 7ee31a185243ee6da13dcd26a592c585b64c80e5
value: caf789e7af6f952a306e9a66354ee6ef6043c8b4
- name: pathInRepo
value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml
params:
@ -157,6 +157,8 @@ spec:
workspace: git-source
- name: dockerconfig
workspace: docker-credentials
- name: buildkit-cache
workspace: buildkit-cache-workspace
runAfter:
- fetch-repository
finally:
@ -221,11 +223,12 @@ spec:
workspaces:
- name: git-source
- name: docker-credentials
- name: buildkit-cache-workspace
workspaces:
- name: git-source
volumeClaimTemplate:
spec:
storageClassName: "local-path"
storageClassName: "nfs-client"
accessModes:
- ReadWriteOnce
resources:
@ -235,6 +238,10 @@ spec:
- name: docker-credentials
secret:
secretName: harbor-plain
- name: buildkit-cache-workspace
persistentVolumeClaim:
claimName: homepage-staging-buildkitd-cache
subPath: homepage-staging-buildkitd-cache
params:
- name: image-name
value: "harbor.fizz.buzz/private/homepage-staging"

View File

@ -237,7 +237,7 @@ spec:
- name: git-source
volumeClaimTemplate:
spec:
storageClassName: "local-path"
storageClassName: "nfs-client"
accessModes:
- ReadWriteOnce
resources:

View File

@ -177,7 +177,7 @@ spec:
- name: git-source
volumeClaimTemplate:
spec:
storageClassName: "local-path"
storageClassName: "nfs-client"
accessModes:
- ReadWriteOnce
resources:

View File

@ -15,6 +15,7 @@ ADD https://code.fizz.buzz/talexander/organic_ast_explorer.git /organic_ast_expl
FROM scratch AS organic
ADD git@code.fizz.buzz:talexander/organic.git /organic
#RUN sleep 9999999999999

View File

@ -1,8 +0,0 @@
<html>
<body>
<svg style="width:18px; height:18px; fill: #7e7e7e;">
<path d="M10.1784 2.06433C10.53 1.71277 11.1009 1.71277 11.4525 2.06433L15.9525 6.56433C16.3041 6.91589 16.3041 7.48683 15.9525 7.83839C15.6009 8.18996 15.03 8.18996 14.6784 7.83839L14.3831 7.54308L11.6212 10.7662C11.9559 11.8912 11.8687 13.1287 11.3203 14.2312L11.2809 14.31C11.1516 14.5687 10.9069 14.7487 10.62 14.7965C10.3331 14.8443 10.0434 14.7487 9.83812 14.5434L3.47343 8.17589C3.26812 7.97058 3.17531 7.68089 3.22031 7.39402C3.26531 7.10714 3.44812 6.86246 3.70687 6.73308L3.78562 6.69371C4.88531 6.14246 6.12281 6.05527 7.25062 6.39277L10.4737 3.63089L10.1784 3.33558C9.82687 2.98402 9.82687 2.41308 10.1784 2.06152V2.06433ZM2.07844 14.6643L5.0625 11.6775L6.33656 12.9515L3.34968 15.9356C2.99812 16.2871 2.42719 16.2871 2.07562 15.9356C1.72406 15.584 1.72406 15.0131 2.07562 14.6615L2.07844 14.6643Z" />
</svg>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD5SURBVHgBvZThEYIwDIXT4gC4gSPoBjqCG+gEngsgZQFHcAU3YAU2kA3sAoCvUE4KofQXucsdTdsvLyFAtLalaRr79gUFQuq6/uKxkFKesNbjMzIQZC4W8D2AOacuCJQkycNA7JKFiQUlcdM0T/iF2XbKFKOLu6qqbn12IURMfyXkg22GUUBeuHykMGt7BjfJtNOjKIruJhgAUVmWHaBmCzWlCUx6hI22mTbTxKD4rZQ6j+OSAbV1zygrAboycRbU1czDNDeME5Cd4NyWpj3K5kE9hLo3oW12p0yUVSyCBhBn0HqYaTJczYGEPbwD6EOejzLYln4Tq9kPB4t8gxYYsgwAAAAASUVORK5CYII=" />
</body>
</html>