{"id":26580104,"url":"https://github.com/kuldeepsingh99/docker-mysql-demo","last_synced_at":"2026-04-14T10:32:04.974Z","repository":{"id":210589592,"uuid":"114114354","full_name":"kuldeepsingh99/docker-mysql-demo","owner":"kuldeepsingh99","description":"Continuous Integration and Deployment with Big bucket pipelines and docker Mysql example","archived":false,"fork":false,"pushed_at":"2017-12-15T07:52:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T10:43:21.200Z","etag":null,"topics":["bitbucket","bitbucket-pipelines","ci-cd","continuous-deployment","continuous-integration","docker","docker-cloud","docker-hub","docker-mysql-demo","mysql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuldeepsingh99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-13T11:47:28.000Z","updated_at":"2017-12-20T11:47:53.000Z","dependencies_parsed_at":"2023-12-03T22:32:09.022Z","dependency_job_id":null,"html_url":"https://github.com/kuldeepsingh99/docker-mysql-demo","commit_stats":null,"previous_names":["kuldeepsingh99/docker-mysql-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kuldeepsingh99/docker-mysql-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuldeepsingh99%2Fdocker-mysql-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuldeepsingh99%2Fdocker-mysql-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuldeepsingh99%2Fdocker-mysql-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuldeepsingh99%2Fdocker-mysql-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuldeepsingh99","download_url":"https://codeload.github.com/kuldeepsingh99/docker-mysql-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuldeepsingh99%2Fdocker-mysql-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["bitbucket","bitbucket-pipelines","ci-cd","continuous-deployment","continuous-integration","docker","docker-cloud","docker-hub","docker-mysql-demo","mysql","spring-boot"],"created_at":"2025-03-23T06:30:25.861Z","updated_at":"2026-04-14T10:32:04.958Z","avatar_url":"https://github.com/kuldeepsingh99.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbucket Pipleline Demo with Docker (Spring boot Mysql example)\n\n## Prerequisite\n1. Account in AWS\n2. Docker Account\n3. Bitbucket Account\n\n## Please follow these steps to push docker image to docker cloud\n1. Create a repository in bitbucket and docker\n2. Create two environment variable (DOCKER_USER_NAME and DOCKER_PASS) for Docker User Name and Password (Path :- Repository -\u003e Setting -\u003e Environment variables\n3. Edit the bitbucket-pipelines.yml as per your Docker cloud details\n4. Check-in the code to code bitbucket repository\n5. Check whether build is successfull on bitbucket\n6. Check whether docker image is pushed to Docker repository\n\n## Please follow these steps to deploy Docker image to AWS Container\n\n1. Create role in AWS (Go to this URL : https://console.aws.amazon.com/iam/home?#/roles and click on “Create Role”)\n2. Follow the steps mentioned here : https://docs.docker.com/docker-cloud/cloud-swarm/link-aws-swarm/\n3. Copy the ARN Role and link Docker with AWS\n4. In Docker in Node Section, Create Node\n5. Create Stack file to deploy image to AWS Container\n```db-service:\n  autodestroy: always\n  autoredeploy: true\n  image: 'kuldeep99/dbtest:latest'\n  links:\n    - mysqlkuldeep\n  ports:\n    - '8080:8080'\n  target_num_containers: 1\nmysqlkuldeep:\n  environment:\n    - MYSQL_DATABASE=test\n    - MYSQL_PASS=root\n    - MYSQL_ROOT_PASSWORD=root\n    - MYSQL_USER=demo_user\n  image: 'mysql:5.5'\n  ports:\n    - '3306:3306'\n```\n6. Click on create and deploy, docker cloud will create container and deploy the latest image in the container\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuldeepsingh99%2Fdocker-mysql-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuldeepsingh99%2Fdocker-mysql-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuldeepsingh99%2Fdocker-mysql-demo/lists"}