-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disapearing Thredds docker image 4.6.18 (#313)
## Overview The current docker image version for thredds (4.6.18) is no longer hosted in the [Unidata docker repository](https://hub.docker.com/r/unidata/thredds-docker/tags). Pushed the same image from Ouranos production to PAVICS DockerHub, restoring the missing Thredds image. Discovered that Unidata is also not keeping their tag immutable, like Kartoza Geoserver image. So Ouranos tag has the approximate month of Unidata re-release of 4.6.18. On our production server: ``` $ docker images |grep thredds|grep 4.6.18 unidata/thredds-docker 4.6.18 25997a1b2893 15 months ago 5.63GB ``` On our staging server: ``` $ docker images |grep thredds | grep 4.6.18 unidata/thredds-docker 4.6.18 09103737360a 16 months ago 5.62GB ``` ## Changes **Non-breaking changes** - Restore the same Thredds docker image as the one on Ouranos production ## Related Issue / Discussion ## Additional Information
- Loading branch information
Showing
8 changed files
with
46 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.25.4 2023-04-12T22:02:31Z | ||
1.25.5 2023-04-12T22:50:31Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters