About 50 results
Open links in new tab
  1. How to push a tar archive to private docker registry?

    Sep 26, 2018 · 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 …

  2. How to find a container image tag/label from its hash

    Sep 5, 2022 · Note that skopeo is querying the /v2 endpoint, running a manifest get, pulling the config blob, and running a tag listing, for each inspect. While crane digest and regctl image digest each do …

  3. anylogic - how to set the dynamic “destination” in the properties for ...

    Nov 28, 2024 · I tried to release it like this 1, it works, but I want to implement dynamic change of parameters not of the storage, but of the cell 2. Want to implement the following logic: checking the …

  4. How to get a list of images on docker registry v2

    Jul 6, 2015 · 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 …

  5. Push existing tarball image with kaniko - Stack Overflow

    Jan 26, 2023 · Unfortunately I can't find a way to push an existing tarball image with kaniko without rebuilding it. I also tried crane for the push, but can't get a login due to the non-existent credHelper. I …

  6. determine docker entrypoint of compressed/ flattened image

    Oct 20, 2023 · crane flatten sha256:e78d228bddb78d9e26cebddbf17f3b0eab48078237f07d5b3e643d1b5658db5f crane seems …

  7. In AnyLogic, how do I return a crane to automatic mode (idle state ...

    Aug 16, 2021 · AnyLogic (version 8.7.5) OverheadCrane is working well in automatic mode. I use the moveByCrane logic blocks to move other agents from one location to another. But I'd like to modify …

  8. What does the C++ standard say about the size of int, long?

    The C++ standard does not specify the size of integral types in bytes, but it specifies a minimum width in bits (see [basic.types.fundamental] p1). You can infer minimum size in bytes from that and the value …

  9. Can I get an image digest without downloading the image?

    Sep 7, 2016 · Similar to the question "What´s the sha256 code of a docker image?", I would like to find the digest of a Docker image. I can see the digest when I download an image: $ docker pull …

  10. Azure Pipelines: Logging in using Workload Identity Federation

    Apr 9, 2024 · In my CI-pipeline I need to log in to azure key vault to check that my code, which handles keys, works correctly. I have created a Workload Identity, called my_workload_identity, and given it …