{"id":21346930,"url":"https://github.com/queer/app-image-converter","last_synced_at":"2025-03-16T03:44:10.500Z","repository":{"id":94882081,"uuid":"576728794","full_name":"queer/app-image-converter","owner":"queer","description":"A little CLI that converts Dockerfiles into more-interesting things","archived":false,"fork":false,"pushed_at":"2022-12-10T19:44:26.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"mistress","last_synced_at":"2025-03-10T14:55:41.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/queer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-12-10T19:37:05.000Z","updated_at":"2022-12-20T00:06:56.000Z","dependencies_parsed_at":"2023-07-29T17:00:56.380Z","dependency_job_id":null,"html_url":"https://github.com/queer/app-image-converter","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/queer%2Fapp-image-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Fapp-image-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Fapp-image-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Fapp-image-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/queer","download_url":"https://codeload.github.com/queer/app-image-converter/tar.gz/refs/heads/mistress","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822277,"owners_count":20353499,"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-22T02:12:03.320Z","updated_at":"2025-03-16T03:44:10.481Z","avatar_url":"https://github.com/queer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# converter\n\nA little CLI that converts Dockerfiles. Takes in a directory containing a\nDockerfile and necessary files for building, and produces:\n\n- A Docker image on your system\n- A tarball of the Docker image export (`docker save ...`)\n- A tarball of the filesystem of the Docker image\n- Multiple ext4 images of the Docker image's filesystem:\n  - Plain ext4\n  - OverlayFS-compatible ext4\n  - VHD-compatible EXT4\n\n## Building\n\n```bash\n$ go build .\n# now copy ./converter somewhere\n```\n\n## Usage\n\n```bash\n$ ./converter --image hello-world\n[...]\n$ ls\n[...]\n# ext4 image\nhello-world.ext4\n# VHD-compatible ext4 image\nhello-world.ext4.vhd\n# Output of docker save ...\nhello-world.image.tar\n# OverlayFS-compatible ext4 image\nhello-world.overlayfs.ext4\n# Flat tarball of the image contents\nhello-world.tar\n[...]\n```\n\n## TODO (maybe)\n\n- Buildpack support: https://pkg.go.dev/github.com/buildpacks/lifecycle#Builder\n- Nixpacks support?: https://github.com/railwayapp/nixpacks","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueer%2Fapp-image-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueer%2Fapp-image-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueer%2Fapp-image-converter/lists"}