Bug Description
Compose file with local Dockerfile build instructions result in Arcane trying to find an update of the local image name on a repository and fails.
Steps To Reproduce
Create project with a local Dockerfile:
services:
buzzer:
privileged: true
container_name: buzzer
image: buzzer
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
labels:
com.getarcaneapp.arcane.updater: false
Expected Behavior
Do not search for updates if the service has a build section defined.
Actual Behavior
Screenshots
No response
Arcane Version
v.1.17.4
Installation Method
Docker Compose (Recommended)
Environment Type
Local Docker (Single instance)
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
27.5.1
Browser & Version
Safari 26.5
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response
Bug Description
Compose file with local Dockerfile build instructions result in Arcane trying to find an update of the local image name on a repository and fails.
Steps To Reproduce
Create project with a local Dockerfile:
Expected Behavior
Do not search for updates if the service has a build section defined.
Actual Behavior
Screenshots
No response
Arcane Version
v.1.17.4
Installation Method
Docker Compose (Recommended)
Environment Type
Local Docker (Single instance)
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
27.5.1
Browser & Version
Safari 26.5
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response