From 35230c9b2e571fd4dd51c42e9a578858bd7c5b1233f2e67d5f654c61a0740c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 3 Dec 2024 13:50:43 +0000 Subject: [PATCH] [info=3719f000c412f00840ccae49272f357f] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/git-image?expand=0&rev=204 --- README.md | 27 +++++++++++++++++++++++++-- _service | 4 ++-- git-image.changes | 10 ++++++++++ 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91a2076..e425864 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,30 @@ -# The openSUSE Tumbleweed with Git container image +# openSUSE Tumbleweed with Git: Git application container ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green) -A micro environment with Git based on the openSUSE Tumbleweed Base Container Image. + +## Description + +Git is a distributed version control system that tracks +versions of files. Git is primarily designed for controlling source code in collaborative software development. + + +## Usage + +This container provides the openSUSE Project version of Git. + +Example of using Git container: + +```ShellSession +$ podman run registry.opensuse.org/opensuse/git:2.47 git help +``` + +As Git requires a repository, the container +does not explicitly set an entrypoint. This way, you can launch the container in +interactive mode to clone a repository and work on it. To avoid losing all your changes when exiting the container, use a persistent volume mount on launch. + +For more use cases and documentation, refer to the +[Git SCM documentation](https://git-scm.com/doc). + ## Licensing diff --git a/_service b/_service index 69e9c85..4b49702 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + git-image.kiwi %%git_version%% git-core - + git-image.kiwi %%git_major_version%% git-core diff --git a/git-image.changes b/git-image.changes index 25521ca..36884aa 100644 --- a/git-image.changes +++ b/git-image.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 3 13:26:37 UTC 2024 - SUSE Update Bot + +- Change attribute order in _service + +------------------------------------------------------------------- +Thu Nov 28 14:48:16 UTC 2024 - SUSE Update Bot + +- add/extend README + ------------------------------------------------------------------- Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot