Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.03 KB

deprecated-schema-v1.md

File metadata and controls

19 lines (16 loc) · 1.03 KB
title description keywords
Update deprecated schema v1 images
Update deprecated schema v1 iamges
registry, on-prem, images, tags, repository, distribution, api, advanced, manifest

Updating an image manifest from schema 1 to schema 2 is done by downloading an image, applying schema v2, and then uploading the new image. However, this will not ensure your new image will run successfully. There may be several other issues to troubleshoot to ensure your container runs successfully. Below is a inexhaustive list of possible methods to help update your image.

Update FROM statement

Update the FROM statement in your Dockerfile. If your image manifest is out-of-date, there is a chance the image pulled from your FROM statement in your Dockerfile is also out-of-date. See the Dockerfile reference and the Dockerfile best practices guide for more information on how to update your Dockerfile.