From 1fa8dcf4b2f4eab0c6e5fe6130f0fda269ca37d6 Mon Sep 17 00:00:00 2001 From: jason yang Date: Fri, 23 Aug 2024 03:22:12 +0000 Subject: [PATCH] add changelog Signed-off-by: jason yang --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6073d88b97..d70a75de0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ For older changes see the [archived Singularity change log](https://github.com/a - Label process for starter binary of interactive containers with image filename, for example: `Apptainer runtime parent: example.sif`. +- The `registry login` and `registry logout` commands now support a `--authfile + ` flag, which causes the OCI credentials to be written to / removed from + a custom file located at `` instead of the default location + (`$HOME/.singularity/docker-config.json`). The commands `pull`, `push`, `run`, + `exec`, `shell`, and `instance start` can now also be passed a `--authfile + ` option, to read OCI registry credentials from this custom file. ## Changes for v1.3.x