Skip to content

Commit f42e3da

Browse files
author
SUSE Update Bot
committed
🤖: Update build recipes from templates
1 parent 75435ac commit f42e3da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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

0 commit comments

Comments
 (0)