Skip to content

Commit

Permalink
Add test-e2e-image to supersede build-image (knative#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Aug 5, 2022
1 parent 0fa2455 commit 7ff2766
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openshift/ci-operator/test-e2e-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM src

# Serverless operator tooling dependencies
RUN yum install -y httpd-tools
RUN wget -q https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq &&\
chmod +x /usr/bin/yq

# oc binary is injected by test steps to /cli dir + mask it as kubectl
RUN ln -s /cli/oc /usr/bin/kubectl

# Allow runtime users to add entries to /etc/passwd
RUN chmod g+rw /etc/passwd

0 comments on commit 7ff2766

Please sign in to comment.