Skip to content

Add image pull policy#317

Open
jessefaler wants to merge 1 commit intopterodactyl:developfrom
jessefaler:feature/image-pull-policy
Open

Add image pull policy#317
jessefaler wants to merge 1 commit intopterodactyl:developfrom
jessefaler:feature/image-pull-policy

Conversation

@jessefaler
Copy link
Copy Markdown

This adds an image pull policy that can be set in the wings configuration file via image_pull_policy:.

There are currently 3 polices: Always which will pull the container image every time the server is started, IfNotPresent which pulls the container image only if it is not present locally, and Never which will never pull the image and return an error if it doesn't exist locally.

This should also fix issue #5598 if the configured policy is changed from always to one of the other options.

Adds an `image_pull_policy` option to the Wings configuration, allowing control over how container images are pulled:

- `Always`: pulls the image on every server start (default if not set)

- `IfNotPresent`: only pulls the image if it is missing locally

- `Never`: requires the image to exist locally
@jessefaler jessefaler force-pushed the feature/image-pull-policy branch from e9a3be9 to 76c0ffb Compare March 29, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant