-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
docker compose pull dont pull new image from registry
As prev version 2.9 when i issue docker compose pull it will pull new image/check from registry. On ver 2.10 the download will skipped due it already exist locally
⠿ server Skipped - Image is already present locally
Steps to reproduce the issue:
- Upgrade compose 2.10
- Issue
docker compose pull - Image skipped
Describe the results you received:
Download skipped due exist locally
Describe the results you expected:
Compose will pull image
Additional information you deem important (e.g. issue happens only occasionally):
Compose file snipped
app:
image: 192.168.0.2:5050/dedyms/shinobi:dev
group_add:
- video
environment:
- PLUGIN_KEYS={}
- SSL_ENABLED=false
- DB_HOST=db
I saw this thread about this pull_policy #9730 , seems not affecting. Am i need something to my compose file to force download?
Output of docker compose version:
Docker Compose version v2.10.0
Output of docker info:
Client:
Context: default
Debug Mode: false
Plugins:
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Docker Buildx (Docker Inc., v0.8.2-docker)
compose: Docker Compose (Docker Inc., v2.10.0)
scan: Docker Scan (Docker Inc., v0.17.0)
Server:
Containers: 77
Running: 77
Paused: 0
Stopped: 0
Images: 67
Server Version: 20.10.17
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local local-persist
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: active
NodeID: xozatfoct17qlmritcn2fhwwi
Is Manager: true
ClusterID: vhkt77e8sz6p1y01qsjb10c93
Managers: 1
Nodes: 3
Default Address Pool: 10.0.0.0/8
SubnetSize: 24
Data Path Port: 4789
Orchestration:
Task History Retention Limit: 1
Raft:
Snapshot Interval: 10000
Number of Old Snapshots to Retain: 0
Heartbeat Tick: 1
Election Tick: 10
Dispatcher:
Heartbeat Period: 5 seconds
CA Configuration:
Expiry Duration: 3 months
Force Rotate: 0
Autolock Managers: false
Root Rotation In Progress: false
Node Address: 192.168.0.2
Manager Addresses:
192.168.0.2:2377
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 0197261a30bf81f1ee8e6a4dd2dea0ef95d67ccb
runc version: v1.1.3-0-g6724737
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: default
cgroupns
Kernel Version: 5.15.0-46-lowlatency
Operating System: Ubuntu 22.04.1 LTS
OSType: linux
Architecture: x86_64
CPUs: 6
Total Memory: 31.02GiB
Name: homelab
ID: 2JTD:RTQI:7ACK:663S:F2DR:T5MR:BAHF:VMYN:WOAE:WWVC:HHVS:KCSN
Docker Root Dir: /var/lib/docker
Debug Mode: false
Username: martadinata666
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
192.168.0.2:5050
127.0.0.0/8
Live Restore Enabled: false
Default Address Pools:
Base: 172.17.0.0/16, Size: 16
Base: 172.18.0.0/16, Size: 16
Base: 172.19.0.0/16, Size: 16
Base: 172.20.0.0/16, Size: 16
Base: 172.21.0.0/16, Size: 16
Base: 172.22.0.0/16, Size: 16
Base: 172.23.0.0/16, Size: 16
Base: 172.24.0.0/16, Size: 16
Base: 172.25.0.0/16, Size: 16
Base: 172.26.0.0/16, Size: 16
Base: 172.27.0.0/16, Size: 16
Base: 172.28.0.0/16, Size: 16
Base: 172.29.0.0/16, Size: 16
Base: 172.30.0.0/16, Size: 16
Base: 192.168.0.0/16, Size: 20
Additional environment details:
Ubuntu 22.04
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels