Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] No support for OCI images #673

Open
PixNyb opened this issue Aug 5, 2023 · 0 comments
Open

[Bug] No support for OCI images #673

PixNyb opened this issue Aug 5, 2023 · 0 comments

Comments

@PixNyb
Copy link

PixNyb commented Aug 5, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant