Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-image for openSUSE:Factory checked in at 2026-04-28 11:57:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-image (Old) and /work/SRC/openSUSE:Factory/.git-image.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-image" Tue Apr 28 11:57:06 2026 rev:49 rq:1349485 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/git-image/git-image.changes 2026-04-21 12:43:48.083886529 +0200 +++ /work/SRC/openSUSE:Factory/.git-image.new.11940/git-image.changes 2026-04-28 12:00:49.536622250 +0200 @@ -1,0 +2,5 @@ +Sun Apr 26 20:51:08 UTC 2026 - SUSE Update Bot <[email protected]> + +- update for new version 2.54 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.qs6CrR/_old 2026-04-28 12:00:50.120646436 +0200 +++ /var/tmp/diff_new_pack.qs6CrR/_new 2026-04-28 12:00:50.124646601 +0200 @@ -17,7 +17,7 @@ #!BuildTag: opensuse/git:%%git_version%%-%RELEASE% #!BuildTag: opensuse/git:%%git_version%% -#!BuildTag: opensuse/git:2.53 +#!BuildTag: opensuse/git:2.54 #!BuildTag: opensuse/git:%%git_major_version%% #!BuildTag: opensuse/git:latest @@ -31,7 +31,7 @@ # sanity check that the version from the tag is equal to the version of git-core that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' git-core | \ - cut -d '.' -f -2)" = "2.53" ] + cut -d '.' -f -2)" = "2.54" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.qs6CrR/_old 2026-04-28 12:00:50.156647926 +0200 +++ /var/tmp/diff_new_pack.qs6CrR/_new 2026-04-28 12:00:50.164648257 +0200 @@ -15,7 +15,7 @@ Example of using Git container: ```ShellSession -$ podman run registry.opensuse.org/opensuse/git:2.53 git help +$ podman run registry.opensuse.org/opensuse/git:2.54 git help ``` As Git requires a repository, the container @@ -25,19 +25,19 @@ Example with volume mounting for persistence: ```ShellSession -$ podman run -it -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.53 git clone <repository-url> +$ podman run -it -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.54 git clone <repository-url> ``` Example running as a non-root user: ```ShellSession -$ podman run -it --user git --userns=keep-id -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.53 git clone <repository-url> +$ podman run -it --user git --userns=keep-id -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.54 git clone <repository-url> ``` Or with your host user ID: ```ShellSession -$ podman run -it --user $(id -u):$(id -g) --userns=keep-id -v $(pwd):/workspace registry.opensuse.org/opensuse/git:2.53 git clone <repository-url> +$ podman run -it --user $(id -u):$(id -g) --userns=keep-id -v $(pwd):/workspace registry.opensuse.org/opensuse/git:2.54 git clone <repository-url> ``` ## Cloning Private Repositories @@ -45,7 +45,7 @@ To clone private repositories that require SSH authentication, mount your SSH directory into the container: ```ShellSession -$ podman run -it --user $(id -u):$(id -g) --userns=keep-id -v $(pwd):/workspace:Z -v ~/.ssh:/workspace/.ssh:Z registry.opensuse.org/opensuse/git:2.53 git clone <private-repository-url> +$ podman run -it --user $(id -u):$(id -g) --userns=keep-id -v $(pwd):/workspace:Z -v ~/.ssh:/workspace/.ssh:Z registry.opensuse.org/opensuse/git:2.54 git clone <private-repository-url> ``` Ensure your SSH private key has the correct permissions (e.g., `chmod 600 ~/.ssh/id_rsa` on the host) and that your SSH configuration is set up properly.
