Giter Site home page Giter Site logo

Comments (1)

dtrudg avatar dtrudg commented on June 4, 2024

It's now failing with a different error...

 $ /usr/local/bin/singularity exec --oci  docker://busybox echo hi
INFO:    Using cached OCI-SIF image
2024-03-06T14:06:57.619064Z: executable file `echo` not found in $PATH: No such file or directory

Because there is no PATH set in the image...

{
  "architecture": "amd64",
  "created": "2023-05-18T22:34:17Z",
  "history": [
    {
      "created": "2024-03-06T14:03:50.18894225Z",
      "created_by": "Singularity-Ce/4.1.0 (Linux amd64) Go/1.21.7",
      "comment": "oci-sif created from 4be429a5fbb2e71ae7958bfa558bc637cf3a61baf40a708cb8fff532b39e52d0"
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:9370d6618db959f89bdd4c69de62d1658010ad58e9c13c58d0a97268c539f834"
    ]
  },
  "config": {
    "Cmd": [
      "sh"
    ]
  }
}

The previous version 1.36.0-glibc gives a config...

02:10 pm $ singularity sif dump 2 busybox_1.36.0-glibc.oci.sif  | jq
{
  "architecture": "amd64",
  "container": "38679f48b1e2cdfbfb0c327c26efefd85faceb2e4dd3e49fcf6a899c44816ed1",
  "created": "2023-05-11T22:48:43.533857581Z",
  "docker_version": "20.10.23",
  "history": [
    {
      "created": "2024-03-06T14:10:56.414479186Z",
      "created_by": "Singularity-Ce/4.1.0 (Linux amd64) Go/1.21.7",
      "comment": "oci-sif created from 086417a48026173aaadca4ce43a1e4b385e8e62cc738ba79fc6637049674cac0"
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:b8153255e47662f2c77a44f4bb0255101f128e84e9e6f9c2092fc3aff460860c"
    ]
  },
  "config": {
    "Cmd": [
      "sh"
    ],
    "Env": [
      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
    ],
    "Image": "sha256:88a81060478e63800a509aeca29e72bacbef4fa21e600901c10d51d277e35f8a"
  }
}

from singularity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.