29 results found for " delete ".
-
Adding an Image Retention Policy - Software Repository for Container
] } Example response { "id": 34 } Delete an image retention policy. URI format DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/retentions/{retention_id} For details, see Deleting an Image Retention Policy. Example request DELETE https://{endpoint}/v2/manage/namespa
-
What's new - Software Repository for Container
No. Function Description Phase Documentation 1 Image retention policy You can add a retention policy to an image in SWR to automatically delete any unused image tags. Image tags can be retained based on either how many days it has been since they were pushed to SWR or how many tags
-
Error Code - Software Repository for Container
SVCSTG.SWR.4040010 The image does not exist. 500 SVCSTG.SWR.5000011 Internal server error: Update fails. 406 SVCSTG.SWR.4060012 Failed to delete the image repository because it contains images. 400 SVCSTG.SWR.4000013 Invalid digest. 400 SVCSTG.SWR.4000014 Invalid parameter. 400 SVCSTG
-
Status Codes - Software Repository for Container
the POST operation are returned as expected. 202 Accepted The request has been accepted for processing. 204 No Content The results of the DELETE operation are returned as expected. Abnormal Returned Value Description 400 Bad Request The server failed to process the request. 401 Unauthorized
-
Making an API Request - Software Repository for Container
Requests the server to update specified resources. POST Requests the server to add resources or perform special operations. DELETE Requests the server to delete specified resources, for example, an object. HEAD Same as GET except that the server must return only the response header
-
Why Does the docker pull Command Fail to Be Executed? - Software Repository for Container
be pulled does not contain a signature layer. Solution: Check whether the environment variable DOCKER_CONTENT_TRUST is set to 1. If yes, delete DOCKER_CONTENT_TRUST=1 from the /etc/profile file and run the source /etc/profile command to make the modification take effect. Parent topic:
-
Permissions Management - Software Repository for Container
specific resource types. For example, some software developers in your enterprise need to use SWR resources but should not be allowed to delete the resources or perform any other high-risk operations. In this scenario, you can create IAM users for the software developers and grant
-
Progressive Knowledge - Software Repository for Container
Container Do Not Upgrade a Version During Image Build Merge Multiple RUN Commands that Are of Similar Updating Probability Specify Image Tags Delete Unnecessary Files Select a Suitable Base Image 05 APIs Use open, diverse APIs and calling samples to access and manage SWR resources such
-
Writing a Quality Dockerfile - Software Repository for Container
Container Do Not Upgrade a Version During Image Build Merge Multiple RUN Commands that Are of Similar Updating Probability Specify Image Tags Delete Unnecessary Files Select a Suitable Base Image Set WORKDIR and CMD (Optional) Use ENTRYPOINT Run the exec Command in ENTRYPOINT Use the COPY