FROM alpine:3.21
RUN echo "OSDC integration test" > /osdc-test.txt
CMD ["cat", "/osdc-test.txt"]
