You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
293 B

7 years ago
  1. FROM concourse/buildroot:curl
  2. ADD assets/ /opt/resource/
  3. ADD test/ /opt/resource-tests/
  4. ADD tools/ /opt/tools/
  5. RUN rm /usr/bin/jq
  6. RUN mv /opt/tools/jq /usr/bin/jq
  7. # Run tests
  8. # RUN /opt/resource-tests/test-check.sh
  9. # RUN /opt/resource-tests/test-in.sh
  10. # RUN /opt/resource-tests/test-out.sh