Skip to content

Docker updating to latest version without pull command #1739

@zero-thermo

Description

@zero-thermo

Issue

Running docker-compose down && docker-compose up -d pulls the latest Ryot image even without invoking docker-compose pull

Steps to Recreate

  1. Use image: 'ignisda/ryot:latest' in docker-compose.yml
  2. Run docker-compose down && docker-compose up -d

Expected Behavior: Docker stops all containers. Docker then starts all containers without updating.

Observed Behavior: Docker stops all containers. Docker updates Ryot container without running docker-compose pull. Docker starts all containers.

Other Notes

Locking Ryot to a version via image: 'ignisda/ryot:v10.2.1' removes the issue and Docker stops and starts containers without updating.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions