plugin-test (latest)
Published 2023-01-10 22:59:17 +00:00 by gapodo
Installation
docker pull git.kle.li/gapodo-bot/plugin-test:latest
sha256:53849fe5cae60bbcbad0347f4503f028758292eef28b3c16e46b2291d6d70698
Image Layers
ADD file:587cae71969871d3c6456d844a8795df9b64b12c710c275295a1182b46f630e7 in / |
CMD ["/bin/sh"] |
/bin/sh -c echo -e '#!/bin/sh\nenv | grep -i "ci_\|plugin" | grep -vi "ci_prev" | sort' > /bin/env_cat.sh && chmod +x /bin/env_cat.sh |
ENTRYPOINT ["/bin/env_cat.sh"] |