|
- How to push a tar archive to private docker registry?
The three tools I know of for working with registries without a docker engine are crane from Google, skopeo from RedHat, and regclient from myself The workflow that's needed is to extract the tar, push each layer and config, and then push the manifests OCI's distribution-spec includes details on the registry API, but realize that the authentication doesn't have a spec over there (at least
- How to get a list of images on docker registry v2
I'm using docker registry v1 and I'm interested in migrating to the newer version, v2 But I need some way to get a list of images present on registry; for example with registry v1 I can execute a
- 400 BAD request HTTP error code meaning? - Stack Overflow
I have a JSON request which I'm posting to a HTTP URL Should this be treated as 400 where requestedResource field exists but "Roman" is an invalid value for this field? [{requestedResource:"Ro
- How can I list all tags for a Docker image on a remote registry?
How can I list all tags of a Docker image on a remote Docker registry using the CLI (preferred) or curl? Preferably without pulling all versions from the remote registry I just want to list the t
- How to execute a stored procedure within C# program
I want to execute this stored procedure from a C# program I have written the following stored procedure in a SqlServer query window and saved it as stored1: use master go create procedure dbo
- How to create a GUID UUID in Python - Stack Overflow
How do I create a GUID UUID in Python that is platform independent? I hear there is a method using ActivePython on Windows but it's Windows only because it uses COM Is there a method using plain P
- docker - DockerHub: sha digest doesnt match - Stack Overflow
To get that digest, tools like regclient, crane, and skopeo can be used And buildx also includes docker buildx imagetools inspect that can do this, but note that it pulls the manifest which counts as an image pull for rate limits
- typescript - Could not find a declaration file for module module-name . . .
I read how TypeScript module resolution works I have the following repository: @ts-stack di After compiling the directory structure is as follows: ├── dist │ ├── annotations d ts │ ├──
|
|
|