docker icon indicating copy to clipboard operation
docker copied to clipboard

generate-stackbrew-library.sh removes latest tags

Open J0WI opened this issue 6 years ago • 1 comments

@tilosp this removed the latest, apache, fpm-alpine and fpm tags. This seems to happen because of the RC release. https://github.com/docker-library/official-images/pull/5276

J0WI avatar Jan 11 '19 16:01 J0WI

it happens if generate-stackbrew-library.sh is run after a new version is released but the repo is not yet updated by update.sh. It shouldn't be a huge problem because it will be back as soon as update.sh is run (See: https://github.com/docker-library/official-images/pull/5284).

tilosp avatar Jan 11 '19 17:01 tilosp