[bitnami/python] Release 3.8.18-debian-12-r25 (#62510)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-20 18:19:41 +01:00
committed by GitHub
parent 5ea3eb44c4
commit 330835eae6
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/python:3.8
ports:
- 8000:8000
volumes:
- .:/app