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

Is there any possibility to publish package directly to packeton? #267

Open
malinink opened this issue Aug 16, 2024 · 0 comments · May be fixed by #303
Open

Is there any possibility to publish package directly to packeton? #267

malinink opened this issue Aug 16, 2024 · 0 comments · May be fixed by #303
Milestone

Comments

@malinink
Copy link

I assume that flow:

  • i have a package
  • i want to PUT that package directly into packeton repo
  • i run command from my repo like: composer push --username=admin --password=123456 0.0.1

Result:
expected package successfully registered on my repo
but having: Client error: PUT http://localhost:8088/packages/upload/org/mypackagename/0.0.1 resulted in a 404 Not Found

extra config in my package:

  "extra": {
    "push": {
      "url": "http://localhost:8088/"
    }
  },

P.S. we are interested in changing nexus to something supporting only composer packages. May be packeton is not a replacement.

@vtsykun vtsykun added this to the 2.7 milestone Nov 2, 2024
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

Successfully merging a pull request may close this issue.

2 participants