d40f9f5 Add a Dockerfile for building testing image

Authored and Committed by hlin 3 years ago
1 file changed. 37 lines added. 0 lines removed.
    Add a Dockerfile for building testing image
    
    With the image, you can run tests easily without installing
    many packages.
    
    Build the image and run:
    podman build -t odcs-test -f Dockerfile-test .
    podman run --rm odcs-test
    
    or
    podman run --rm -v .:/src:Z quay.io/exd-guild-compose/odcs-test
    
    JIRA: RHELCMP-4580
    Signed-off-by: Haibo Lin <hlin@redhat.com>
    
        
  • jenkins
    success (100%)
    Build #1453 successful (commit: d40f9f57)
    3 years ago
file added
+37