Giter VIP home page Giter VIP logo

Comments (4)

cf-gitbot avatar cf-gitbot commented on June 15, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/158750643

The labels on this github issue will be updated when the story is started.

from grootfs.

cbaines avatar cbaines commented on June 15, 2024

This is tar seems to generate archives differently in some circumstances.

→ tree bar/
bar/
└── 1
    └── 2
        └── 3
            └── file1

3 directories, 1 file

If you invoke tar with the directory...

→ tar -cf baz.tar bar/ 

Then it contains entries for all the files.

→ tar --list --file=baz.tar
bar/
bar/1/
bar/1/2/
bar/1/2/3/
bar/1/2/3/file1

However, if tar is invoked with the file at the bottom of the tree.

→ tar -cf baz.tar bar/1/2/3/file1 

Then the tar archive list comes out differently.

→ tar --list --file=baz.tar
bar/1/2/3/file1

from grootfs.

Callisto13 avatar Callisto13 commented on June 15, 2024

hey @cbaines thanks for opening this issue.
could you provide us with the docker image, and also the Dockerfile, you are using (if it is not private of course)? it may help to speed up our reproduction and bring up other possibilities in case the issue is not the archive (although it does look likely).
thanks!

from grootfs.

cbaines avatar cbaines commented on June 15, 2024

could you provide us with the docker image, and also the Dockerfile, you are using (if it is not private of course)? it may help to speed up our reproduction and bring up other possibilities in case the issue is not the archive (although it does look likely).
thanks!

No problem, I believe cbaines/govuk-mini-environment-admin:release_2 [1] on Docker Hub contains a layer with the problematic format. This was generated directly with guix pack -f docker (so no Dockerfile involved), then loaded (by running docker load) and then pushed to Docker Hub.

1: https://hub.docker.com/r/cbaines/govuk-mini-environment-admin/tags/
2: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-pack.html

from grootfs.

Related Issues (15)

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.