Inject annotations to index
In case of multi platform images, annotations referencing the source images are added to the manifests but not to the index.
This PR adds the similar annoations to the index also
Signed-off-by: Etienne Carriere etienne.carriere@datadoghq.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Acceleration Service
Acceleration Service provides a general service to Harbor with the ability to automatically convert user images to accelerated images. When a user does something such as artifact push, Harbor will request the service to complete the corresponding image conversion through its integrated Nydus, eStargz, zstdchunked etc. drivers.
See more details in the design doc.
Quickstart
GETTING STARTED
Get Harbor
Deploy a local harbor service if you don’t have one, please refer to the harbor documentation.
Get binaries from release page
Currently, Acceleration Service includes the following tools:
accelddaemon to work as an HTTP service to handle image conversion requests from harbor oraccelctl.accelctlCLI tool to manage acceleration service (acceld) and can do image conversion in one-time mode.Get
accelctlandacceldbinaries from acceleration-service release.Configuration
Configure Habor
Login to the Harbor web interface.
Select one project and add a new Webhook configuration with the following fields:
<acceleration service address>/api/v1/conversions<configured in acceleration service>Create a system robot account with following fields:
<by your choice>When you get the robot account
robotlt;robot-name>, please copy the secret and generate a base64 encoded auth string like this:Configure Acceleration Service
provider.sourcewith your own harbor service hostname, theauthandwebhook.auth_headershould also be configured as the one generated by the above step.converter.driverfiled according to your requirements.Convert Image with Acceleration Service
Convert by acceld service
accelctlCLI tool. Or you can create a conversion task over the HTTP API bycurl. Please refer to the development document.One-time mode
One-time mode allows to do a conversion without starting the acceld service, using accelctl like this:
Check Converted Image
You can see the converted image and source oci image in the some repo, they have different tag suffix.
Documentation