Collection of code shared between containers making PHPbin applications in the cloud
1.8K
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.
Dependency: python
Main script: /s3-secrets-entrypoint/main.sh
Environment variables:
| Variable name | Default value |
|---|---|
| SECRETS_BUCKET_PATH | - |
| SECRETS_DESTINATION | - |
| SECRETS_DESTINATIONS | - |
Dependency: none
Main script: /efs-directory-entrypoint/main.sh
Environment variables:
| Variable name | Default value |
|---|---|
| EFS_DIRECTORY_PATH | - |
| EFS_DIRECTORY_ALIAS | - |
Content type
Image
Digest
Size
46.7 MB
Last updated
almost 7 years ago
docker pull bostonuniversity/apache-phpbin-shared