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-07-12 18:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-image (Old) and /work/SRC/openSUSE:Factory/.git-image.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-image" Sun Jul 12 18:36:06 2026 rev:53 rq:1364990 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/git-image/git-image.changes 2026-06-19 17:15:38.682226516 +0200 +++ /work/SRC/openSUSE:Factory/.git-image.new.1991/git-image.changes 2026-07-12 18:36:12.800932238 +0200 @@ -1,0 +2,5 @@ +Fri Jul 10 08:15:21 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for version update to 2.55 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.PscNRv/_old 2026-07-12 18:36:14.520989121 +0200 +++ /var/tmp/diff_new_pack.PscNRv/_new 2026-07-12 18:36:14.568990708 +0200 @@ -17,7 +17,7 @@ #!BuildTag: opensuse/git:%%git_version%%-%RELEASE% #!BuildTag: opensuse/git:%%git_version%% -#!BuildTag: opensuse/git:2.54 +#!BuildTag: opensuse/git:2.55 #!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.54" ] + cut -d '.' -f -2)" = "2.55" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.PscNRv/_old 2026-07-12 18:36:14.832999439 +0200 +++ /var/tmp/diff_new_pack.PscNRv/_new 2026-07-12 18:36:14.869000630 +0200 @@ -15,7 +15,7 @@ Example of using Git container: ```ShellSession -$ podman run registry.opensuse.org/opensuse/git:2.54 git help +$ podman run registry.opensuse.org/opensuse/git:2.55 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.54 git clone <repository-url> +$ podman run -it -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.55 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.54 git clone <repository-url> +$ podman run -it --user git --userns=keep-id -v $(pwd):/workspace:Z registry.opensuse.org/opensuse/git:2.55 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.54 git clone <repository-url> +$ podman run -it --user $(id -u):$(id -g) --userns=keep-id -v $(pwd):/workspace registry.opensuse.org/opensuse/git:2.55 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.54 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.55 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.
