Ping Identity Docker Image - pingdownloader
¶
This docker image provides an alpine image to help with the download of Ping product images and licenses.
Related Docker Images ¶
alpine
- Parent Image
Usage ¶
docker run --env PING_IDENTITY_DEVOPS_USER --env PING_IDENTITY_DEVOPS_KEY pingidentity/pingdownloader -p <product_name>
Options ¶
-v, --version: the version of the product to download. by default, the downloader will pull the latest version
-c, --conserve-name: use this option to conserve the original file name. By default, the downloader will rename the file product.zip
-n, --dry-run: this will cause the URL to be displayed but the the bits not to be downloaded
Examples ¶
Download the latest PingDirectory
docker run --env PING_IDENTITY_DEVOPS_USER --env PING_IDENTITY_DEVOPS_KEY pingidentity/pingdownloader -p PingDirectory
Download a specific version of PingDirectory
docker run --env PING_IDENTITY_DEVOPS_USER --env PING_IDENTITY_DEVOPS_KEY pingidentity/pingdownloader -p PingDirectory -v 7.3.0.0
Download a product to /tmp on the host, as opposed to /tmp in the PingDownloader container
docker run --env PING_IDENTITY_DEVOPS_USER --env PING_IDENTITY_DEVOPS_KEY --rm -v /tmp:/tmp pingidentity/pingdownloader -p PingFederate
Docker Container Hook Scripts ¶
Please go here for details on all pingdownloader hook scripts
This document is auto-generated from pingdownloader/Dockerfile
Copyright © 2021 Ping Identity Corporation. All rights reserved.