Skip to content

v2.8.3-obs

Latest

Choose a tag to compare

@setoru setoru released this 06 Feb 03:40
ef21e87

Distribution v2.8.3-obs

This release adds Huawei Cloud OBS (Object Storage Service) support to the Distribution registry, based on the official release/2.8 branch (v2.8.3).

✨ New Features

  • Huawei Cloud OBS Storage Driver: Full support for using Huawei Cloud OBS as the backend storage for container images

🔧 Configuration

storage:
  obs:
    accesskey: YOUR_ACCESS_KEY
    secretkey: YOUR_SECRET_KEY
    endpoint: obs.cn-north-4.myhuaweicloud.com
    bucket: your-registry-bucket

🏗️ Build

To build with OBS support:

make binaries BUILDTAGS=include_obs
# or
docker build -t registry:obs --build-arg BUILDTAGS=include_obs .

Full Changelog: https://github.com/HuaweiCloudDeveloper/distribution/commits/v2.8.3-obs