{"id":16111823,"url":"https://github.com/cliffano/packer-rtk","last_synced_at":"2025-04-06T06:44:08.116Z","repository":{"id":180334588,"uuid":"649162047","full_name":"cliffano/packer-rtk","owner":"cliffano","description":"Packer builder of machine image for running RTK software release tool","archived":false,"fork":false,"pushed_at":"2023-10-17T23:52:28.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T12:21:29.303Z","etag":null,"topics":["docker","packer","rtk"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/cliffano.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-06-04T01:33:10.000Z","updated_at":"2024-08-25T00:04:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba334618-f337-4dc8-91f1-8c89cc636f3d","html_url":"https://github.com/cliffano/packer-rtk","commit_stats":null,"previous_names":["cliffano/packer-rtk"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffano%2Fpacker-rtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffano%2Fpacker-rtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffano%2Fpacker-rtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffano%2Fpacker-rtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliffano","download_url":"https://codeload.github.com/cliffano/packer-rtk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445651,"owners_count":20939953,"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","packer","rtk"],"created_at":"2024-10-09T19:45:36.855Z","updated_at":"2025-04-06T06:44:08.096Z","avatar_url":"https://github.com/cliffano.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://raw.github.com/cliffano/packer-rtk/master/avatar.jpg\" alt=\"Avatar\"/\u003e\n\n[![Build Status](https://github.com/cliffano/packer-rtk/workflows/CI/badge.svg)](https://github.com/cliffano/packer-rtk/actions?query=workflow%3ACI)\n[![Docker Pulls Count](https://img.shields.io/docker/pulls/cliffano/rtk.svg)](https://hub.docker.com/r/cliffano/rtk/)\n[![Security Status](https://snyk.io/test/github/cliffano/packer-rtk/badge.svg)](https://snyk.io/test/github/cliffano/packer-rtk)\n\nPacker RTK\n----------\n\nPacker RTK is a Packer builder of machine image for running [RTK](https://github.com/cliffano/rtk) software release tool.\n\n| Packer RTK Version | Node Version | Alpine Version | RTK Version | Git Version |\n|--------------------|--------------|----------------|-------------|-------------|\n| 1.4.0              | 20.8.0       | 3.18           | 3.1.1       | 2.40.1      |\n| 1.3.0              | 20.8.0       | 3.18           | 3.1.0       | 2.40.1      |\n| 1.2.0              | 20.5.1       | 3.18           | 3.0.0       | 2.40.1      |\n| 1.1.0              | 20.3.0       | 3.18           | 2.3.0       | 2.40.1      |\n| 1.0.1              | 20.3.0       | 3.18           | 2.3.0       | -           |\n\nInstallation\n------------\n\nPull rtk Docker image from Docker Hub:\n\n    docker pull cliffano/rtk\n\nOr alternatively, you can create the Docker image:\n\n    git clone https://github.com/cliffano/packer-rtk\n    cd packer-rtk\n    make build-docker\n\nAn image with `cliffano/rtk` repository and `latest` tag should show up:\n\n    haku\u003e docker images\n\n    REPOSITORY                                       TAG                 IMAGE ID            CREATED             SIZE\n    cliffano/rtk                                0.9.0-pre.0                            347bfd9634a5   About an hour ago   623MB\n    cliffano/rtk                                latest                                 347bfd9634a5   About an hour ago   623MB\n\nUsage\n-----\n\nSimply run a container using cliffano/rtk image:\n\n    docker run \\\n      --rm \\\n      --workdir /opt/workspace \\\n      -v /var/run/docker.sock:/var/run/docker.sock \\\n      -v $(pwd):/opt/workspace \\\n      -i -t cliffano/rtk\n\nAlternatively, if you want to run the container via Docker Compose, you can have this in the configuration:\n\n    rtk:\n      image: cliffano/rtk\n      volumes:\n        - \"${PWD}:/src\"\n      working_dir: \"/src\"\n\nand then run Docker Compose:\n\n    docker-compose run \\\n      --rm \\\n      rtk release --release-increment-type minor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliffano%2Fpacker-rtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliffano%2Fpacker-rtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliffano%2Fpacker-rtk/lists"}