Skip to content

Commit

Permalink
Change the name of the lockfile
Browse files Browse the repository at this point in the history
If I have a custom lockfile, I need to specify the absolute path. I
don't know what that path is, so I will workaround
github.com/containerbuildsystem/cachi2/issues/761 by using the default
name.

Signed-off-by: arewm <arewm@users.noreply.github.com>
  • Loading branch information
arewm committed Dec 2, 2024
1 parent 02e6db3 commit ad55a55
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tekton/bazel5-ubi8-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: prefetch-input
value:
- {"type": "rpm", "path": "bazel5-ubi8"}
- {"type": "generic", "path": "bazel5-ubi8", "lockfile": "generic_lockfile.yaml"}
- {"type": "generic", "path": "bazel5-ubi8"}
- name: build-platforms
value:
- linux/x86_64
Expand Down
2 changes: 1 addition & 1 deletion .tekton/bazel5-ubi8-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: prefetch-input
value:
- {"type": "rpm", "path": "bazel5-ubi8"}
- {"type": "generic", "path": "bazel5-ubi8", "lockfile": "generic_lockfile.yaml"}
- {"type": "generic", "path": "bazel5-ubi8"}
- name: build-source-image
value: "true"
- name: build-platforms
Expand Down
2 changes: 1 addition & 1 deletion .tekton/bazel6-ubi9-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: prefetch-input
value:
- {"type": "rpm", "path": "bazel6-ubi9"}
- {"type": "generic", "path": "bazel6-ubi9", "lockfile": "generic_lockfile.yaml"}
- {"type": "generic", "path": "bazel6-ubi9"}
- name: build-args-file
value: bazel6-ubi9/argfile
- name: build-platforms
Expand Down
2 changes: 1 addition & 1 deletion .tekton/bazel6-ubi9-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: prefetch-input
value:
- {"type": "rpm", "path": "bazel6-ubi9"}
- {"type": "generic", "path": "bazel6-ubi9", "lockfile": "generic_lockfile.yaml"}
- {"type": "generic", "path": "bazel6-ubi9"}
- name: build-args-file
value: bazel6-ubi9/argfile
- name: build-source-image
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ad55a55

Please sign in to comment.