{"id":15069363,"url":"https://github.com/v8fg/docker-compose-resources","last_synced_at":"2025-04-10T17:11:47.325Z","repository":{"id":38675916,"uuid":"271674225","full_name":"v8fg/docker-compose-resources","owner":"v8fg","description":"docker images resources generator, include: golang, alpine,ubuntu,jdk,mysql,etc.","archived":false,"fork":false,"pushed_at":"2023-08-25T07:30:26.000Z","size":458,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-03-24T14:51:23.254Z","etag":null,"topics":["alpine","docker","docker-compose","docker-container","docker-image","dockerfile","dockerfiles","es","filebrowser","gitlab","golang","golang-image","grafana","jdk","node","python","rust","ubuntu","ubuntu-tensorflow"],"latest_commit_sha":null,"homepage":"","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/v8fg.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":"2020-06-12T00:37:35.000Z","updated_at":"2023-09-08T18:08:40.000Z","dependencies_parsed_at":"2024-10-04T01:45:18.307Z","dependency_job_id":null,"html_url":"https://github.com/v8fg/docker-compose-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v8fg%2Fdocker-compose-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v8fg%2Fdocker-compose-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v8fg%2Fdocker-compose-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v8fg%2Fdocker-compose-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v8fg","download_url":"https://codeload.github.com/v8fg/docker-compose-resources/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248261752,"owners_count":21074223,"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":["alpine","docker","docker-compose","docker-container","docker-image","dockerfile","dockerfiles","es","filebrowser","gitlab","golang","golang-image","grafana","jdk","node","python","rust","ubuntu","ubuntu-tensorflow"],"created_at":"2024-09-25T01:42:02.256Z","updated_at":"2025-04-10T17:11:47.267Z","avatar_url":"https://github.com/v8fg.png","language":"Shell","readme":"# Docker Compose Resources\n\n\u003e If you have any public images want to build , also can send email or issues, will deal it at my convenience, thks.\n\n## Image List\n\n- [demo](./demo/README.md)\n- [aerospike](./aerospike/README.md)\n- [alpine](./alpine/README.md)\n- [bash](./bash/README.md)\n- [busybox](./busybox/README.md)\n- [centos](./centos/README.md)\n- [elasticsearch](./elasticsearch/README.md)\n- [erlang](./erlang/README.md)\n- [etcd](./etcd/README.md)\n- [filebrowser](./filebrowser/README.md)\n- [flink](./flink/README.md)\n- [fluentd](./fluentd/README.md)\n- [gcc](./gcc/README.md)\n- [gitlab](./gitlab/README.md)\n- [golang](./golang/README.md)\n- [grafana](./grafana/README.md)\n- [influxdb](./influxdb/README.md)\n- [jenkins](./jenkins/README.md)\n- [julia](./julia/README.md)\n- [kafka](./kafka/README.md)\n- [kibana](./kibana/README.md)\n- [logstash](./logstash/README.md)\n- [mysql](./mysql/README.md)\n- [nats](./nats/README.md)\n- [nexus3](./nexus3/README.md)\n- [nginx](./nginx/README.md)\n- [node](./node/README.md)\n- [openjdk](./openjdk/README.md)\n- [php](./php/README.md)\n- [postgres](./postgres/README.md)\n- [prometheus](./prometheus/README.md)\n- [prometheus-gateway](./prometheus-gateway/README.md)\n- [pulsar](./pulsar/README.md)\n- [pyroscope](./pyroscope/README.md)\n- [python](./python/README.md)\n- [redis](./redis/README.md)\n- [registry](./registry/README.md)\n- [ruby](./ruby/README.md)\n- [rust](./rust/README.md)\n- [sonarqube](./sonarqube/README.md)\n- [swift](./swift/README.md)\n- [ubuntu](./ubuntu/README.md)\n- [zookeeper](./zookeeper/README.md)\n\n## Usage\n\n\u003e[reference](https://docs.docker.com/reference/)\n\n`docker pull [OPTIONS] NAME[:TAG|@DIGEST]`\n\n### copy file to multi dirs\n\n`find . -type d -d 1|grep -v '^\\./\\.\\|scripts'|xargs -n 1 cp -v alpine/Makefile`\n\n## Project Structure\n\n```text\n┌── golang:                         golang related Dockerfile \u0026 docker-compose file\n    |__ latest:                     golang version latest image dir\n        |__ docker-compose.yml:     docker compose file, use to create and start container\n        |__ docker-version.sh:      version info for build and push docker image\n        |__ Dockerfile:             define the docker image\n    |__ latest-upx:                 golang latest version with upx\n    |__ Makefile:                   use command make to build, push and run docker images for golang\n|___xxx:                            xxx  related Dockerfile \u0026 docker-compose file\n|__ scripts:                        common scripts\n    |__ docker-build.sh:            docker image build script\n    |__ docker-clean.sh:            docker images clean, contains none for REPOSITORY or TAG\n    |__ docker-push.sh:             docker image push script\n    |__ docker-run.sh:              script for run the special version docker image\n|__ .gitignore:                     gitignore\n|__ Makefile:                       use command make to build and push latest docker image\n```\n\n## Docker and DockerCompose Set\n\n### [Docker Engine Install](https://docs.docker.com/engine/install/)\n\n#### Tip\n\n- `alpine 3.14+`, need `Docker version` **20.10.3+**\n\n\u003e**Recommendation**\n\n- Docker Desktop Version: **2.3.1.0** [pls watch subscription service agreement](https://www.docker.com/legal/docker-subscription-service-agreement)\n  - Pls use latest version, if install\n- Engine: 20.10.8+\n- Compose: 2.2.2\n- Go: 1.16.6+\n\n- [Install on CentOS](https://docs.docker.com/engine/install/centos/)\n- [Install binaries](https://docs.docker.com/engine/install/binaries/)\n  - [linux](https://download.docker.com/linux/static/stable/x86_64/)\n  - [mac](https://download.docker.com/mac/static/stable/x86_64/)\n\n#### Binaries Install\n\n```bash\nsudo cp docker/* /usr/bin/\n```\n\n### DockerCompose\n\n`brew install docker-compose`\n\n***docker-compose.yml*** `env priority`：\n\n- Compose file\n- Shell environment variables(use command source enable set)\n- Environment file\n- Dockerfile\n- Variable is not defined\n\n## mirrors site\n\n- [tuna](https://mirrors.tuna.tsinghua.edu.cn)\n- [bfsu](https://mirrors.bfsu.edu.cn/)\n- [ustc](http://mirrors.ustc.edu.cn/)\n- [aliyun](http://mirrors.aliyun.com/)\n- [163](http://mirrors.163.com/)\n- [zju](http://mirrors.zju.edu.cn/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8fg%2Fdocker-compose-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv8fg%2Fdocker-compose-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8fg%2Fdocker-compose-resources/lists"}