From 36b8234aeb1a7c74b52dc18753b93aeff47376d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Tue, 3 Sep 2024 09:23:11 +0200 Subject: [PATCH] chore(master): release 1.3.0 --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e208f5e..eade417 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ true` workflow hints. For more information, please see If you would like to try it out locally, you can run: ```console -$ docker run -i -t --rm -v $HOME/foo:/root/.globus/ docker.io/reanahub/reana-auth-vomsproxy:1.0.0 /bin/bash +$ docker run -i -t --rm -v $HOME/foo:/root/.globus/ docker.io/reanahub/reana-auth-vomsproxy:1.3.0 /bin/bash ``` Your local directory `/foo` should contain your `usercert.pem` and `userkey.pem` files. @@ -58,7 +58,11 @@ credentials, this requires additional information and inputs: ## Changes -### Version 1.2.1 (2022-07-04) +### Version 1.3.0 (2024-09-03) + +- Changes base image to use Alma 9. + +### Version 1.2.1 (2024-07-04) - Fixes WLCG VOMS support now that WLCG IAM instance is in production. @@ -79,7 +83,15 @@ credentials, this requires additional information and inputs: ## Development You can build the `reana-auth-vomsproxy` image by passing the build arguments `DATE` in -the format "YYYY-MM-DD" and `VERSION` as either a semantic versioning and/or the git SHA. +the format "YYYY-MM-DD" and `VERSION` as either a semantic versioning and/or the git SHA: + +```console +$ docker build \ + --build-arg DATE=2024-09-03 \ + --build-arg VERSION=1.3.0 \ + -t docker.io/reanahub/reana-auth-vomsproxy:1.3.0 \ + . +``` ## More information