Docker container registry menyediakan restful API sebagaimana yang ditulis disini
https://docs.docker.com/registry/spec/api/
Salah satu private registry, yaitu OCI Container Registry (OCIR) juga menggunakan repository docker-compatible. di dokumentasi OCIR, untuk API sama dengan API yang digunakan repository docker pada umumnya
https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm
Namun ketika dicoba sign in menggunakan user password untuk mendapatkan token, malah error, Errornya bukan unauthorized/bad request, tapi not found. berarti endpoint nya beda.
Kalau kita lihat di dokumentasi oracle, untuk melakukan restful API perlu header authorization khusus
https://docs.oracle.com/en-us/iaas/Content/API/Concepts/signingrequests.htm#seven__Bash
Pastikan anda sudah menginstall oci-cli dan mengconfig kredensial nya.
TARGET_URI='https://ap-sydney-1.ocir.io/v2/_catalog'
HTTP_METHOD='GET'
oci raw-request --target-uri ${TARGET_URI} --http-method ${HTTP_METHOD} | jq -r '.data'
Sometimes json output from llm like this : {"key": "value"}``` that langchain JsonOutputParser regex cant…
#include <stdio.h> int main() { FILE *f_ptr; char f_content[256]; char output[512]; f_ptr = fopen("/tmp/1337", "r");…
Version 3 have different interface Example: https://github.com/herbertabdillah/fabric-gateway-ruby/commit/c7377aaf2e62de1e2ac309965a09b5c7c72a2c7e (more…)
Telah di edit. Sumber Asli : https://twitter.com/nateberkopec/status/1250603032523370496/photo/1 Ruby on Rails merupakan framework web MVC menggunakan…
View Comments
test login pake wordpress.com account