{"id":36848846,"url":"https://github.com/justwatchcom/artificer","last_synced_at":"2026-01-12T14:35:44.583Z","repository":{"id":45403240,"uuid":"135301871","full_name":"justwatchcom/artificer","owner":"justwatchcom","description":"Docker image builder for Kubernetes","archived":false,"fork":false,"pushed_at":"2021-12-15T15:42:42.000Z","size":292,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-29T06:39:34.261Z","etag":null,"topics":["docker","gitlab","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/justwatchcom.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}},"created_at":"2018-05-29T13:40:15.000Z","updated_at":"2023-09-07T15:20:27.000Z","dependencies_parsed_at":"2022-07-21T02:34:52.304Z","dependency_job_id":null,"html_url":"https://github.com/justwatchcom/artificer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justwatchcom/artificer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justwatchcom%2Fartificer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justwatchcom%2Fartificer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justwatchcom%2Fartificer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justwatchcom%2Fartificer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justwatchcom","download_url":"https://codeload.github.com/justwatchcom/artificer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justwatchcom%2Fartificer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","gitlab","kubernetes"],"created_at":"2026-01-12T14:35:43.912Z","updated_at":"2026-01-12T14:35:44.552Z","avatar_url":"https://github.com/justwatchcom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Artificer\n\n## Purpose\n\nCreates docker containers using a base image and the provided files together with a config (environment variables and the run command CMD).\nUseful inside of Kubernetes or Docker-containers, as you don't need to access the docker demon.\nIt then automatically uploads the image to GCR.\n\n## Usage\n\nCLI-Flag | Shorthand | Usage\n---|---|---\n`--baseimage` | `-b` | The path to the base Image (`FROM` in Dockerfiles)\n`--target` | `-t` | The path to the destination repository where the new image gets pushed to.\n`--files` | `-f` | The path to a file or directory that will be included at the container root. Use this flag multiple times to specify multiple files or directories.\n`--env` | `-e` | An Environment Variable definition of the form `VARIABLE=VALUE`. Use this flag multiple times to specify multiple environment variables\n`--cmd` | `-c` | The command that runs automatically once the container is launched (`CMD` in Dockerfiles). \n\nExample:\n\n```bash\n$\u003e artificer \\\n   --baseimage=\"eu.gcr.io/some-registry/alpine:latest\" \\\n   --target=\"eu.gcr.io/some-registry/myprogram:latest\" \\\n   -f \"~/go/bin/myprogram\" \\\n   -f \"/some/other/file/or/directory\" \\\n   -e \"SOMEPATH=/usr/bin/SomePath\" \\\n   -e \"SOMEMOREENV=otherEnv\" \\\n   -c \"/myprogram --params\"\n```\n       \n       \n      \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustwatchcom%2Fartificer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustwatchcom%2Fartificer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustwatchcom%2Fartificer/lists"}