{"id":28578307,"url":"https://github.com/digitalocean/artifactory-docker-resource","last_synced_at":"2026-04-29T09:04:18.105Z","repository":{"id":57547358,"uuid":"278713093","full_name":"digitalocean/artifactory-docker-resource","owner":"digitalocean","description":"Artifactory Docker Resource for Concourse","archived":false,"fork":false,"pushed_at":"2020-09-14T15:04:35.000Z","size":85,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":106,"default_branch":"master","last_synced_at":"2025-01-15T00:19:19.538Z","etag":null,"topics":["aql","artifactory","concourse","docker"],"latest_commit_sha":null,"homepage":"","language":"Go","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/digitalocean.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2020-07-10T19:07:01.000Z","updated_at":"2022-01-18T04:30:20.000Z","dependencies_parsed_at":"2022-09-26T17:21:35.832Z","dependency_job_id":null,"html_url":"https://github.com/digitalocean/artifactory-docker-resource","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/digitalocean%2Fartifactory-docker-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalocean%2Fartifactory-docker-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalocean%2Fartifactory-docker-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalocean%2Fartifactory-docker-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalocean","download_url":"https://codeload.github.com/digitalocean/artifactory-docker-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalocean%2Fartifactory-docker-resource/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178542,"owners_count":22817388,"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":["aql","artifactory","concourse","docker"],"created_at":"2025-06-11T01:09:30.546Z","updated_at":"2026-04-29T09:04:13.084Z","avatar_url":"https://github.com/digitalocean.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Artifactory Docker Resource\n\nConcourse resource for triggering, getting and putting new versions of docker / container image artifacts within Artifactory repositories.\n\n## Config\n\nComplete source configuration details can be viewed in GoDoc on the [Source struct](https://godoc.org/github.com/digitalocean/artifactory-docker-resource#Source)\n\n## Check\n\nChecks use the `items` domain to `find` container image artifacts with the supplied raw [AQL](https://www.jfrog.com/confluence/display/JFROG/Artifactory+Query+Language) or repo, image \u0026 tag combination. Each artifact found is\nreturned as its own unique version for Concourse with the `Repo`, `Image`, `Tag` \u0026 `Modified` values from the Artifactory API. `Modified` is used to filter future checks to ensure that API queries stay\nperformant.\n\n## Get\n\nGet will download a compressed container image to the input directory defined along with metadata for the artifact. View GoDoc for [GetParameter options](https://godoc.org/github.com/digitalocean/artifactory-docker-resource#GetParameters)\n\n## Put\n\nPut supports publishing 1 compressed container image (output of `docker save`) using glob style patterns to locate the artifact to publish. View GoDoc for [PutParameter options](https://godoc.org/github.com/digitalocean/artifactory-docker-resource#PutParameters)\n\n## Examples\n\nConfigure the resource type:\n\n```yaml\nresource_types:\n- name: artifactory\n  type: docker-image\n  source:\n    repository: digitalocean/artifactory-docker-resource\n    tag: latest\n```\n\nSource configuration using raw AQL for `item.find`:\n\n```yaml\nresources:\n- name: myapplication\n  type: artifactory\n  icon: application-export\n  source:\n    endpoint: https://example.com/artifactory/\n    user: ci\n    password: ((artifactory.password))\n    aql:\n      raw: '{\"repo\": \"docker-local\", \"path\": {\"$match\" : \"myapp/myimage/*\"}, \"name\": \"manifest.json\"}'\n    host: artifactory.example.com\n```\n\nSource configuration using repo, path, name:\n\n```yaml\nresources:\n- name: myapplication\n  type: artifactory\n  icon: application-export\n  source:\n    endpoint: https://example.com/artifactory/\n    user: ci\n    password: ((artifactory.password))\n    aql:\n      repo: docker-local\n      image: myapp/myimage\n      tag: '*'\n```\n\nPublishing artifacts to Artifactory:\n\n```yaml\n- put: myapplication\n  params:\n    repo_path: code\n    pattern: built/image.tar\n    target: docker-local\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalocean%2Fartifactory-docker-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalocean%2Fartifactory-docker-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalocean%2Fartifactory-docker-resource/lists"}