Compare commits
2 Commits
v0.0.109
...
e1c7956545
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1c7956545
|
||
|
|
a9c9bafe2b
|
@@ -2,8 +2,6 @@ apiVersion: tekton.dev/v1
|
|||||||
kind: PipelineRun
|
kind: PipelineRun
|
||||||
metadata:
|
metadata:
|
||||||
name: build-homepage-staging
|
name: build-homepage-staging
|
||||||
labels:
|
|
||||||
pdb: protect
|
|
||||||
spec:
|
spec:
|
||||||
timeouts:
|
timeouts:
|
||||||
pipeline: "2h0m0s"
|
pipeline: "2h0m0s"
|
||||||
@@ -72,6 +70,18 @@ spec:
|
|||||||
- name: TARGET_URL
|
- name: TARGET_URL
|
||||||
value: "https://tekton.fizz.buzz/#/namespaces/$(context.pipelineRun.namespace)/pipelineruns/$(context.pipelineRun.name)"
|
value: "https://tekton.fizz.buzz/#/namespaces/$(context.pipelineRun.namespace)/pipelineruns/$(context.pipelineRun.name)"
|
||||||
- name: fetch-repository
|
- name: fetch-repository
|
||||||
|
taskRef:
|
||||||
|
resolver: git
|
||||||
|
params:
|
||||||
|
- name: url
|
||||||
|
value: https://code.fizz.buzz/mirror/catalog.git # mirror of https://github.com/tektoncd/catalog.git
|
||||||
|
- name: revision
|
||||||
|
value: f914437a46978b95f325f68d791dcf1a35738f60
|
||||||
|
- name: pathInRepo
|
||||||
|
value: task/git-clone/0.9/git-clone.yaml
|
||||||
|
workspaces:
|
||||||
|
- name: output
|
||||||
|
workspace: git-source
|
||||||
params:
|
params:
|
||||||
- name: url
|
- name: url
|
||||||
value: $(params.REPO_URL)
|
value: $(params.REPO_URL)
|
||||||
@@ -79,18 +89,6 @@ spec:
|
|||||||
value: $(params.PULL_BASE_SHA)
|
value: $(params.PULL_BASE_SHA)
|
||||||
- name: deleteExisting
|
- name: deleteExisting
|
||||||
value: "true"
|
value: "true"
|
||||||
taskRef:
|
|
||||||
params:
|
|
||||||
- name: url
|
|
||||||
value: https://code.fizz.buzz/talexander/personal_tekton_catalog.git
|
|
||||||
- name: revision
|
|
||||||
value: "dda7b690195b43e8b9859d1caf5dcbf48588ade1"
|
|
||||||
- name: pathInRepo
|
|
||||||
value: task/git-clone/0.1/git-clone.yaml
|
|
||||||
resolver: git
|
|
||||||
workspaces:
|
|
||||||
- name: output
|
|
||||||
workspace: git-source
|
|
||||||
- name: get-git-commit-time
|
- name: get-git-commit-time
|
||||||
taskSpec:
|
taskSpec:
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ apiVersion: tekton.dev/v1
|
|||||||
kind: PipelineRun
|
kind: PipelineRun
|
||||||
metadata:
|
metadata:
|
||||||
name: build-homepage
|
name: build-homepage
|
||||||
labels:
|
|
||||||
pdb: protect
|
|
||||||
spec:
|
spec:
|
||||||
timeouts:
|
timeouts:
|
||||||
pipeline: "2h0m0s"
|
pipeline: "2h0m0s"
|
||||||
@@ -137,7 +135,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: dda7b690195b43e8b9859d1caf5dcbf48588ade1
|
value: 7d4b33528fef5f2e662d32d093566ce56eb4acd0
|
||||||
- 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:
|
||||||
@@ -158,8 +156,6 @@ spec:
|
|||||||
- "type=registry,ref=$(params.image-name):buildcache,mode=max,compression=zstd,compression-level=22,rewrite-timestamp=true,image-manifest=true,oci-mediatypes=true"
|
- "type=registry,ref=$(params.image-name):buildcache,mode=max,compression=zstd,compression-level=22,rewrite-timestamp=true,image-manifest=true,oci-mediatypes=true"
|
||||||
- --opt
|
- --opt
|
||||||
- build-arg:SOURCE_DATE_EPOCH=$(tasks.get-git-commit-time.results.unix-time)
|
- build-arg:SOURCE_DATE_EPOCH=$(tasks.get-git-commit-time.results.unix-time)
|
||||||
- --opt
|
|
||||||
- "build-arg:NIX_SUBSTITUTERS=http://ncps.nix-pull-through-cache.svc.cluster.local:80 https://cache.nixos.org"
|
|
||||||
- name: BUILDKITD_TOML
|
- name: BUILDKITD_TOML
|
||||||
value: |
|
value: |
|
||||||
debug = true
|
debug = true
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ apiVersion: tekton.dev/v1
|
|||||||
kind: PipelineRun
|
kind: PipelineRun
|
||||||
metadata:
|
metadata:
|
||||||
name: semver
|
name: semver
|
||||||
labels:
|
|
||||||
pdb: protect
|
|
||||||
spec:
|
spec:
|
||||||
timeouts:
|
timeouts:
|
||||||
pipeline: "2h0m0s"
|
pipeline: "2h0m0s"
|
||||||
|
|||||||
24
flake.lock
generated
24
flake.lock
generated
@@ -8,11 +8,11 @@
|
|||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1784333070,
|
"lastModified": 1783808400,
|
||||||
"narHash": "sha256-3WkxaHOS13vFBtQFBmGIPScQZDNLk5bqCAY9qBJASl0=",
|
"narHash": "sha256-izeK0soRWiep4mkZ1duD1hf3fqXYrZXsHUwnBzTbTpA=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "faf279292ad20783775d909b96815f7ca2843b85",
|
"rev": "05c7ecde829f3e3843e89000e9959b8016124b2e",
|
||||||
"revCount": 327,
|
"revCount": 326,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.fizz.buzz/talexander/natter.git"
|
"url": "https://code.fizz.buzz/talexander/natter.git"
|
||||||
},
|
},
|
||||||
@@ -46,11 +46,11 @@
|
|||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1784327891,
|
"lastModified": 1783734912,
|
||||||
"narHash": "sha256-kGmXbmpkkiD2FtX7vKNdbL6/p/fvQ9OT2iS/ve55V5I=",
|
"narHash": "sha256-tXPapMwegdfP0jcr3BPQXxv1Aauo6yZwS4q2sIKOF9o=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "336b5d3d5444ad847cd5fbf1490055e733911b57",
|
"rev": "842a77fb2bc684a545fb102e16790fa902aec11c",
|
||||||
"revCount": 2010,
|
"revCount": 2008,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.fizz.buzz/talexander/organic.git"
|
"url": "https://code.fizz.buzz/talexander/organic.git"
|
||||||
},
|
},
|
||||||
@@ -67,11 +67,11 @@
|
|||||||
"organic": "organic"
|
"organic": "organic"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1784331571,
|
"lastModified": 1783737126,
|
||||||
"narHash": "sha256-0AeEsziAEjL/lgrlTu7RvOoylV1hSozo04rfc3Y7q6M=",
|
"narHash": "sha256-BM6lYBegCV8EkVGqd6wIW9YN4EQL8cnoe4T5TuV7Q2I=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "55b239a3fe0b7a3b70f392be36b9efd49848be03",
|
"rev": "de11bc7c5e08610dc006ac7b31454abc6e1f46e7",
|
||||||
"revCount": 75,
|
"revCount": 74,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.fizz.buzz/talexander/organic_ast_explorer.git"
|
"url": "https://code.fizz.buzz/talexander/organic_ast_explorer.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#+exclude_tags: noexport
|
#+exclude_tags: noexport
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
- My personal repos: [[https://code.fizz.buzz/talexander][code.fizz.buzz]]
|
- My personal repos: [[https://code.fizz.buzz/explore/repos][code.fizz.buzz]]
|
||||||
- LinkedIn: https://www.linkedin.com/in/tom-alexander-b6a18216/
|
- LinkedIn: https://www.linkedin.com/in/tom-alexander-b6a18216/
|
||||||
- GitHub: https://github.com/tomalexander
|
- GitHub: https://github.com/tomalexander
|
||||||
- Resume: https://fizz.buzz/tom_alexander_resume.pdf
|
- Resume: https://fizz.buzz/tom_alexander_resume.pdf
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user