Skip to content

Commit 67d7fcf

Browse files
javierpenaedcdavid
andauthored
Add psmisc package to cnf-test-partner image (#70)
We are using the killall command in the local-pod-under-test deployment [1], and not having the binary is raising some warnings during execution. [1] - https://github.com/test-network-function/cnf-certification-test-partner/blob/main/test-target/local-pod-under-test.yaml#L40 Co-authored-by: edcdavid <[email protected]>
1 parent fc1c77e commit 67d7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.access.redhat.com/ubi8/ubi:latest
22

3-
RUN yum install -y hostname iproute iputils openssh openssh-clients podman
3+
RUN yum install -y hostname iproute iputils openssh openssh-clients podman psmisc
44

55
CMD ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)