{"id":23591461,"url":"https://github.com/dvob/sko","last_synced_at":"2025-11-04T06:30:30.465Z","repository":{"id":57572697,"uuid":"346160281","full_name":"dvob/sko","owner":"dvob","description":"A stripped-down version of ko which only supports to build and publish images","archived":false,"fork":false,"pushed_at":"2021-03-21T22:42:35.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T10:45:30.927Z","etag":null,"topics":[],"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/dvob.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":"2021-03-09T22:21:34.000Z","updated_at":"2022-03-18T12:12:10.000Z","dependencies_parsed_at":"2022-08-24T11:01:17.453Z","dependency_job_id":null,"html_url":"https://github.com/dvob/sko","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/dvob%2Fsko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fsko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fsko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fsko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvob","download_url":"https://codeload.github.com/dvob/sko/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239426203,"owners_count":19636534,"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-12-27T07:39:06.866Z","updated_at":"2025-11-04T06:30:30.418Z","avatar_url":"https://github.com/dvob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sko\n`sko` (simple ko) allows to build and pusblish Go applications directly without the need for Docker or a Dockerfile.\n`sko` is a stripped-down version of [ko](https://github.com/google/ko). `sko` leaves out all the Kubernetes integrations and tries to offer more intuitive interface for the `ko publish` command.\n\n## Install\nUse `go install`:\n```shell\ngo install github.com/dvob/sko@latest\n```\nOr download from [releases](https://github.com/dvob/sko/releases):\n```shell\ncurl -L -sS https://github.com/dvob/sko/releases/download/v0.0.1/sko_0.0.1_linux_amd64.tar.gz | tar -C ~/bin -xzf - sko\n```\n\n## Usage\nBuild and upload to local docker daemon:\n```shell\nsko -local dvob/http-server .\nsko -local dvob/foo ./cmd/foo\n```\n\nBuild and push to a registry:\n```shell\n# docker hub\nsko dvob/http-server .\n\n# full qualified\nsko quay.io/foo/bar .\n```\n\nBuild and push certain tags:\n```shell\nsko -tag latest -tag v0.0.7 dvob/http-server .\n```\n\nSet username for push to registry.\n```shell\nsko -user dvob -password sUp3r53cret dvob/bla .\n\n# or from environment\nexport SKO_USER=dvob\nexport SKO_PASSWORD=sUp3r53cret\nsko dvob/blabla .\n```\nIf no user and password are set `sko` uses credentials from Docker (e.g. `~/.docker/config.json`):\n\n\n### Github Actions\nFor an example on how to use `sko` in a Github Actions workflow check out [http-server](https://github.com/dvob/http-server/blob/81d9adf0808b1f6e27353a5d027e20ac031bd70c/.github/workflows/main.yml#L33)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvob%2Fsko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvob%2Fsko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvob%2Fsko/lists"}