Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

docker force-pull-image ignored #728

@mneagul

Description

@mneagul

The docker force-pull-image option seems to be ignored. Is this expected behaviour ?

An example job is:

{
	"jobs": [{

		"disable-mea-culpa-retries": true,
		"mem": 1000,
		"application": {
			"name": "teo21",
			"version": "1.0.0"
		},
		"name": "teo21",
		"command": "/somepath/ewps-wrapper --job-info http://someserver/result/.../job_info.json",
		"max_runtime": 86400000,
		"max-retries": 10,
		"uuid": "163719da8-394f-44f9-9e6d-8a17500d5459",
		"executor": "cook",
		"container": {
			"type": "DOCKER",
			"docker": {
				"image": "our-registry:5000/ewps9",
				"network": "BRIDGE",
				"force-pull-image": true

			},
               "volumes": [
		          {
		            "container-path": "/etc/hosts",
		            "host-path": "/etc/hosts"
		          }
        ]

		},
		"cpus": 1
	}]

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions