{"id":24167270,"url":"https://github.com/thurahtetaung/supabase-cli-docker","last_synced_at":"2026-03-04T06:06:57.072Z","repository":{"id":267776328,"uuid":"902302379","full_name":"thurahtetaung/supabase-cli-docker","owner":"thurahtetaung","description":"Light-weight Supabase CLI docker image","archived":false,"fork":false,"pushed_at":"2026-02-01T13:06:42.000Z","size":60,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T22:28:41.470Z","etag":null,"topics":["alpine","container","docker","hacktoberfest","supabase","supabase-cli"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/thurahtetaung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-12-12T09:56:41.000Z","updated_at":"2026-02-01T13:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c7a234b-8920-438d-9cc8-cfb6a62a86df","html_url":"https://github.com/thurahtetaung/supabase-cli-docker","commit_stats":null,"previous_names":["thurahtetaung/supabase-cli-docker"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/thurahtetaung/supabase-cli-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thurahtetaung%2Fsupabase-cli-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thurahtetaung%2Fsupabase-cli-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thurahtetaung%2Fsupabase-cli-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thurahtetaung%2Fsupabase-cli-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thurahtetaung","download_url":"https://codeload.github.com/thurahtetaung/supabase-cli-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thurahtetaung%2Fsupabase-cli-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30073778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alpine","container","docker","hacktoberfest","supabase","supabase-cli"],"created_at":"2025-01-12T21:12:54.566Z","updated_at":"2026-03-04T06:06:57.056Z","avatar_url":"https://github.com/thurahtetaung.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supabase-cli-docker\n\nThis repository provides a Docker image for the Supabase CLI, allowing you to easily use the Supabase CLI in your development and CI/CD workflows.\n\n## Table of Contents\n\n- [Usage](#usage)\n  - [As a Base Image](#as-a-base-image)\n  - [In CI Pipelines](#in-ci-pipelines)\n- [Releases](#releases)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Usage\n\n### As a Base Image\n\nYou can use this Docker image as a base image for your own Dockerfiles. This allows you to include the Supabase CLI in your custom Docker images.\n\n```Dockerfile\nFROM ghcr.io/thurahtetaung/supabase-cli-docker:latest\n\n# Set working directory\nWORKDIR /app\n\n# Copy your application code\nCOPY . .\n\n# Run your application\nCMD [\"your-command\"]\n```\n\n### In CI Pipelines\n\nYou can also use this Docker image in your CI pipelines to run the Supabase CLI commands. Here is an example of how to use this Docker image in a GitLab CI pipeline:\n\n```yaml\nstages:\n  - supabase-migrate\n\nsupabase-cli-job:\n  stage: supabase-migrate\n  image: ghcr.io/thurahtetaung/supabase-cli-docker:latest\n  script:\n    - supabase migrate up\n```\n\n## Releases\n\nReleases of this Docker image are automated. The GitHub Actions workflow checks for new releases of the Supabase CLI daily and creates a pull request to update the version if a new release is found. Once the pull request is merged, another workflow builds and pushes the updated Docker image to the GitHub Container Registry.\n\n## Contributing\n\nContributions are welcome! If you have any improvements or suggestions, please open an issue or submit a pull request.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthurahtetaung%2Fsupabase-cli-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthurahtetaung%2Fsupabase-cli-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthurahtetaung%2Fsupabase-cli-docker/lists"}