{"id":18320312,"url":"https://github.com/tpm2-software/tpm2-software-container","last_synced_at":"2025-04-09T14:24:27.975Z","repository":{"id":34446967,"uuid":"177002227","full_name":"tpm2-software/tpm2-software-container","owner":"tpm2-software","description":"Container building stuff","archived":false,"fork":false,"pushed_at":"2024-06-26T09:00:08.000Z","size":116,"stargazers_count":13,"open_issues_count":12,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-15T08:25:35.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"M4","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpm2-software.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":"2019-03-21T18:26:44.000Z","updated_at":"2024-06-26T09:00:12.000Z","dependencies_parsed_at":"2024-02-15T17:46:30.066Z","dependency_job_id":"ea8170da-fa5f-4487-b6e7-f375ca467801","html_url":"https://github.com/tpm2-software/tpm2-software-container","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/tpm2-software%2Ftpm2-software-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpm2-software%2Ftpm2-software-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpm2-software%2Ftpm2-software-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpm2-software%2Ftpm2-software-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpm2-software","download_url":"https://codeload.github.com/tpm2-software/tpm2-software-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054390,"owners_count":21039996,"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":[],"created_at":"2024-11-05T18:15:53.424Z","updated_at":"2025-04-09T14:24:27.946Z","avatar_url":"https://github.com/tpm2-software.png","language":"M4","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tpm2-software-container\n\nThis repository contains metadata and scripts used to generate the container\nimages used for continuous integration (CI) by the various tpm2-software\nprojects.\n\n## Local build\n\nTo build the container image locally invoke [Docker](https://www.docker.com/) or\n[Podman](https://podman.io/) with the build command generated using `make` from\nwithin the `tpm2-software-container` directory. For example:\n\n```sh\nmake\n\n# Build Ubuntu 20.04 image using Docker\ndocker build -f ./ubuntu-20.04.docker\n\n# Build Fedora 32 image using Podman, squashing all intermediate layers together\npodman build --squash -f ./fedora-32.docker\n```\n\nThe final output of the build will be an IMAGE ID which can be used to run the container image, for example:\n\n```sh\ndocker run -it \u003cIMAGE ID\u003e /bin/bash\n```\n\nor to run the [tpm2-tools](https://github.com/tpm2-software/tpm2-tools) CI sequence locally:\n\n```sh\ndocker run --rm --env-file /path/to/tpm2-tools/.ci/docker.env -v /path/to/tpm2-tools:/workspace/tpm2-tools \u003cIMAGE ID\u003e /bin/bash -c '/workspace/tpm2-tools/.ci/docker.run'\n```\n\nor to run the [tpm2-tss](https://github.com/tpm2-software/tpm2-tss) CI sequence locally\n\n```sh\ndocker run --rm --env-file /path/to/tpm2-tss/.ci/docker.env -v /path/to/tpm2-tss:/workspace/tpm2-tss \u003cIMAGE ID\u003e /bin/bash -c '/workspace/tpm2-tss/.ci/docker.run'\n```\n\n## Auto builds\n\nThe repository is monitored by Github Actions and repository changes are built\nand submitted to Github Container Registry. The containers are listed on\n[tpm2software/packages](https://github.com/orgs/tpm2-software/packages).\n\nFor example, to download and run a container based on Fedora 32 from the registry:\n\n```sh\n# With Docker\ndocker run -it --rm ghcr.io/tpm2-software/fedora-32 /bin/bash\n\n# With Podman\npodman run -it --rm ghcr.io/tpm2-software/fedora-32 /bin/bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpm2-software%2Ftpm2-software-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpm2-software%2Ftpm2-software-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpm2-software%2Ftpm2-software-container/lists"}