common-workflow-library / bio-cwl-tools

CWL CommandLineTool descriptions for biology/life-sciences related applications
https://github.com/common-workflow-library/bio-cwl-tools#readme
Apache License 2.0
76 stars 37 forks source link

old containers neeed updating #154

Open mr-c opened 7 months ago

mr-c commented 7 months ago

[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of quay.io/biocontainers/subread:1.5.0p3--0 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

mr-c commented 7 months ago

My dumb testing method: for container in $(git grep dockerPull | awk '{print $3}' | sort -u ); do echo ${container}; docker pull ${container}; done