Skip to content

🐞 Bug: do not search for image updates if service definition contains build #2373

Description

@piejanssens

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions