Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions git-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

#!BuildTag: suse/git:%%git_version%%-%RELEASE%
#!BuildTag: suse/git:%%git_version%%
#!BuildTag: suse/git:2.43
#!BuildTag: suse/git:2.51
#!BuildTag: suse/git:%%git_major_version%%
#!BuildTag: suse/git:latest
#!BuildName: suse-git
#!BuildVersion: 15.7.2.43
#!BuildVersion: 15.7.2.51
#!BuildRelease: 60
FROM registry.suse.com/bci/bci-micro:15.7 AS target
FROM suse/sle15:15.7 AS builder
Expand All @@ -33,7 +33,7 @@ RUN set -euo pipefail; \
# 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.43" ]
cut -d '.' -f -2)" = "2.51" ]
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; rm -f {/target,}/etc/shadow-
FROM registry.suse.com/bci/bci-micro:15.7
Expand Down
2 changes: 1 addition & 1 deletion git-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This container provides the SUSE LLC version of Git.
Example of using Git container:

```ShellSession
$ podman run registry.suse.com/suse/git:2.43 git help
$ podman run registry.suse.com/suse/git:2.51 git help
```

As Git requires a repository, the container
Expand Down
5 changes: 5 additions & 0 deletions git-image/git-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 2 09:17:49 UTC 2025 - SUSE Update Bot <[email protected]>

- update git to 2.51

-------------------------------------------------------------------
Thu Jul 31 11:19:16 UTC 2025 - SUSE Update Bot <[email protected]>

Expand Down