{"id":19764480,"url":"https://github.com/hostwithquantum/hugo-docker","last_synced_at":"2026-04-09T11:01:05.979Z","repository":{"id":209054793,"uuid":"723066548","full_name":"hostwithquantum/hugo-docker","owner":"hostwithquantum","description":"hugo (extended) and Golang, in a Docker image","archived":false,"fork":false,"pushed_at":"2026-03-24T09:34:39.000Z","size":301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-25T11:55:36.414Z","etag":null,"topics":["docker","docker-image","go-modules","gohugo","golang","hugo"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hostwithquantum.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-24T15:45:48.000Z","updated_at":"2026-03-24T09:34:35.000Z","dependencies_parsed_at":"2025-11-27T21:03:29.628Z","dependency_job_id":null,"html_url":"https://github.com/hostwithquantum/hugo-docker","commit_stats":null,"previous_names":["hostwithquantum/hugo-docker"],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/hostwithquantum/hugo-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostwithquantum%2Fhugo-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostwithquantum%2Fhugo-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostwithquantum%2Fhugo-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostwithquantum%2Fhugo-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hostwithquantum","download_url":"https://codeload.github.com/hostwithquantum/hugo-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostwithquantum%2Fhugo-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: 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":["docker","docker-image","go-modules","gohugo","golang","hugo"],"created_at":"2024-11-12T04:13:57.885Z","updated_at":"2026-04-02T12:00:15.409Z","avatar_url":"https://github.com/hostwithquantum.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hugo-docker\n\nA Docker/OCI image to include hugo (extended) and Golang (for hugo-modules).\n\n![hugo-docker OCI image](./gohugo-docker.svg)\n\n## How to use\n\n```sh\n$ docker run --rm ghcr.io/hostwithquantum/hugo-docker:latest version\nhugo v0.120.4-f11bca5fec2ebb3a02727fb2a5cfb08da96fd9df+extended linux/amd64 BuildDate=2023-11-08T11:18:07Z VendorInfo=gohugoio\n```\n\n### Registries\n\nThe Image is pushed to multiple registries:\n\n- [`ghcr.io/hostwithquantum/hugo-docker`](https://github.com/hostwithquantum/hugo-docker/pkgs/container/hugo-docker)\n- [`docker.io/runwaypaas/hugo-docker`](https://hub.docker.com/r/runwaypaas/hugo-docker)\n\n## Build base for your website\n\nIncorporate into your own image:\n\n```Dockerfile\n# get a specific tag to avoid potential breaks\nFROM ghcr.io/hostwithquantum/hugo-docker:latest as hugo\n\nWORKDIR /website\nADD all-the-hugo-files .\n\nRUN hugo --source . --destination public --minify\n\nFROM nginxinc/nginx-unprivileged:1.25.3 as prod\nCOPY --from=hugo /website/public /usr/share/nginx/html\n```\n\nBuild:\n\n```sh\n$ docker build -t mywebsite .\n...\n```\n\nDeploy/run:\n\n```sh\n$ docker run --rm -p 80:8080 mywebsite:latest\n...\n```\n\nTest: `open http://localhost/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostwithquantum%2Fhugo-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhostwithquantum%2Fhugo-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostwithquantum%2Fhugo-docker/lists"}