{"id":29571917,"url":"https://github.com/oceanbase/setup-oceanbase-ce","last_synced_at":"2025-07-19T04:36:36.649Z","repository":{"id":233760698,"uuid":"787711593","full_name":"oceanbase/setup-oceanbase-ce","owner":"oceanbase","description":"Action to setup OceanBase CE.","archived":false,"fork":false,"pushed_at":"2024-06-24T07:30:00.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-06-25T06:32:46.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oceanbase.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}},"created_at":"2024-04-17T03:16:43.000Z","updated_at":"2024-06-24T07:18:20.000Z","dependencies_parsed_at":"2024-05-21T04:46:00.386Z","dependency_job_id":"9c67d92d-e1fa-4734-9ab2-54605a0a33b5","html_url":"https://github.com/oceanbase/setup-oceanbase-ce","commit_stats":null,"previous_names":["oceanbase/setup-oceanbase-ce"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/oceanbase/setup-oceanbase-ce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fsetup-oceanbase-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fsetup-oceanbase-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fsetup-oceanbase-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fsetup-oceanbase-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oceanbase","download_url":"https://codeload.github.com/oceanbase/setup-oceanbase-ce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fsetup-oceanbase-ce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265889162,"owners_count":23844539,"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","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-07-19T04:36:36.016Z","updated_at":"2025-07-19T04:36:36.631Z","avatar_url":"https://github.com/oceanbase.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-oceanbase-ce\n\nThis [GitHub Action](https://github.com/features/actions) sets up a Docker container of OceanBase CE.\n\n## Usage\n\n```yaml\nsteps:\n  - uses: oceanbase/setup-oceanbase-ce@v1\n    with:\n      # The name of OceanBase CE Docker image.\n      # Default: oceanbase/oceanbase-ce\n      image_name: ''\n      # The tag of OceanBase CE Docker image.\n      # Default: latest\n      image_tag: ''\n      # The name of started Docker container.\n      # Default: oceanbase-ce\n      container_name: ''\n      # The network used by OceanBase container https://docs.docker.com/network.\n      # Default: null\n      network: ''\n      # The SQL port of OceanBase container.\n      # Default: 2881\n      sql_port: ''\n      # The RPC port of OceanBase container.\n      # Default: 2882\n      rpc_port: ''\n      # The deployment mode of OceanBase container. Should be 'mini', 'slim' or 'normal'.\n      # Default: slim\n      mode: ''\n      # The password of sys tenant root user.\n      # Default: null\n      sys_root_password: ''\n      # The cluster name of OceanBase instance.\n      # Default: github-action\n      cluster_name: ''\n      # The name of non-system tenant to be created.\n      # Default: test\n      tenant_name: ''\n      # The password of root user in created non-system tenant.\n      # Default: null\n      tenant_root_password: ''\n      # Cluster configuration 'memory_limit'.\n      # Default: 6G\n      memory_limit: ''\n      # Cluster configuration 'system_memory'.\n      # Default: 1G\n      system_memory: ''\n      # Cluster configuration 'datafile_size'.\n      # Default: 5G\n      datafile_size: ''\n      # Cluster configuration 'log_disk_size'.\n      # Default: 5G\n      log_disk_size: ''\n      # SQL text used to initialize the test tenant.\n      # Default: null\n      init_sql: ''\n```\n\nSee [Docker Hub](https://hub.docker.com/r/oceanbase/oceanbase-ce) for more details about OceanBase Docker image.\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fsetup-oceanbase-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foceanbase%2Fsetup-oceanbase-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fsetup-oceanbase-ce/lists"}