ssmagent (latest)
Published 2024-03-18 17:36:19 +00:00 by mrhid6
Installation
docker pull gitea.hostxtra.co.uk/mrhid6/ssmagent:latest
sha256:361ae04408474803e416bb16bc9ea4537318480d9edb9ae6b701bd5ff6d9f2a8
Image Layers
ADD file:29c72d5be8c977acaeb6391aeb23ec27559b594e25a0bb3a6dd280bac2847b7f in / |
CMD ["bash"] |
ARG DEBIAN_FRONTEND=noninteractive |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -qq update -y && apt-get -qq upgrade -y # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -qq install binutils software-properties-common libcap2-bin apt-utils wget curl htop iputils-ping dnsutils -y # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c add-apt-repository multiverse # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c dpkg --add-architecture i386 # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -qq install lib32gcc-s1 -y # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -qq update -y # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c useradd -m -u 9999 -s /bin/bash ssm # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir /opt/SSMAgent # buildkit |
VOLUME [/opt/SSMAgent] |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ls -l # buildkit |
COPY release/linux/* /opt/SSMAgent/ # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown -R ssm:ssm /opt/SSMAgent # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /home/ssm/SSM/Agents && mkdir -p /home/ssm/.config/Epic/FactoryGame && mkdir -p /SSM/data # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown -R ssm:ssm /home/ssm # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown -R ssm:ssm /SSM/data # buildkit |
COPY entry.sh /entry.sh # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod 755 /entry.sh # buildkit |
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ls -l / # buildkit |
ENTRYPOINT ["/entry.sh"] |