From f759f6e6e014095df070aaf2604d8d8118841870 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Mon, 25 Nov 2024 11:11:17 -0700 Subject: [PATCH] Update version of gms to 1.0.14 and fix Dockerfile warning about LABEL --- .../20241125_181022_steliosvoutsinas_DM_47788.md | 10 ++++++++++ docker/tap/Dockerfile | 2 +- tap/build.gradle | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md diff --git a/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md b/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md new file mode 100644 index 0000000..f0854a8 --- /dev/null +++ b/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md @@ -0,0 +1,10 @@ + + +### Changed + +- Updated version of gms to >=1.0.14 + + +### Fixed + +- Label warning in Docker build diff --git a/docker/tap/Dockerfile b/docker/tap/Dockerfile index f59d80d..aedcee1 100644 --- a/docker/tap/Dockerfile +++ b/docker/tap/Dockerfile @@ -1,6 +1,6 @@ FROM images.opencadc.org/library/cadc-tomcat:1 -LABEL org.opencontainers.image.source = "https://github.com/lsst-sqre/tap-postgres" +LABEL org.opencontainers.image.source "https://github.com/lsst-sqre/tap-postgres" COPY *.war /usr/share/tomcat/webapps diff --git a/tap/build.gradle b/tap/build.gradle index 9c98c08..b1a3793 100644 --- a/tap/build.gradle +++ b/tap/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.opencadc:cadc-adql:1.1.14' implementation 'org.opencadc:cadc-log:1.2.1' - implementation 'org.opencadc:cadc-gms:1.0.13' + implementation 'org.opencadc:cadc-gms:[1.0.14,2.0)' implementation 'org.opencadc:cadc-tap:1.1.16' implementation 'org.opencadc:cadc-tap:cadc-registry-1.7.6' implementation 'org.opencadc:cadc-tap:cadc-tap-1.1.16'