{"id":16533650,"url":"https://github.com/tmaier/docker-gemfury","last_synced_at":"2025-10-30T04:10:13.651Z","repository":{"id":67507043,"uuid":"126390199","full_name":"tmaier/docker-gemfury","owner":"tmaier","description":"Gemfury. Ready for CI","archived":false,"fork":false,"pushed_at":"2022-12-30T21:34:31.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T00:15:41.039Z","etag":null,"topics":["docker-image","gemfury"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tmaier/gemfury","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/tmaier.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-03-22T20:16:30.000Z","updated_at":"2022-12-30T20:58:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d57cfd1-d75a-414b-b045-81bbe2b923e1","html_url":"https://github.com/tmaier/docker-gemfury","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/tmaier%2Fdocker-gemfury","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmaier%2Fdocker-gemfury/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmaier%2Fdocker-gemfury/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmaier%2Fdocker-gemfury/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmaier","download_url":"https://codeload.github.com/tmaier/docker-gemfury/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241672391,"owners_count":20000771,"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","gemfury"],"created_at":"2024-10-11T18:15:30.342Z","updated_at":"2025-10-30T04:10:13.599Z","avatar_url":"https://github.com/tmaier.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemfury Docker Image\n\nThis docker image is based on the official [Ruby](https://hub.docker.com/_/ruby/) image and adds the [Gemfury](https://gemfury.com) gem to it.\nThis is very useful for CI pipelines that need to upload gems to Gemfury.\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/tmaier/gemfury.svg)](https://hub.docker.com/r/tmaier/gemfury/)\n[![Docker Stars](https://img.shields.io/docker/stars/tmaier/gemfury.svg)](https://hub.docker.com/r/tmaier/gemfury/)\n[![GitHub issues](https://img.shields.io/github/issues/tmaier/docker-gemfury.svg)](https://github.com/tmaier/docker-gemfury/issues)\n[![GitHub stars](https://img.shields.io/github/stars/tmaier/docker-gemfury.svg?style=social\u0026label=Star)](https://github.com/tmaier/docker-gemfury)\n\n## Usage instructions for GitLab CI\n\nThe following example shows how to use this image in a GitLab CI pipeline (e.g. `.gitlab-ci.yml`).\nIt depends on a `build` job that produces a `.gem` file in the `pkg` directory.\n\nConfigure `GEMFURY_API_TOKEN` as a [variable](https://docs.gitlab.com/ee/ci/variables/#variables) in the GitLab CI settings.\nLearn more [how to manage access tokens (push tokens) at Gemfury](https://gemfury.com/help/tokens/#push-tokens-to-upload-packages).\n\n```yml\nupload:gemfury:\n  image:\n    name: tmaier/gemfury:latest\n    entrypoint: [\"\"]\n  script:\n    - fury push ./pkg/*.gem --api-token=$GEMFURY_API_TOKEN\n  variables:\n    GIT_STRATEGY: none\n  dependencies:\n    - build\n  stage: upload\n  only:\n    - master\n```\n\n## Author\n\n[Tobias L. Maier](https://tobiasmaier.info) for [BauCloud GmbH](https://www.baucloud.com)\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmaier%2Fdocker-gemfury","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmaier%2Fdocker-gemfury","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmaier%2Fdocker-gemfury/lists"}