Provides Minio and NodeJS in a single image. Useful for CI.
Intended usage is Gitlab:
.test_with_yarn:
image: djflix/nodeminio:latest
variables:
MINIO_ACCESS_KEY: myaccesskey
MINIO_SECRET_KEY: mysecretkey
stage: test
script:
- "minio server /data &"
- "yarn"
- "yarn test"
Content type
Image
Digest
Size
42.6 MB
Last updated
over 7 years ago
docker pull djflix/nodeminio