Provides a base image that is used as an intermediate image to provide utility scripts for the final images.
More details at: https://docs.docker.com/develop/develop-images/multistage-build/
Use an environment variable to download a file from an endpoint at container startup. This is useful to get configuration from a remote application (like Spring Cloud Config).
Script location: /usr/local/bin/download-files.sh
Example: http://sourcefile/config-1.xml#:#/opt/target-file-1.xml|http://sourcefile/config-2.xml#:#/etc/target-file-2.xml
The initializer will download the file http://sourcefile/config-1.xml in the path target-file-1.xml and then download from http://sourcefile/config-2.xml in the path target-file-2.xml
Separators:
-H 'Authorization: Basic asAXADSADGGG='Content type
Image
Digest
Size
2.6 MB
Last updated
over 7 years ago
docker pull apontador/base