{"id":15676815,"url":"https://github.com/crazy-max/docker-allhands2-buildx-bake","last_synced_at":"2025-05-07T00:28:47.421Z","repository":{"id":37707524,"uuid":"345768261","full_name":"crazy-max/docker-allhands2-buildx-bake","owner":"crazy-max","description":"buildx bake demo @ Docker Community All-Hands #2","archived":false,"fork":false,"pushed_at":"2022-06-22T08:22:28.000Z","size":215,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-18T07:32:05.301Z","etag":null,"topics":["bake","buildx","demo","docker"],"latest_commit_sha":null,"homepage":"https://crazy-max.github.io/docker-allhands2-buildx-bake/","language":"HCL","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/crazy-max.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"crazy-max","custom":"https://www.paypal.me/crazyws"}},"created_at":"2021-03-08T19:17:48.000Z","updated_at":"2024-01-15T07:02:42.000Z","dependencies_parsed_at":"2022-09-15T22:43:48.637Z","dependency_job_id":null,"html_url":"https://github.com/crazy-max/docker-allhands2-buildx-bake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fdocker-allhands2-buildx-bake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fdocker-allhands2-buildx-bake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fdocker-allhands2-buildx-bake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fdocker-allhands2-buildx-bake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazy-max","download_url":"https://codeload.github.com/crazy-max/docker-allhands2-buildx-bake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252790334,"owners_count":21804580,"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":["bake","buildx","demo","docker"],"created_at":"2024-10-03T16:05:44.192Z","updated_at":"2025-05-07T00:28:47.397Z","avatar_url":"https://github.com/crazy-max.png","language":"HCL","funding_links":["https://github.com/sponsors/crazy-max","https://www.paypal.me/crazyws"],"categories":[],"sub_categories":[],"readme":"# `buildx bake adoption --push`\n\nDemo of `buildx bake` @ [Docker Community All-Hands #2](https://events.docker.com/events/details/docker-docker-virtual-meetups-presents-docker-community-all-hands-2/)\n\n___\n\n* [Slides](#slides)\n  * [Render](#render)\n  * [Run and auto-reload](#run-and-auto-reload)\n  * [GitHub Actions with `bake` and GitHub Pages](#github-actions-with-bake-and-github-pages)\n* [Demo app](#demo-app)\n  * [Sources](#sources)\n  * [Build](#build)\n  * [GitHub Actions](#github-actions)\n* [License](#license)\n\n## Slides\n\nSlides available on GitHub Pages: https://crazy-max.github.io/docker-buildx-bake-demo/\n\n### Render\n\n```shell\ngit clone https://github.com/crazy-max/docker-buildx-bake-demo.git bake-demo\ncd bake-demo\n\n# generate slides and will be available in ./www folder\ndocker buildx bake slides\n```\n\n### Run and auto-reload\n\n```shell\ndocker run --rm --init -v $(pwd)/slides:/home/marp/app -p 8080:8080 -p 37717:37717 marpteam/marp-cli -w -s -I .\n# open your browser at http://localhost:8080\n```\n\n### GitHub Actions with `bake` and GitHub Pages\n\nGitHub Action workflow available in [.github/workflows/slides.yml](.github/workflows/slides.yml)\n\n## Demo app\n\n### Sources\n\nSources available in [./demo](demo) folder.\n\n### Build\n\n```shell\ngit clone https://github.com/crazy-max/docker-buildx-bake-demo.git bake-demo\ncd bake-demo\n\n# build docker image and output to docker with bake-demo:local tag (default)\ndocker buildx bake image-local\n\n# build multi-platform image\ndocker buildx bake image-all\n\n# create the artifact matching your current platform in ./dist\ndocker buildx bake artifact\n\n# create artifacts for many platforms in ./dist\ndocker buildx bake artifact-all\n```\n\n### GitHub Actions\n\nGitHub Action workflow available in [.github/workflows/build.yml](.github/workflows/build.yml)\n\n* Using [docker/bake-action](https://github.com/docker/bake-action) to:\n  * Create artifacts for [GitHub Releases](https://github.com/crazy-max/docker-buildx-bake-demo/releases)\n  * Publish multi-platform Docker image to [Docker Hub](https://hub.docker.com/r/crazymax/bake-demo/tags?page=1\u0026ordering=last_updated) and [GHCR](https://github.com/users/crazy-max/packages/container/package/bake-demo)\n\n## License\n\nMIT. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fdocker-allhands2-buildx-bake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazy-max%2Fdocker-allhands2-buildx-bake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fdocker-allhands2-buildx-bake/lists"}