Skip to content

Context Agent 2.4.0: appinfo/info.xml still pins Docker image-tag to 2.3.0 — intentional? #119

@mohamedsakhri

Description

@mohamedsakhri

Hi, I noticed that the app version is 2.4.0, but the ExApp Docker configuration in appinfo/info.xml still pins the container tag to 2.3.0:

<version>2.4.0</version>

<external-app>
  <docker-install>
    <registry>ghcr.io</registry>
    <image>nextcloud/context_agent</image>
    <image-tag>2.3.0</image-tag>
  </docker-install>
</external-app>

When installing via the Nextcloud UI/AppAPI, this results in the deployed container being ghcr.io/nextcloud/context_agent:2.3.0 even though the app reports 2.4.0.

Is this intentional or should the <image-tag> be updated to 2.4.0? The 2.4.0 image exists in GHCR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions