{"id":25766800,"url":"https://github.com/nuage-studio/amazonlinuxbrew","last_synced_at":"2025-02-26T23:17:37.422Z","repository":{"id":38338234,"uuid":"271072945","full_name":"nuage-studio/amazonlinuxbrew","owner":"nuage-studio","description":"Docker image for Hombrew on Amazon Linux 2","archived":false,"fork":false,"pushed_at":"2025-01-17T05:17:26.000Z","size":45,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T06:21:44.054Z","etag":null,"topics":["amazonlinux","homebrew","linuxbrew"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nuagestudio/amazonlinuxbrew","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/nuage-studio.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":"2020-06-09T17:55:02.000Z","updated_at":"2024-09-02T11:57:03.000Z","dependencies_parsed_at":"2023-10-15T04:23:15.299Z","dependency_job_id":"0fd9ab9e-dfab-4ffc-a89e-e52507094836","html_url":"https://github.com/nuage-studio/amazonlinuxbrew","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/nuage-studio%2Famazonlinuxbrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuage-studio%2Famazonlinuxbrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuage-studio%2Famazonlinuxbrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuage-studio%2Famazonlinuxbrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuage-studio","download_url":"https://codeload.github.com/nuage-studio/amazonlinuxbrew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947632,"owners_count":19883032,"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":["amazonlinux","homebrew","linuxbrew"],"created_at":"2025-02-26T23:17:36.833Z","updated_at":"2025-02-26T23:17:37.414Z","avatar_url":"https://github.com/nuage-studio.png","language":"Dockerfile","readme":"Docker image for Hombrew on Amazon Linux 2\n\nMost developers end up using opinionated system package managers (yum, apt-get, etc.)\n\nHomebrew is so far the only package manager that's compatible on both MacOS and Linux.\nSince Windows have recently added the ability to run Linux in Windows, then all 3 operating systems are able to use a single package manager : Homebrew.\n\nThe purpose of this project is to be able to use this flexible package manager inside of an AmazonLinux image so that CI/CD systems and production servers on AWS can use the same practices as developers on their local machines.\n\n# Getting started\n\nTo use the image locally:\n`docker pull nuagestudio/amazonlinuxbrew`\n\nThen:\n`docker run -it --rm nuagestudio/amazonlinuxbrew`\n\nThe entry point of the image is `bash`, so to make sure `brew` works you can simply:\n`brew install wget`\n\n# Contributing\n\nIf you want to work on the project, you firstly need to install some dependencies.\nThey are listed in the [Brewfile](./Brewfile), which can simply be installed on MacOS:\n`brew bundle`\n\nThe build system is based on [Taskfile](https://taskfile.dev), which you need to install\nin order to run the build command:\n\n```bash\ntask build\n```\n\nIf you don't want to work with the taskfile, you can simply `docker build` the Dockerfile directly.\n\n## Updating the image\n\nThe Homebrew package manager gets regularly updated, therefore in order to have an up-to-date Docker image we're using a trick by inserting a `TIMESTAMP` into the [Dockerfile](./Dockerfile).\n\nThe CI is based on Github Actions, and is configured to run on the schedule : this way we keep most of the build in cache but simply update the Homebrew repository regularly.\n\n## Working on Github Actions\n\nIf you work on the CI, you should start by having a look at [build.yml](./.github/workflows/build.yml)\n\nIn order to avoid making a commit for every small change in the build file, you can use the [act](https://github.com/nektos/act) CLI at the root of the project.\n\nBy default, `act` doesn't have the `docker` CLI in its docker image, so we've built one specifically for that [here](https://hub.docker.com/r/nuagestudio/github-actions)\n\nIf you have Taskfile installed:\n`task ci`\n\nOtherwise:\n`act --platform ubuntu-latest=nuagestudio/github-actions:alpine`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuage-studio%2Famazonlinuxbrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuage-studio%2Famazonlinuxbrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuage-studio%2Famazonlinuxbrew/lists"}