Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
    • Overview
    • Registry
      • Overview
      • Docker image
      • Java artifact
      • Node.js artifact
      • NuGet artifact
      • Python artifact
      • Binary artifact
  • Access management
  • Pricing policy
  • Audit Trails events
  1. Concepts
  2. Artifacts
  3. Binary artifact

Binary artifact

Written by
Yandex Cloud
Updated at November 24, 2025

Binary artifact is a file containing any type of package, e.g., an installation script, an executable, a CSV file, a document, an image, etc. A binary artifact package always contains exactly one file. The maximum size of the file to push is 100 MB.

In the registry, any binary artifact is defined by the <artifact_name>/<artifact_version> pair and stored at <registry_URL>/<artifact_name>/<artifact_version>/<file_name>. Here is an example:

https://registry.yandexcloud.net/binaries/cn15fqbr806r********/sample-package/3.5.4/agent-installer.sh

You can push and pull a binary artifact using HTTP requests with IAM token authentication.

You can delete a binary artifact from the management console. You cannot overwrite the existing version of a binary artifact.

See alsoSee also

  • Docker image
  • Java artifact
  • Node.js artifact
  • NuGet artifact
  • Python artifact

Was the article helpful?

Previous
Python artifact
Next
Access management
© 2025 Direct Cursus Technology L.L.C.