From ee88646efc8c6412c343fb5fd6d317fa4d1bc1a0 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Thu, 28 Nov 2024 11:46:38 +0000 Subject: [PATCH] Test build for #2049 --- git-image/README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/git-image/README.md b/git-image/README.md index d28ac3a09..3c60a85c6 100644 --- a/git-image/README.md +++ b/git-image/README.md @@ -1,8 +1,31 @@ -# The SLE 15 SP6 with Git container image +# SLE 15 SP6 with Git: Git application container [![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/) [![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify) -A micro environment with Git based on the SLE 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 SUSE LLC version of Git. + +Example of using Git container: + +```ShellSession +$ podman run registry.suse.com/suse/git:2.43 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