Skip to content

Commit

Permalink
add rpms deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 7, 2025
1 parent 2e69abd commit ef50388
Show file tree
Hide file tree
Showing 4 changed files with 1,386 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .tekton/quay-test-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ spec:
[
{"type": "gomod", "path": "config-tool"},
{"type": "pip", "path": ".", "requirements_files": ["requirements-cache.txt"]},
{"type": "npm", "path": "web"}
{"type": "npm", "path": "web"},
{"type": "rpm", "path": "."}
]
pipelineSpec:
description: |
Expand Down Expand Up @@ -184,6 +185,8 @@ spec:
value: $(params.output-image).prefetch
- name: ociArtifactExpiresAfter
value: $(params.image-expires-after)
- name: dev-package-managers
value: "true"
runAfter:
- clone-repository
taskRef:
Expand Down
5 changes: 4 additions & 1 deletion .tekton/quay-test-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ spec:
[
{"type": "gomod", "path": "./config-tool"},
{"type": "pip", "path": ".", "requirements_files": ["requirements-cache.txt"]},
{"type": "npm", "path": "web"}
{"type": "npm", "path": "web"},
{"type": "rpm", "path": "."}
]
pipelineSpec:
description: |
Expand Down Expand Up @@ -181,6 +182,8 @@ spec:
value: $(params.output-image).prefetch
- name: ociArtifactExpiresAfter
value: $(params.image-expires-after)
- name: dev-package-managers
value: "true"
runAfter:
- clone-repository
taskRef:
Expand Down
29 changes: 29 additions & 0 deletions rpms.in.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
packages: [
dnsmasq,
memcached,
nginx,
libpq-devel,
openldap,
openldap-devel,
openssl,
python39,
python39-devel,
python3-gpg,
skopeo,
findutils,
tzdata,
wget,
gcc-c++,
git,
diffutils,
file,
make,
libjpeg-turbo,
libjpeg-turbo-devel,
rust-toolset,
libxml2-devel,
libxslt-devel,
freetype-devel
]
contentOrigin:
repofiles: ["./ubi.repo"]
Loading

0 comments on commit ef50388

Please sign in to comment.