Skip to content

Commit fde4460

Browse files
authored
Merge pull request #2890 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents 75435ac + 90567d5 commit fde4460

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

git-image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
#!BuildTag: suse/git:%%git_version%%-%RELEASE%
1919
#!BuildTag: suse/git:%%git_version%%
20-
#!BuildTag: suse/git:2.43
20+
#!BuildTag: suse/git:2.51
2121
#!BuildTag: suse/git:%%git_major_version%%
2222
#!BuildTag: suse/git:latest
2323
#!BuildName: suse-git
24-
#!BuildVersion: 15.7.2.43
24+
#!BuildVersion: 15.7.2.51
2525
#!BuildRelease: 60
2626
FROM registry.suse.com/bci/bci-micro:15.7 AS target
2727
FROM suse/sle15:15.7 AS builder
@@ -33,7 +33,7 @@ RUN set -euo pipefail; \
3333
# sanity check that the version from the tag is equal to the version of git-core that we expect
3434
RUN set -euo pipefail; \
3535
[ "$(rpm --root /target -q --qf '%{version}' git-core | \
36-
cut -d '.' -f -2)" = "2.43" ]
36+
cut -d '.' -f -2)" = "2.51" ]
3737
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
3838
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; rm -f {/target,}/etc/shadow-
3939
FROM registry.suse.com/bci/bci-micro:15.7

git-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This container provides the SUSE LLC version of Git.
1616
Example of using Git container:
1717

1818
```ShellSession
19-
$ podman run registry.suse.com/suse/git:2.43 git help
19+
$ podman run registry.suse.com/suse/git:2.51 git help
2020
```
2121

2222
As Git requires a repository, the container

git-image/git-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Sep 2 09:17:49 UTC 2025 - SUSE Update Bot <[email protected]>
3+
4+
- update git to 2.51
5+
16
-------------------------------------------------------------------
27
Thu Jul 31 11:19:16 UTC 2025 - SUSE Update Bot <[email protected]>
38

0 commit comments

Comments
 (0)