Dockerfile:
FROM alpine:3.17
RUN apk update \
&& apk add --no-cache bash curl gawk ncurses util-linux-misc \
&& rm -rf /var/cache/apk
RUN curl -Lo /usr/local/bin/xsos bit.ly/xsos-direct \
&& chmod +x /usr/local/bin/xsos
WORKDIR /sos
ENTRYPOINT ["/usr/local/bin/xsos"]
CMD ["--help"]
To run:
Change to the directory where you've untarred the sosreport to, then:
docker run -it --rm -v ${PWD}:/sos quaddo/xsos /sos -a
Content type
Image
Digest
sha256:5b4bce894…
Size
7.5 MB
Last updated
over 3 years ago
docker pull quaddo/xsos