mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
[bitnami/python] Deprecate Python 3.7 branch (#39471)
Signed-off-by: Cori Avila <amisericordi@vmware.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user