[bitnami/python] Deprecate Python 3.7 branch (#39471)

Signed-off-by: Cori Avila <amisericordi@vmware.com>
This commit is contained in:
Cori Avila
2023-06-30 17:58:50 +02:00
committed by GitHub
parent 3ea2ef4939
commit 68c37e08a0
6 changed files with 0 additions and 106 deletions

View File

@@ -1,13 +0,0 @@
# 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.7
ports:
- 8000:8000
volumes:
- .:/app