{"id":16318606,"url":"https://github.com/vic/mill-docker","last_synced_at":"2025-03-22T21:31:45.147Z","repository":{"id":34555578,"uuid":"146047136","full_name":"vic/mill-docker","owner":"vic","description":"Build minimalist distroless docker images for your java applications using Mill","archived":false,"fork":false,"pushed_at":"2023-12-04T17:39:29.000Z","size":71,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T15:02:14.249Z","etag":null,"topics":["distroless","docker","hacktoberfest","java","mill","mill-module","mill-plugin","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/vic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-08-24T23:01:22.000Z","updated_at":"2023-11-16T00:12:14.000Z","dependencies_parsed_at":"2024-10-28T14:59:28.870Z","dependency_job_id":"455f5d4d-3dbe-4ec1-90e9-75aaaaeef854","html_url":"https://github.com/vic/mill-docker","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Fmill-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Fmill-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Fmill-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Fmill-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vic","download_url":"https://codeload.github.com/vic/mill-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245022607,"owners_count":20548567,"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":["distroless","docker","hacktoberfest","java","mill","mill-module","mill-plugin","scala"],"created_at":"2024-10-10T22:24:05.602Z","updated_at":"2025-03-22T21:31:44.842Z","avatar_url":"https://github.com/vic.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mill-docker\n\n[![Jitpack](https://jitpack.io/v/vic/mill-docker.svg)](https://jitpack.io/#vic/mill-docker)\n![Main workflow](https://github.com/vic/mill-docker/workflows/Main%20workflow/badge.svg)\n\nA [Mill][mill] module for building minimal [distroless][distroless] docker images from your java applications.\n\nThe generated docker image contains only your application's _assembly_ jar and the java runtime, but no linux\ndistribution to maintain. That means the image size is as small as it can get without actually turning your app into a native binary (with graalvm for example).\n\n## Usage\n\nSee the annotated example buildfile at [`example/build.sc`][example]:\n\n### Building\n\nThe main task added by this module is `dockerBuild`. *Note* if you would like to see the output produced by\nthe docker command, be sure to use `mill --interactive` mode.\n\n```shell\n$ cd example\n$ mill --interactive hello.dockerBuild\n$ docker run -ti hello:latest world\nHello world\n```\n\n[mill]: https://www.lihaoyi.com/mill\n[distroless]: https://github.com/GoogleContainerTools/distroless\n[example]: https://github.com/vic/mill-docker/blob/master/example/build.sc\n[jitpack]: https://jitpack.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvic%2Fmill-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvic%2Fmill-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvic%2Fmill-docker/lists"}