{"id":39817770,"url":"https://github.com/greyltc-org/docker-archlinux-aur","last_synced_at":"2026-01-18T12:52:51.062Z","repository":{"id":25360041,"uuid":"28787834","full_name":"greyltc-org/docker-archlinux-aur","owner":"greyltc-org","description":"The Official Arch Linux Docker image after installing an AUR helper.","archived":false,"fork":false,"pushed_at":"2026-01-11T03:47:56.000Z","size":134,"stargazers_count":86,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T00:18:43.468Z","etag":null,"topics":["archlinux","aur","devel","docker","docker-archlinux-aur","dockerfile","paru","yay"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greyltc-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-01-04T22:20:09.000Z","updated_at":"2025-11-29T03:11:06.000Z","dependencies_parsed_at":"2023-02-12T14:03:13.634Z","dependency_job_id":null,"html_url":"https://github.com/greyltc-org/docker-archlinux-aur","commit_stats":null,"previous_names":["l3iggs/docker-archlinux-aur"],"tags_count":350,"template":false,"template_full_name":null,"purl":"pkg:github/greyltc-org/docker-archlinux-aur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greyltc-org%2Fdocker-archlinux-aur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greyltc-org%2Fdocker-archlinux-aur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greyltc-org%2Fdocker-archlinux-aur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greyltc-org%2Fdocker-archlinux-aur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greyltc-org","download_url":"https://codeload.github.com/greyltc-org/docker-archlinux-aur/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greyltc-org%2Fdocker-archlinux-aur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["archlinux","aur","devel","docker","docker-archlinux-aur","dockerfile","paru","yay"],"created_at":"2026-01-18T12:52:50.324Z","updated_at":"2026-01-18T12:52:51.039Z","avatar_url":"https://github.com/greyltc-org.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tag commit and build containers](https://github.com/greyltc-org/docker-archlinux-aur/actions/workflows/publish-docker-image.yml/badge.svg)](https://github.com/greyltc-org/docker-archlinux-aur/actions/workflows/publish-docker-image.yml)  \narchlinux-aur\n====================\nThe Official Arch Linux Docker image after installing an AUR helper. (containers for both yay and paru)\n\n- Uses the official Arch base-devel image, `FROM archlinux:base-devel` ( see https://hub.docker.com/_/archlinux )\n- Builds every week on Sunday, two hours after the official archlinux:base-devel package is built\n- Uses the same tag syntax as that container\n- Report issues here: https://github.com/greyltc/docker-archlinux-aur/issues\n- Automated builds are done via GitHub Actions which publish finished containers to two places:\n  - Docker Hub\n    - https://hub.docker.com/repository/docker/greyltc/archlinux-aur\n  - GitHub Container Registry\n    - https://github.com/greyltc-org/docker-archlinux-aur/pkgs/container/archlinux-aur\n- There are a few tags here\n  - `latest`, `20210203.0.54`, `yay`, `yay-20210203.0.54` builds with yay helper\n  - `paru`, `paru-20210203.0.54` builds with paru helper\n- You can use one yourself by putting something like this at the top of your Dockerfile  \n  - **From Docker Hub:**\n    - `FROM greyltc/archlinux-aur`\n    - `FROM greyltc/archlinux-aur:paru`\n    - `FROM greyltc/archlinux-aur:yay`\n    - `FROM greyltc/archlinux-aur:paru-20210203.0.54`\n    - `FROM greyltc/archlinux-aur:yay-20210203.0.54`  \n  - **From GitHub Package Registry:**\n    - `FROM ghcr.io/greyltc-org/archlinux-aur`\n    - `FROM ghcr.io/greyltc-org/archlinux-aur:paru`\n    - `FROM ghcr.io/greyltc-org/archlinux-aur:yay`\n    - `FROM ghcr.io/greyltc-org/archlinux-aur:paru-20210203.0.54`\n    - `FROM ghcr.io/greyltc-org/archlinux-aur:yay-20210203.0.54`\n\nTo install stuff in a container based on this project you can put something like the following in your Dockerfile:\n```dockerfile\nRUN aur-install aur-package1 aur-package2 non-aur-package3\n```\n\nDo this to poke around inside the container if you'd like:\n```\ndocker run --name checkitout --pull=always --interactive --tty ghcr.io/greyltc-org/archlinux-aur bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreyltc-org%2Fdocker-archlinux-aur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreyltc-org%2Fdocker-archlinux-aur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreyltc-org%2Fdocker-archlinux-aur/lists"}