├── Dockerfile ├── Makefile ├── README.md ├── TAG ├── mongo ├── Dockerfile ├── README.md └── docker-entrypoint.sh ├── start.sh ├── strider.conf └── sv_stdout.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/README.md -------------------------------------------------------------------------------- /TAG: -------------------------------------------------------------------------------- 1 | quay.io/keyvanfatehi/strider:v1.6.4 2 | -------------------------------------------------------------------------------- /mongo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/mongo/Dockerfile -------------------------------------------------------------------------------- /mongo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/mongo/README.md -------------------------------------------------------------------------------- /mongo/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/mongo/docker-entrypoint.sh -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/start.sh -------------------------------------------------------------------------------- /strider.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/strider.conf -------------------------------------------------------------------------------- /sv_stdout.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strider-CD/docker-strider/HEAD/sv_stdout.conf --------------------------------------------------------------------------------