Sign inSign up

bostonuniversity/apache-phpbin-shared

By bostonuniversity

Updated almost 7 years ago

Collection of code shared between containers making PHPbin applications in the cloud

Image
0

1.8K

bostonuniversity/apache-phpbin-shared repository overview

Apache PHPbin Shared Code

Build Status

Collection of several features that may be copied to other images via the multi-stage build mechanism. Normally, you won't create containers from this image directly.

Each feature is located in its own directory but some of them require certain packages to be installed on the target image in order to use that feature. For example, if a feature is represented as a Python script, the target image needs not only to copy the directory with that feature but also install Python.

Features are intended to be used as entrypoints. You can copy as many features to the target image as you like and them combine them in your entrypoint script.

You can also copy and use /shared-entrypoints/main.sh to execute all available features.

Features

S3 Secrets

Dependency: python

Main script: /s3-secrets-entrypoint/main.sh

Environment variables:

Variable nameDefault value
SECRETS_BUCKET_PATH-
SECRETS_DESTINATION-
SECRETS_DESTINATIONS-
Uploads Dir Setup

Dependency: none

Main script: /efs-directory-entrypoint/main.sh

Environment variables:

Variable nameDefault value
EFS_DIRECTORY_PATH-
EFS_DIRECTORY_ALIAS-

Tag summary

Content type

Image

Digest

Size

46.7 MB

Last updated

almost 7 years ago

docker pull bostonuniversity/apache-phpbin-shared