We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GIVEN Korifi is deployed on a k8s cluster
WHEN I create a package with docker lifecycle that references a public docker image:
curl "https://api.example.org/v3/packages" \ -X POST \ -H "Authorization: bearer [token]" \ -H "Content-type: application/json" \ -d '{ "type": "docker", "data": { "image": "eirini/dorini" } "relationships": { "app": { "data": { "guid": "[guid]" } } } }'
THEN I see that the request above retruns a response similar to
HTTP/1.1 201 Created Content-Type: application/json { "guid": "4cb65058-f04f-458f-aca1-5f4e43de6407", "type": "docker", "data": { "image": "eirini/dorini" } }
The text was updated successfully, but these errors were encountered:
Support creation of docker packages
c92b71c
Issue: #2791 Co-authored-by: Georgi Sabev <georgethebeatle@gmail.com>
b290600
No branches or pull requests
GIVEN Korifi is deployed on a k8s cluster
WHEN I create a package with docker lifecycle that references a public docker image:
THEN I see that the request above retruns a response similar to
The text was updated successfully, but these errors were encountered: