GithubHelp home page GithubHelp logo

Comments (2)

iaguis avatar iaguis commented on June 17, 2024

Can you give an example?

I just generated an image with this Dockerfile:

FROM scratch
MAINTAINER Iago López Galeiras <[email protected]>

ADD test.txt /test.txt

And the resulting manifest doesn't include any app section:

{
    "acKind": "ImageManifest",
    "acVersion": "0.6.1",
    "name": "test",
    "labels": [
        {
            "name": "version",
            "value": "latest"
        },
        {
            "name": "os",
            "value": "linux"
        },
        {
            "name": "arch",
            "value": "amd64"
        }
    ],
    "annotations": [
        {
            "name": "authors",
            "value": "Iago López Galeiras \[email protected]\u003e"
        },
        {
            "name": "created",
            "value": "2015-09-22T15:39:09Z"
        },
        {
            "name": "appc.io/docker/v1/registryurl",
            "value": ""
        },
        {
            "name": "appc.io/docker/v1/repository",
            "value": "test"
        },
        {
            "name": "appc.io/docker/v1/imageid",
            "value": "593b8608e3cc76e3af84150d191bc66fe323a2c95b1156ff60ef3ebb36419a23"
        },
        {
            "name": "appc.io/docker/v1/parentimageid",
            "value": "ba7a558f8316d18bba4149002989fa3422bcd9c782ad2764d3caff466ad43632"
        }
    ]
}

from docker2aci.

jaybuff avatar jaybuff commented on June 17, 2024

I was filing this bug off some notes that I took last week and apparently they were wrong. Sorry I didn't confirm! I went through it again and everything works as expected.

from docker2aci.

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.