mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
Remove rhel-7 folder
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
FROM registry.rhc4tp.openshift.com/bitnami/rhel-extras-7:latest
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
HOME="/"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs curl gcc gcc-c++ git glibc keyutils-libs krb5-libs libcom_err libselinux libtool make ncurses-libs nss-softokn-freebl openssl-libs patch pcre pkgconfig readline sqlite unzip zlib
|
||||
RUN bitnami-pkg install python-2.7.16-0 --checksum 131f66315fd55f1c6baab732ad8504a25c1b91638c057e87a12100c04c187877
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-rhel-7-r45" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
WORKDIR /app
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/app-entrypoint.sh" ]
|
||||
CMD [ "python" ]
|
||||
@@ -1,14 +0,0 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
python:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
# Force docker-compose to use a comprehensive name for the image
|
||||
image: bitnami_python:2-rhel-7
|
||||
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
|
||||
# + info: https://access.redhat.com/solutions/253273
|
||||
build: .
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
print_welcome_page
|
||||
|
||||
|
||||
|
||||
exec tini -- "$@"
|
||||
Reference in New Issue
Block a user