{"id":19993749,"url":"https://github.com/apache/skywalking-docker","last_synced_at":"2025-05-04T12:32:35.379Z","repository":{"id":47190222,"uuid":"154605982","full_name":"apache/skywalking-docker","owner":"apache","description":"SkyWalking Docker file archive for all official releases","archived":true,"fork":false,"pushed_at":"2021-09-09T05:57:51.000Z","size":117,"stargazers_count":265,"open_issues_count":0,"forks_count":139,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-04-26T02:43:37.719Z","etag":null,"topics":["apm","dapper","distributed-tracing","observability","service-mesh","skywalking"],"latest_commit_sha":null,"homepage":"https://skywalking.apache.org/","language":"Dockerfile","has_issues":false,"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/apache.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":"2018-10-25T03:39:52.000Z","updated_at":"2025-03-16T05:43:04.000Z","dependencies_parsed_at":"2022-09-03T23:31:36.562Z","dependency_job_id":null,"html_url":"https://github.com/apache/skywalking-docker","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/apache%2Fskywalking-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/skywalking-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251749744,"owners_count":21637593,"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":["apm","dapper","distributed-tracing","observability","service-mesh","skywalking"],"created_at":"2024-11-13T04:52:57.866Z","updated_at":"2025-05-04T12:32:35.357Z","avatar_url":"https://github.com/apache.png","language":"Dockerfile","readme":"# This repo is archived\n\nSince SkyWalking 8.8.0, the Dockerfiles are merged\ninto [the OAP repo](https://github.com/apache/skywalking/tree/master/docker)\nand [the Java agent repo](https://github.com/apache/skywalking-java) respectively, this repo is archived and not\nmaintained anymore.\n\n# Apache SkyWalking Docker Files\n\n\u003cimg src=\"http://skywalking.apache.org/assets/logo.svg\" alt=\"Sky Walking logo\" height=\"90px\" align=\"right\" /\u003e\n\n**SkyWalking**: an APM(application performance monitor) system, especially designed for \nmicroservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.\n\n# Images\nThis repository includes related files of following docker images:\n - OAP server\n - UI\n - Java agent\n \n Documents of each version are in `v-x.y.z/oap` and `v-x.y.z/ui`. Such as [8.1.0 OAP](8/8.1.0/oap) and [8.1.0 UI](8/8.1.0/ui)\n\nThe convenience images are published to Docker Hub and available from the `skywalking.docker.scarf.sh` endpoint.\n\n- `skywalking.docker.scarf.sh/apache/skywalking-base` ([Docker Hub](https://hub.docker.com/r/apache/skywalking-base))\n- `skywalking.docker.scarf.sh/apache/skywalking-ui` ([Docker Hub](https://hub.docker.com/r/apache/skywalking-ui))\n- `skywalking.docker.scarf.sh/apache/skywalking-oap-server` ([Docker Hub](https://hub.docker.com/r/apache/skywalking-oap-server))\n\nJava agent images are available too.\n- `skywalking.docker.scarf.sh/apache/skywalking-java-agent` ([Docker Hub](https://hub.docker.com/r/apache/skywalking-java-agent))\n\n# How to build\n\nWhen the version \u003c `8.4.0`, the release manifests are grouping by their major version number and full version number in `archive`.\n\nFrom `8.4.0`, issuing follows to build relevant docker images\n\n```sh\n# source 8/v8.4.0.sh if the target version is 8.4.0\nsource \u003cmajor_version\u003e/v\u003cversion\u003e.sh\n\nmake\n```\n\n# How to publish images\n\nAfter a SkyWalking's Apache release, composing a new version environment setting script to `\u003cmajor_version\u003e` folder with the name like `v\u003cversion\u003e.sh`\n\nBuilding images as below:\n\n```sh\nsource \u003cmajor_version\u003e/v\u003cversion\u003e.sh\nmake\n```\n\nVerifying images:\n\n```sh\n# Booting up a compose of ES6, OAP server and UI\nmake compose.es6\n# Booting up a compose of ES7, OAP server and UI\nmake compose.es7\n```\n\nPushing built images to docker hub repos:\n\n```sh\nmake docker.push\n```\n\n# How to build images before 8.4.0\n\nThe manifests building images before 8.4.0 are archived into `archive` folder.\n\nThese \"archived\" images could not be built by any `make` target, being built manually instead. \nThe approach is that navigating to the target based on the path grouped by SkyWalking release version number\n, then building specific images by `docker build`.\n\n# License\n[Apache 2.0 License.](/LICENSE)\n","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fskywalking-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-docker/lists"}