Skip to content

[Bug] No support for OCI images #673

@PixNyb

Description

@PixNyb

Description

More of a bug request which is a feature request if this is intended behavior.
I use buildx to automatically build my images in a github pipeline and publish them to a private repository, all works well and stacks deploy properly. However when i attempt to redeploy or change services swarmpit seems to have trouble finding the images (no support for OCI in request header) which is inconvenient but also causes my pipelines not to work as they rely on the service redeploy API call.

Steps to reproduce the issue:

  1. Create a stack using an OCI image.
  2. Attempt to create/edit the service using the OCI image.
  3. See errors.

What happens:

Swarmpit is unable to execute various maintenance and CD commands.

What should happen:

Swarmpit should be able to execute said commands on OCI images.

Additional information (e.g. docker version, cluster setup,...):

Docker version 24.0.5
Swarmpit version v1.10-850a7f9
Setup Docker swarm with 4 nodes
Docker registry Private secured registry (registry:2)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions