The date-time format for tags in the DockerHub API is wildly variable so an explicit format string is not sufficient to parse them. Thankfully (something I should have spotted before) Java's DateTimeFormatter provides a default formatter with a leniency on the milliseconds.
The date-time format for tags in the DockerHub API is wildly variable so an explicit format string is not sufficient to parse them. Thankfully (something I should have spotted before) Java's DateTimeFormatter provides a default formatter with a leniency on the milliseconds.