{"id":17006090,"url":"https://github.com/duologic/tekton-libsonnet","last_synced_at":"2026-02-17T18:03:05.819Z","repository":{"id":69804401,"uuid":"397596801","full_name":"Duologic/tekton-libsonnet","owner":"Duologic","description":"Jsonnet library for Tekton.","archived":false,"fork":false,"pushed_at":"2021-08-18T12:44:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T07:57:38.561Z","etag":null,"topics":["jsonnet","jsonnet-lib","tekton"],"latest_commit_sha":null,"homepage":"","language":"Jsonnet","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/Duologic.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":"2021-08-18T12:43:25.000Z","updated_at":"2021-08-18T12:46:42.000Z","dependencies_parsed_at":"2023-03-15T05:30:33.786Z","dependency_job_id":null,"html_url":"https://github.com/Duologic/tekton-libsonnet","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"1381e89cb19e716d7b66c5a94dabd18ba0d82197"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Duologic/tekton-libsonnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Ftekton-libsonnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Ftekton-libsonnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Ftekton-libsonnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Ftekton-libsonnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duologic","download_url":"https://codeload.github.com/Duologic/tekton-libsonnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Ftekton-libsonnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29552249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T17:56:56.811Z","status":"ssl_error","status_checked_at":"2026-02-17T17:56:55.544Z","response_time":100,"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":["jsonnet","jsonnet-lib","tekton"],"created_at":"2024-10-14T05:04:59.099Z","updated_at":"2026-02-17T18:03:05.800Z","avatar_url":"https://github.com/Duologic.png","language":"Jsonnet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tekton jsonnet library\n\nJsonnet library for https://tekton.dev/\n\n## Usage\n\nInstall it with jsonnet-bundler:\n\n```console\njb install https://github.com/Duologic/tekton-libsonnet\n```\n\nImport into your jsonnet:\n\n```jsonnet\nlocal tekton = import 'github.com/Duologic/tekton-libsonnet/main.libsonnet';\n\n{\n  tekton: tekton.installation,\n\n  git_clone_task: tekton.tasks.task_git_clone,\n\n  pipeline:\n    local pipeline = tekton.core.v1beta1.pipeline;\n    local workspace = 'ws';\n\n    pipeline.new('tanka-pipeline')\n    + pipeline.withWorkspace(workspace)\n    + pipeline.addTask(\n      'git-clone',\n      'git-clone',\n      workspaces=[{\n        name: 'output',\n        workspace: workspace,\n      }],\n      params=[{\n        name: 'url',\n        value: 'https://github.com/Duologic/tekton-libsonnet.git',\n      }]\n    ),\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Ftekton-libsonnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduologic%2Ftekton-libsonnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Ftekton-libsonnet/lists"}