https://github.com/strg-at/containers
STRG. containers
https://github.com/strg-at/containers
devops docker strg
Last synced: 27 days ago
JSON representation
STRG. containers
- Host: GitHub
- URL: https://github.com/strg-at/containers
- Owner: strg-at
- License: mit
- Created: 2023-05-11T07:20:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T07:40:00.000Z (over 1 year ago)
- Last Synced: 2025-03-11T08:31:49.263Z (over 1 year ago)
- Topics: devops, docker, strg
- Language: Shell
- Homepage: https://github.com/strg-at
- Size: 440 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![pre-commit][pre-commit-shield]][pre-commit-url]
[![taskfile][taskfile-shield]][taskfile-url]
# STRG. Containers
This repo stores images that are used as helper for various use cases.
Table of Contents
- [Getting Started](#getting-started)
- [Prerequisties](#prerequisties)
- [Initialize repository](#initialize-repository)
- [Configuration](#configuration)
- [Preparation](#preparation)
- [Known Issues](#known-issues)
## Getting Started
### Prerequisties
- [pre-commit][pre-commit]
### Initialize repository
Pre-commit framework need to get initialized.
```console
task pre-commit:init
```
## Configuration
### Preparation
All changes require a PR and review. Create a new branch and reference a Jira ticket, f.e.
```console
git switch -c feature/INPRO-1-configure-resource
```
## Known Issues
[pre-commit]: https://pre-commit.com/
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[taskfile-url]: https://taskfile.dev/
[taskfile-shield]: https://img.shields.io/badge/Taskfile-Enabled-brightgreen?logo=task