Skip to content

zllovesuki/docker-minio-github-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

minio service for github actions

This container is only useful because github actions do not support providing some container args for services.

There's an alternative option: the bitnami/minio but it is VERY slow to start, so you're basically slowing down all your tests.

Usage

services:
    minio:
    image: rachel.sh/github-actions/minio:RELEASE.2021-06-07T21-40-51Z
    # private repo
    ports:
        - 9000:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%