{"id":34593570,"url":"https://github.com/alpine-docker/minio","last_synced_at":"2025-12-24T11:17:38.018Z","repository":{"id":320563686,"uuid":"1082576688","full_name":"alpine-docker/minio","owner":"alpine-docker","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-01T00:59:30.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-14T12:03:59.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpine-docker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ozbillwang"],"custom":["https://www.buymeacoffee.com/ozbillwang","https://github.com/sponsors/ozbillwang"]}},"created_at":"2025-10-24T12:57:04.000Z","updated_at":"2025-10-28T15:06:02.000Z","dependencies_parsed_at":"2025-10-24T14:41:48.560Z","dependency_job_id":null,"html_url":"https://github.com/alpine-docker/minio","commit_stats":null,"previous_names":["alpine-docker/minio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alpine-docker/minio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fminio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fminio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fminio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fminio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpine-docker","download_url":"https://codeload.github.com/alpine-docker/minio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fminio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28001537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T11:17:37.433Z","updated_at":"2025-12-24T11:17:38.007Z","avatar_url":"https://github.com/alpine-docker.png","language":"Shell","funding_links":["https://github.com/sponsors/ozbillwang","https://www.buymeacoffee.com/ozbillwang"],"categories":[],"sub_categories":[],"readme":"# Minio\n\n[If enjoy, please consider buying me a coffee.](https://www.buymeacoffee.com/ozbillwang)\n\nAuto-trigger docker build for [minio](https://github.com/minio/minio) when new release is announced\n\n[![DockerHub Badge](http://dockeri.co/image/alpine/minio)](https://hub.docker.com/r/alpine/minio/)\n\n### NOTES\n\nThere is no tag `latest`\n\nThe docker tag `latest-release` is the latest release version (https://github.com/minio/minio/releases/latest)\n\nPlease avoid to use `latest-release` tag for any production deployment. Tag with right version is the proper way, such as `alpine/minio:RELEASE.2025-10-15T17-29-55Z`\n\nFor old tags, pull from https://hub.docker.com/r/minio/minio\n\n### Github Repo\n\nhttps://github.com/alpine-docker/minio\n\n### CI build logs\n\nhttps://github.com/alpine-docker/minio/actions\n\n### Docker image tags\n\nhttps://hub.docker.com/r/alpine/minio/tags/\n\n### multi-arch images\n\nMulti-arch images, including: --platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/ppc64le,linux/s390x.\n\n\u003cimg width=\"1254\" height=\"772\" alt=\"image\" src=\"https://github.com/user-attachments/assets/52fa7a1b-063c-4e00-87d8-8422f642ebbb\" /\u003e\n\n# Usage\n\nStandalone Mode (Local Storage)\n\n```\ndocker run -p 9000:9000 -p 9001:9001 alpine/minio:RELEASE.2025-10-15T17-29-55Z server /tmp/minio --console-address :9001\n```\nNow open the web console:\n\nhttp://localhost:9001\n\nDefault root credentials (username:password) is `minioadmin:minioadmin`\n\n\u003cimg width=\"895\" height=\"362\" alt=\"image\" src=\"https://github.com/user-attachments/assets/7acabfea-8796-4105-b14e-243b2fda6305\" /\u003e\n\n# Why we need it\n\nThe owner refused to privde the docker images any more, full story at:\n\nhttps://github.com/minio/minio/issues/21647\n\n# The Processes to build this image\n\n* Enable CI cronjob on this repo to run build regularly on master branch\n* Check if there are new tags/releases announced via Github REST API\n* Match the exist docker image tags via Hub.docker.io REST API\n* If not matched, build the image with release version and push to https://hub.docker.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fminio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpine-docker%2Fminio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fminio/lists"}