Compare commits

..

3 Commits

Author SHA1 Message Date
Tom Alexander
14d8d40deb foo
All checks were successful
semver Build semver has succeeded
build-staging Build build-staging has succeeded
build Build build has succeeded
2025-11-24 12:18:38 -05:00
Tom Alexander
34a5de11c0 Add riscv videos. 2025-11-24 12:14:52 -05:00
Tom Alexander
7dc4e337ee Switch to local-path-provisioner.
All checks were successful
build Build build has succeeded
semver Build semver has succeeded
build-staging Build build-staging has succeeded
2025-09-23 21:20:25 -04:00
10 changed files with 4 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: caf789e7af6f952a306e9a66354ee6ef6043c8b4
value: 7ee31a185243ee6da13dcd26a592c585b64c80e5
- name: pathInRepo
value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml
params:
@@ -157,8 +157,6 @@ spec:
workspace: git-source
- name: dockerconfig
workspace: docker-credentials
- name: buildkit-cache
workspace: buildkit-cache-workspace
runAfter:
- fetch-repository
finally:
@@ -223,12 +221,11 @@ spec:
workspaces:
- name: git-source
- name: docker-credentials
- name: buildkit-cache-workspace
workspaces:
- name: git-source
volumeClaimTemplate:
spec:
storageClassName: "nfs-client"
storageClassName: "local-path"
accessModes:
- ReadWriteOnce
resources:
@@ -238,10 +235,6 @@ 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: "nfs-client"
storageClassName: "local-path"
accessModes:
- ReadWriteOnce
resources:

View File

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

View File

@@ -15,7 +15,6 @@ 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

Binary file not shown.

0
static/riscv/foo Normal file
View File

Binary file not shown.

Binary file not shown.