Sign inSign up

djflix/nodeminio

By djflix

•Updated over 7 years ago

NodeJS + Minio for Gitlab CI

Image
0

10K+

djflix/nodeminio repository overview

⁠NodeJS + Minio

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"

Tag summary

Content type

Image

Digest

Size

42.6 MB

Last updated

over 7 years ago

docker pull djflix/nodeminio