From 85ef366fe3d489e9814dbaa1da9b60786e1747ab Mon Sep 17 00:00:00 2001 From: Silvestre Zabala Date: Tue, 24 Sep 2024 17:10:04 +0200 Subject: [PATCH] feat(README): Add Readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e07c233 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file