{"id":23102094,"url":"https://github.com/thisismydesign/ruby-node-alpine","last_synced_at":"2025-04-03T21:25:42.347Z","repository":{"id":42022595,"uuid":"434302396","full_name":"thisismydesign/ruby-node-alpine","owner":"thisismydesign","description":"Ruby + Node alpine images","archived":false,"fork":false,"pushed_at":"2022-04-17T22:38:44.000Z","size":12,"stargazers_count":16,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T09:27:05.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thisismydesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"thisismydesign","custom":["https://paypal.me/CsabaApagyi"]}},"created_at":"2021-12-02T16:51:04.000Z","updated_at":"2024-03-19T22:43:07.000Z","dependencies_parsed_at":"2022-08-12T02:40:08.360Z","dependency_job_id":null,"html_url":"https://github.com/thisismydesign/ruby-node-alpine","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/thisismydesign%2Fruby-node-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismydesign%2Fruby-node-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismydesign%2Fruby-node-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismydesign%2Fruby-node-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisismydesign","download_url":"https://codeload.github.com/thisismydesign/ruby-node-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247080761,"owners_count":20880324,"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":[],"created_at":"2024-12-16T23:58:46.144Z","updated_at":"2025-04-03T21:25:42.329Z","avatar_url":"https://github.com/thisismydesign.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/thisismydesign","https://paypal.me/CsabaApagyi"],"categories":[],"sub_categories":[],"readme":"# ruby-node-alpine\n\n#### Simple Dockerfile for building Ruby + Node alpine images for custom versions.\n\n[Why is this topic so complicated?](https://csaba-apagyi.medium.com/how-to-install-a-specific-node-js-version-in-an-alpine-docker-image-3edc1c2c64be)\n\nImages available on [Docker Hub](https://hub.docker.com/repository/docker/thisismydesign/ruby-node-alpine) (currently on free tier with limited pulls, consider [supporting](https://github.com/sponsors/thisismydesign)).\n\n```\ndocker run thisismydesign/ruby-node-alpine:3.0.2-16.13.0-alpine /bin/sh -c \"ruby --version \u0026\u0026 node --version\"\n```\n\nAvailable versions (defined in the [GitHub Actions workflow](.github/workflows/ci.yml)):\n- Ruby: `[3.0.0, 3.0.1, 3.0.2, 3.0.3]`\n- Node: `[16.13.0, 16.13.1]`\n\nVersions are easily extendable by opening a PR or forking the repo and pushing images to your own registry.\n\n## Usage\n\n```sh\nexport RUBY_VERSION=3.0.3\nexport NODE_VERSION=16.13.0\ndocker build . --build-arg RUBY_VERSION=$RUBY_VERSION --build-arg NODE_VERSION=$NODE_VERSION --tag ruby-node-alpine:$RUBY_VERSION-$NODE_VERSION\n\ndocker run --rm ruby-node-alpine:$RUBY_VERSION-$NODE_VERSION /bin/sh -c \"ruby --version \u0026\u0026 node --version \u0026\u0026 yarn --version\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismydesign%2Fruby-node-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisismydesign%2Fruby-node-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismydesign%2Fruby-node-alpine/lists"}