docker-image-resource icon indicating copy to clipboard operation
docker-image-resource copied to clipboard

Cannot change default Docker STARTUP_TIMEOUT

Open holgerstolzenberg opened this issue 3 years ago • 0 comments

We are running into

Screenshot 2020-10-20 at 10 29 49

very often.

I tried to overcome this by adding a STARTUP_TIMEOUT to the put steps params, but it seems to have no effect.

- put: artifactory-docker-image
  params:
    load_tag: ((.:version-from-file))
    load_file: master-branch/build/image.tar
    load_repository: ((artifact_image_path))/((artifact_id))
    tag_file: version/version
    tag_as_latest: true
    STARTUP_TIMEOUT: 180
  get_params:
    skip_download: true

If the setting being ignored is not a bug, how can this timeout be configured?

holgerstolzenberg avatar Oct 20 '20 08:10 holgerstolzenberg