{"id":19889474,"url":"https://github.com/theyorkshiredev/docker-bootstrap","last_synced_at":"2026-04-12T11:41:27.077Z","repository":{"id":119564359,"uuid":"98819824","full_name":"TheYorkshireDev/docker-bootstrap","owner":"TheYorkshireDev","description":"Docker image produced using a GitLab, GitHub and DockerHub pipeline","archived":false,"fork":false,"pushed_at":"2018-05-12T19:11:44.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T19:23:14.518Z","etag":null,"topics":["docker-image","dockerhub","github","gitlab"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/TheYorkshireDev.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-30T19:24:42.000Z","updated_at":"2018-05-12T19:11:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"84da71cb-efbb-4443-a908-d2f1ab197872","html_url":"https://github.com/TheYorkshireDev/docker-bootstrap","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheYorkshireDev%2Fdocker-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheYorkshireDev%2Fdocker-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheYorkshireDev%2Fdocker-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheYorkshireDev%2Fdocker-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheYorkshireDev","download_url":"https://codeload.github.com/TheYorkshireDev/docker-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317601,"owners_count":19943202,"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":["docker-image","dockerhub","github","gitlab"],"created_at":"2024-11-12T18:10:19.219Z","updated_at":"2026-04-12T11:41:22.038Z","avatar_url":"https://github.com/TheYorkshireDev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Bootstrap\n\nThis repository demonstrates a basic docker image and shows the pipeline for \ndeveloping docker images within GitLab.\nOnce the image has been developed, the master branch is mirrored on Github \nand that latest tagged image is deployed to DockerHub.\n\n## Pipeline\n\n\u003e Development and Continuous Integration on GitLab\n\n[![GitLab Logo](https://raw.githubusercontent.com/TheYorkshireDev/docker-bootstrap/master/resources/gitlab.png)](https://gitlab.com/TheYorkshireDev/docker-bootstrap) \n\n\u003e Publish to GitHub\n\n[![GitHub Logo](https://raw.githubusercontent.com/TheYorkshireDev/docker-bootstrap/master/resources/github.png)](https://github.com/theyorkshiredev/docker-bootstrap) \n\n\u003e Release to DockerHub\n\n[![DockerHub Logo](https://raw.githubusercontent.com/TheYorkshireDev/docker-bootstrap/master/resources/dockerhub.png)](https://hub.docker.com/r/theyorkshiredev/docker-bootstrap) \n\n## Build \u0026 Release Status\n\n### Build\n\n[![Build Status](https://gitlab.com/TheYorkshireDev/docker-bootstrap/badges/master/build.svg)](https://gitlab.com/TheYorkshireDev/docker-bootstrap/pipelines) [![GitHub tag](https://img.shields.io/github/tag/theyorkshiredev/docker-bootstrap.svg)](https://github.com/theyorkshiredev/docker-bootstrap/releases) [![license](https://img.shields.io/github/license/theyorkshiredev/docker-bootstrap.svg)](https://github.com/theyorkshiredev/docker-bootstrap/blob/master/LICENCE)\n\n### Docker Image\n\n[![Docker Build Status](https://img.shields.io/docker/build/theyorkshiredev/docker-bootstrap.svg)](https://hub.docker.com/r/theyorkshiredev/docker-bootstrap/) [![Docker Automated build](https://img.shields.io/docker/automated/theyorkshiredev/docker-bootstrap.svg)](https://hub.docker.com/r/theyorkshiredev/docker-bootstrap/) [![Docker Pulls](https://img.shields.io/docker/pulls/theyorkshiredev/docker-bootstrap.svg)](https://hub.docker.com/r/theyorkshiredev/docker-bootstrap/) [![Docker Stars](https://img.shields.io/docker/stars/theyorkshiredev/docker-bootstrap.svg)](https://hub.docker.com/r/theyorkshiredev/docker-bootstrap/)\n\n## GitLab Development Environment\n\n### GitLab General Settings\n\n* Merge Requests: *Fast-forward merge*\n* Only allow merge requests to be merged if the pipeline succeeds\n\n### GitLab Repository Settings\n\n#### Push Rule\n\nSet the following rules:\n\n* Do not allow users to remove git tags with git push\n* Prevent committing secrets to Git\n\n## GitHub Deployment\n\n### Github Setup\n\n* Create a GitHub repository mirroring the same name as the GitLab repository.\n* Create a personal token on GitHub with the permission `Access public repositories` allowing the user to push to the repository.\n* Add the personal token as an environment variable for the pipeline called `GITHUB_TOKEN`\n\n### Github Repository\n\nWithin the repository settings:\n\n* Uncheck the `Wikis` feature\n* Uncheck the `Restrict editing to collaborators only` feature\n* Uncheck the `Issues` feature\n* Uncheck the `Projects` feature\n\n## DockerHub Release\n\n* Create an automated-build within docker hub\n* Link the DockerHub repository and the github repository\n* Add build step: `TAG`, `/^[0-9.]+$/`, `/`, `latest`\n* Add build step: `TAG`, `/^[0-9.]+$/`, `/`\n* Uncheck automatic build on push\n* Activate triggers\n* Store the trigger token in an environment variable `$DOCKERHUB_TOKEN`\n\n## Contribute\n\n**Please Note:** The development of this project is done within a GitLab repository and uses the integrated GitLab CI. If you wish to contribute in anyway feel free to send pull requests and submit issues on GitLab. This GitHub repository is a mirror of the master branch within GitLab and is intended for users unfamiliar with GitLab.\n\n* [Development Repository](https://gitlab.com/TheYorkshireDev/docker-bootstrap)\n* [Report Issues on GitLab](https://gitlab.com/TheYorkshireDev/docker-bootstrap/issues)\n* [Repository CI \u0026 CD](https://gitlab.com/TheYorkshireDev/docker-bootstrap/pipelines)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheyorkshiredev%2Fdocker-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheyorkshiredev%2Fdocker-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheyorkshiredev%2Fdocker-bootstrap/lists"}