{"id":31968416,"url":"https://github.com/ihcsim/docker-wso2apim","last_synced_at":"2026-03-06T09:32:24.565Z","repository":{"id":17276052,"uuid":"20045962","full_name":"ihcsim/docker-wso2apim","owner":"ihcsim","description":"Docker image to install and run WSO2 API Manager.","archived":false,"fork":false,"pushed_at":"2020-08-23T21:41:49.000Z","size":24,"stargazers_count":18,"open_issues_count":0,"forks_count":30,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-24T04:46:06.341Z","etag":null,"topics":["docker","wso2","wso2-api-manager"],"latest_commit_sha":null,"homepage":null,"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/ihcsim.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}},"created_at":"2014-05-22T03:05:43.000Z","updated_at":"2020-08-23T21:41:51.000Z","dependencies_parsed_at":"2022-09-24T14:33:26.648Z","dependency_job_id":null,"html_url":"https://github.com/ihcsim/docker-wso2apim","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ihcsim/docker-wso2apim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihcsim%2Fdocker-wso2apim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihcsim%2Fdocker-wso2apim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihcsim%2Fdocker-wso2apim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihcsim%2Fdocker-wso2apim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ihcsim","download_url":"https://codeload.github.com/ihcsim/docker-wso2apim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihcsim%2Fdocker-wso2apim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","wso2","wso2-api-manager"],"created_at":"2025-10-14T18:52:40.362Z","updated_at":"2026-03-06T09:32:24.541Z","avatar_url":"https://github.com/ihcsim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-wso2apim\n[ ![Codeship Status for ihcsim/docker-wso2apim](https://app.codeship.com/projects/f9f472e0-c271-0134-3993-22c030d3a647/status?branch=master)](https://app.codeship.com/projects/197444) [![](https://images.microbadger.com/badges/version/isim/wso2apim:2.0.0.svg)](https://microbadger.com/images/isim/wso2apim:2.0.0 \"Get your own version badge on microbadger.com\") [![](https://images.microbadger.com/badges/commit/isim/wso2apim:2.0.0.svg)](https://microbadger.com/images/isim/wso2apim:2.0.0 \"Get your own commit badge on microbadger.com\") [![](https://images.microbadger.com/badges/image/isim/wso2apim:2.0.0.svg)](https://microbadger.com/images/isim/wso2apim:2.0.0 \"Get your own image badge on microbadger.com\")\n\nDocker image to install and run WSO2 API Manager.\n\n## Description\nThe Dockerfile will:\n* Use `wget` to pull the WSO2 API Manager 2.1.0 zip file from a S3 bucket into the container `/opt` folder.\n* Install `zip`.\n* Unzip the APIM 2.1.0 ZIP.\n* Remove the APIM 2.1.0 ZIP.\n* Expose the container port `9443`, `9736`, `8243`, `8280`, `10397`, `7711`.\n* Set the `wso2server.sh` start-up script as the container entrypoint.\n\n## Usage\nTo build the api-manager and test images with [`earthly`](https://docs.earthly.dev/):\n\n```sh\nearth +image\n\nearth +test-image\n```\n\nTo run the WSO2 API Manager:\n\n```sh\nexport API_MANAGER_HOST=apim\nexport TEST_NETWORK=test\n\ndocker network create \"$TEST_NETWORK\"\n\ndocker run -d --name \"$API_MANAGER_HOST\" \\\n  --network \"$TEST_NETWORK\" \\\n  -p 9443:9443 \\\n  wso2am:2.1.0-update14\n\ndocker run --network \"$TEST_NETWORK\" \\\n  --env API_MANAGER_HOST=\"$API_MANAGER_HOST\" \\\n  wso2am-test\n```\n\nTo access the web UI:\n* Admin console: https://localhost:9443/carbon\n* Publisher console: https://localhost:9443/publisher\n* API store: https://localhost:9443/store\n\n## License\nRefer to the [LICENSE](LICENSE) file. WSO2 license can be found [here](http://wso2.com/licenses).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihcsim%2Fdocker-wso2apim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihcsim%2Fdocker-wso2apim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihcsim%2Fdocker-wso2apim/lists"}