Compare commits
1 Commits
preserve_c
...
v0.0.86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9c8399667 |
@@ -123,7 +123,7 @@ spec:
|
|||||||
- name: url
|
- name: url
|
||||||
value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git
|
value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git
|
||||||
- name: revision
|
- name: revision
|
||||||
value: caf789e7af6f952a306e9a66354ee6ef6043c8b4
|
value: 7ee31a185243ee6da13dcd26a592c585b64c80e5
|
||||||
- name: pathInRepo
|
- name: pathInRepo
|
||||||
value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml
|
value: task/buildkit-rootless-daemonless/0.1/buildkit-rootless-daemonless.yaml
|
||||||
params:
|
params:
|
||||||
@@ -157,8 +157,6 @@ spec:
|
|||||||
workspace: git-source
|
workspace: git-source
|
||||||
- name: dockerconfig
|
- name: dockerconfig
|
||||||
workspace: docker-credentials
|
workspace: docker-credentials
|
||||||
- name: buildkit-cache
|
|
||||||
workspace: buildkit-cache-workspace
|
|
||||||
runAfter:
|
runAfter:
|
||||||
- fetch-repository
|
- fetch-repository
|
||||||
finally:
|
finally:
|
||||||
@@ -223,7 +221,6 @@ spec:
|
|||||||
workspaces:
|
workspaces:
|
||||||
- name: git-source
|
- name: git-source
|
||||||
- name: docker-credentials
|
- name: docker-credentials
|
||||||
- name: buildkit-cache-workspace
|
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: git-source
|
- name: git-source
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
@@ -238,10 +235,6 @@ spec:
|
|||||||
- name: docker-credentials
|
- name: docker-credentials
|
||||||
secret:
|
secret:
|
||||||
secretName: harbor-plain
|
secretName: harbor-plain
|
||||||
- name: buildkit-cache-workspace
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: homepage-staging-buildkitd-cache
|
|
||||||
subPath: homepage-staging-buildkitd-cache
|
|
||||||
params:
|
params:
|
||||||
- name: image-name
|
- name: image-name
|
||||||
value: "harbor.fizz.buzz/private/homepage-staging"
|
value: "harbor.fizz.buzz/private/homepage-staging"
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ ADD https://code.fizz.buzz/talexander/organic_ast_explorer.git /organic_ast_expl
|
|||||||
|
|
||||||
FROM scratch AS organic
|
FROM scratch AS organic
|
||||||
ADD git@code.fizz.buzz:talexander/organic.git /organic
|
ADD git@code.fizz.buzz:talexander/organic.git /organic
|
||||||
#RUN sleep 9999999999999
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
#+OPTIONS: html-postamble:nil
|
|
||||||
#+date: <2023-12-23 Sat>
|
|
||||||
#+author: Tom Alexander
|
|
||||||
#+email:
|
|
||||||
#+language: en
|
|
||||||
#+select_tags: export
|
|
||||||
#+exclude_tags: noexport
|
|
||||||
|
|
||||||
Links:
|
|
||||||
- My personal repos: [[https://code.fizz.buzz/explore/repos][code.fizz.buzz]]
|
|
||||||
- LinkedIn: https://www.linkedin.com/in/tom-alexander-b6a18216/
|
|
||||||
- GitHub: https://github.com/tomalexander
|
|
||||||
- Resume: https://fizz.buzz/tom_alexander_resume.pdf
|
|
||||||
- PGP Key: https://fizz.buzz/pgp.asc
|
|
||||||
@@ -6,7 +6,6 @@
|
|||||||
#+language: en
|
#+language: en
|
||||||
#+select_tags: export
|
#+select_tags: export
|
||||||
#+exclude_tags: noexport
|
#+exclude_tags: noexport
|
||||||
#+natter_publish: unlisted
|
|
||||||
|
|
||||||
This is just a list of situations in which classic Linux distributions have failed me, whereas NixOS would not.
|
This is just a list of situations in which classic Linux distributions have failed me, whereas NixOS would not.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user