Go to file
2024-12-03 19:47:55 +00:00
_service [info=3719f000c412f00840ccae49272f357f] 2024-12-03 13:50:43 +00:00
.gitattributes [info=f4ae504094c549321d3aed6c5547742e] 2024-09-13 13:54:41 +00:00
.gitignore [info=f4ae504094c549321d3aed6c5547742e] 2024-09-13 13:54:41 +00:00
config.sh [info=91e969e0c3e9b59d298b6d2f010c73e9] 2024-09-25 17:16:49 +00:00
git-image.changes [info=3719f000c412f00840ccae49272f357f] 2024-12-03 13:50:43 +00:00
git-image.kiwi [info=93227fcabfeade04cbb445adce493897] 2024-10-30 15:39:19 +00:00
README.md [info=3719f000c412f00840ccae49272f357f] 2024-12-03 13:50:43 +00:00

openSUSE Tumbleweed with Git: Git application container

Redistributable

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:

$ 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.

Licensing

SPDX-License-Identifier: GPL-2.0-only

This documentation and the build recipe are licensed as GPL-2.0-only. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).

This image is based on openSUSE Tumbleweed.