{"id":19531100,"url":"https://github.com/stanislav-zeman/go-present","last_synced_at":"2026-06-13T03:01:31.968Z","repository":{"id":227901616,"uuid":"772674860","full_name":"stanislav-zeman/go-present","owner":"stanislav-zeman","description":"Go present Docker image","archived":false,"fork":false,"pushed_at":"2024-05-05T19:32:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T22:40:39.290Z","etag":null,"topics":["dockerfile","go","golang","image","present"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stanislav-zeman.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":"2024-03-15T16:58:52.000Z","updated_at":"2024-05-05T19:32:57.000Z","dependencies_parsed_at":"2024-03-15T18:26:05.388Z","dependency_job_id":"78ea996b-1442-4393-aed9-98dac7d51eb5","html_url":"https://github.com/stanislav-zeman/go-present","commit_stats":null,"previous_names":["stanislav-zeman/go-present"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stanislav-zeman/go-present","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislav-zeman%2Fgo-present","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislav-zeman%2Fgo-present/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislav-zeman%2Fgo-present/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislav-zeman%2Fgo-present/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanislav-zeman","download_url":"https://codeload.github.com/stanislav-zeman/go-present/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislav-zeman%2Fgo-present/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dockerfile","go","golang","image","present"],"created_at":"2024-11-11T01:41:07.200Z","updated_at":"2026-06-13T03:01:31.947Z","avatar_url":"https://github.com/stanislav-zeman.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Present Docker image\n\nThis repository contains a Dockerfile and a pre-built image with [Go present](https://pkg.go.dev/golang.org/x/tools/present) tool.\n\n## Usage\n\nYou can run your slides directly using the image. The slides are mounted to the `/usr/present` directory like so:\n\n```\ndocker run -v \u003cPATH-TO-YOUR-SLIDES\u003e:/usr/present -p 3999:8080 ghcr.io/stanislav-zeman/go-present\n```\n\nAlternatively, you can also use the DockerHub image:\n```\ndocker run -v \u003cPATH-TO-YOUR-SLIDES\u003e:/usr/present -p 3999:8080 standadev/go-present\n```\n\nYou can also use this image as the base image in your Dockerfile: \n```\nFROM ghcr.io/stanislav-zeman/go-present\n\nCOPY *.slide /usr/present/\nCOPY images /usr/present/images\n\nCMD present -http=:8080 -play=false\n```\n\nWhich, compared to building only from `golang:latest` image, saves you around 850 MBs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislav-zeman%2Fgo-present","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanislav-zeman%2Fgo-present","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislav-zeman%2Fgo-present/lists"}