Code Monkey home page Code Monkey logo

Comments (6)

andrewcooke avatar andrewcooke commented on May 28, 2024

oh, crap. ok, will fix today. thanks!

from choochoo.

andrewcooke avatar andrewcooke commented on May 28, 2024

this is very odd.

1 - you're correct, the image is a mess (i don't think it's just that file that's missing - i suspect you'll get errors reading FIT files too).

2 - but the log on docker hub (from when they build the image) looks fine.

3 - i can build an image fine locally using the same Dockerfile

it looks very much as though the image is missing some layers. still digging into this.

from choochoo.

andrewcooke avatar andrewcooke commented on May 28, 2024

docker history shows different 'SIZE' values when comparing the docker hub and local images (btw i am just talking to myself and keeping a record here, please ignore if you don't care):

andrew@block:~/project/ch2> docker history andrewcooke/choochoo:latest
IMAGE               CREATED             CREATED BY                                      SIZE                COMMENT
ee945b988620        7 days ago          CMD ["/bin/sh" "-c" "./docker-start.sh"]        0B                  buildkit.dockerfile.v0
<missing>           7 days ago          COPY dkr/docker-start.sh . # buildkit           0B                  buildkit.dockerfile.v0
<missing>           7 days ago          EXPOSE map[8000/tcp:{} 8001/tcp:{}]             0B                  buildkit.dockerfile.v0
<missing>           7 days ago          WORKDIR /                                       0B                  buildkit.dockerfile.v0
<missing>           7 days ago          RUN /bin/sh -c ch2 package-fit-profile ./Pro…   0B                  buildkit.dockerfile.v0
<missing>           7 days ago          COPY data/sdk/Profile.xlsx /app # buildkit      0B                  buildkit.dockerfile.v0
<missing>           7 days ago          WORKDIR /app                                    0B                  buildkit.dockerfile.v0
<missing>           7 days ago          RUN /bin/sh -c pip install . # buildkit         9.12MB              buildkit.dockerfile.v0
andrew@block:~/project/ch2> docker history andrewcooke/choochoo:latest-local
IMAGE               CREATED             CREATED BY                                      SIZE                COMMENT
e02294a6fbe7        12 minutes ago      CMD ["/bin/sh" "-c" "./docker-start.sh"]        0B                  buildkit.dockerfile.v0
<missing>           12 minutes ago      COPY dkr/docker-start.sh . # buildkit           773B                buildkit.dockerfile.v0
<missing>           12 minutes ago      EXPOSE map[8000/tcp:{} 8001/tcp:{}]             0B                  buildkit.dockerfile.v0
<missing>           12 minutes ago      WORKDIR /                                       0B                  buildkit.dockerfile.v0
<missing>           12 minutes ago      RUN /bin/sh -c ch2 package-fit-profile ./Pro…   2.09MB              buildkit.dockerfile.v0
<missing>           13 minutes ago      COPY data/sdk/Profile.xlsx /app # buildkit      183kB               buildkit.dockerfile.v0
<missing>           13 minutes ago      WORKDIR /app                                    0B                  buildkit.dockerfile.v0
<missing>           13 minutes ago      RUN /bin/sh -c pip install . # buildkit         36.2MB              buildkit.dockerfile.v0

from choochoo.

andrewcooke avatar andrewcooke commented on May 28, 2024

docker/hub-feedback#2019

don't really expect much help - that place seems dead.

I will try making a new release, triggering a new build, and testing that (and disabling automatic builds).

from choochoo.

andrewcooke avatar andrewcooke commented on May 28, 2024

OK, latest build works. No idea what the problem was, but in future I will trigger manually on releases and check. Sorry about that.

from choochoo.

ricardog avatar ricardog commented on May 28, 2024

Thanks for the quick turn around. I downloaded the new image and was able to run the server without problems.

from choochoo.

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.