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
2 changed files with 9 additions and 1 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,6 +223,7 @@ spec:
workspaces:
- name: git-source
- name: docker-credentials
- name: buildkit-cache-workspace
workspaces:
- name: git-source
volumeClaimTemplate:
@ -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

@ -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