Skip to content

Commit 8433947

Browse files
authored
CMP-3756: Tune in rpm lock files for automated updates (#832)
* Fix Containerfile paths in rpms.in.yaml * Move repo file into images/ The repo file is only relevant for these images, not the whole operator.
1 parent 3a350b2 commit 8433947

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

images/must-gather/rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ arches:
1515
- ppc64le
1616

1717
context:
18-
containerfile: images/must-gather/Containerfile
18+
containerfile: ./Containerfile

images/openscap/rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ arches:
1313
- ppc64le
1414

1515
context:
16-
containerfile: images/openscap/Containerfile
16+
containerfile: ./Containerfile

images/operator/rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ arches:
1212
- ppc64le
1313

1414
context:
15-
containerfile: images/operator/Dockerfile
15+
containerfile: ./Dockerfile
File renamed without changes.

0 commit comments

Comments
 (0)