the-new-hotness: Add RPM_PACKAGER env variable
This will hopefully fix https://github.com/fedora-infra/the-new-hotness/issues/237 Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
cf841dd753
commit
15291e092e
2 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,9 @@ items:
|
||||||
- name: the-new-hotness
|
- name: the-new-hotness
|
||||||
image: the-new-hotness/the-new-hotness:latest
|
image: the-new-hotness/the-new-hotness:latest
|
||||||
command: ["fedora-messaging", "consume"]
|
command: ["fedora-messaging", "consume"]
|
||||||
|
env:
|
||||||
|
- name: RPM_PACKAGER
|
||||||
|
value: hotness
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/fedora-messaging
|
mountPath: /etc/fedora-messaging
|
||||||
|
|
|
@ -46,7 +46,6 @@ items:
|
||||||
pushd hotness_schema && \
|
pushd hotness_schema && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
rm -rf the-new-hotness
|
rm -rf the-new-hotness
|
||||||
USER 1001
|
|
||||||
EXPOSE 9940
|
EXPOSE 9940
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue