{"id":20028850,"url":"https://github.com/phase2/docker-gitlab-ci-workspace","last_synced_at":"2025-08-31T22:41:50.647Z","repository":{"id":137097884,"uuid":"128290359","full_name":"phase2/docker-gitlab-ci-workspace","owner":"phase2","description":"A GitLab CI workbench ready to support a container-based pipeline.","archived":false,"fork":false,"pushed_at":"2020-02-03T20:44:17.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-15T18:51:35.583Z","etag":null,"topics":["docker-image","gitlab-ci","outrigger"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/phase2.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":"2018-04-06T02:42:27.000Z","updated_at":"2024-09-02T10:36:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4adfbed-7cd0-4c53-970e-c4815294ed17","html_url":"https://github.com/phase2/docker-gitlab-ci-workspace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phase2/docker-gitlab-ci-workspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fdocker-gitlab-ci-workspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fdocker-gitlab-ci-workspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fdocker-gitlab-ci-workspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fdocker-gitlab-ci-workspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phase2","download_url":"https://codeload.github.com/phase2/docker-gitlab-ci-workspace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fdocker-gitlab-ci-workspace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273051868,"owners_count":25037078,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-image","gitlab-ci","outrigger"],"created_at":"2024-11-13T09:16:49.571Z","updated_at":"2025-08-31T22:41:50.619Z","avatar_url":"https://github.com/phase2.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Outrigger GitLab CI Workspace\n\n\u003e A GitLab CI workbench ready to support a container-based pipeline.\n\n[![Docker Stars](https://img.shields.io/docker/stars/outrigger/gitlab-ci-workspace.svg)](https://hub.docker.com/r/outrigger/gitlab-ci-workspace) [![Docker Pulls](https://img.shields.io/docker/pulls/outrigger/gitlab-ci-workspace.svg)](https://hub.docker.com/r/outrigger/gitlab-ci-workspace) [![](https://images.microbadger.com/badges/image/outrigger/gitlab-ci-workspace:18.svg)](https://microbadger.com/images/outrigger/gitlab-ci-workspace:18 \"Get your own image badge on microbadger.com\")\n\nGitLab CI allows specification of a Docker image which will be pulled and started\nas the first step of each job in every pipeline. For pipelines which will build\nand deploy Docker images, a container based on the official Docker image is best.\n\nWe have extended that with additional tools:\n\n* BASH, curl, OpenSSL to facilitate common build operations and expectations.\n* Python for docker-compose and potentially future addition of aws-cli and gcloud.\n* Kubernetes environment ready: built with kubectl and helm for k8s-ing.\n\nWhy are all these things built into this one image? We might pull some of these tools out in the future,\nbut the goal of this image is not to be a lean, single-purpose Docker image, but to provide an immutable\nand quick-to-load CI environment.\n\n## Usage Example\n\n### Running Locally\n\nThis is how you might start up the Container locally to explore environment assumptions:\n\n```\ndocker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock outrigger/gitlab-ci-workspace bash\n```\n\nThe volume mount allows the container to start and manage Docker containers for the host system.\n\n### Using in .gitlab-ci.yml\n\n```\n# Configuration for the GitLab CI pipeline.\n# https://docs.gitlab.com/ce/ci/yaml/\nimage: outrigger/gitlab-ci-workbench:18\n\nservices:\n  - docker:18-dind\n\n# \u003c...\u003e\n```\n\n## Security Reports\n\nPlease email outrigger@phase2technology.com with security concerns.\n\n## Maintainers\n\n[![Phase2 Logo](https://s3.amazonaws.com/phase2.public/logos/phase2-logo.png)](https://www.phase2technology.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Fdocker-gitlab-ci-workspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphase2%2Fdocker-gitlab-ci-workspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Fdocker-gitlab-ci-workspace/lists"}