Skip to content

Commit

Permalink
feat(README): Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Sep 24, 2024
1 parent 68328cf commit 85ef366
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# mbtci-python
This repository contains a Dockerfile for building a Docker image based on [`devxci/mbtci-java21-node22`](https://hub.docker.com/r/devxci/mbtci-java21-node22) ([source](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_template)) with Python installed from source. The image includes Python 3 and `pipx` for managing Python applications in isolated environments.

## Features
- Base image: `devxci/mbtci-java21-node22`
- Python 3 installed from source
- `pipx` installed for managing Python applications
- Automated dependency updates with Renovate

## Usage
```
docker pull ghcr.io/app-autoscaler-ci-bot/mbtci-python:latest
```

0 comments on commit 85ef366

Please sign in to comment.