Giter Site home page Giter Site logo

buildg's People

Contributors

dependabot[bot] avatar developer-guy avatar fahedouch avatar ktock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildg's Issues

add macOS support

We (w/@Dentrax) can use os-matrix to build an artifact suitable for macOS, is it possible to build a buildg tool for macOS from a technical standpoint?

jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [macos-latest, ubuntu-latest, windows-latest]

First line on Dockerfile's Syntax seems to terminate debugging session instantly

Thank you for this cool OpenSource project! :bowtie:

I have an issue, when debugging my Dockerfiles, which start using Docker BuildKit's Dockerfile-Syntax declarations like this one.
Screenshot_20221110_080438

When I remove this first line "# syntax = docker/dockerfile:1.4.3", the debugger IS working perfectly. Having this first line included results in weird output of it:

Screenshot_20221110_080816

The debugger seems to not understand this line and terminates directly โ€” even when this image is present locally in my repository.

Cryptic error message adding tarball "Breakpoint[on-fail]: caught error Error processing tar file(exit status 3): No help topic for '/'"

I'm trying to debug a Dockerfile that's failing with standard buildx. I get an error with buildg before the line that fails with buildx.

#7 68.21 Certificate added: C=CN, O="iTrusChina Co.,Ltd.", CN=vTrus Root CA
#7 68.21 140 new root certificates were added to your trust store.
#7 68.21 Import process completed.
#7 68.21 Done
#7 68.21 done.
#7 68.24 Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...
#7 DONE 68.4s

#8 [inst 1/6] RUN mkdir /build
#8 DONE 0.2s

#9 [inst 2/6] ADD Quartus-lite-17.0.2.602-linux.tar /build
Breakpoint[on-fail]: caught error Error processing tar file(exit status 3): No help topic for '/'

Filename: "Dockerfile"
     12| FROM pre-inst AS inst
     13| 
     14| RUN mkdir /build
 =>  15| ADD Quartus-lite-17.0.2.602-linux.tar /build
     16| ADD "https://ftp-osl.osuosl.org/pub/libpng/src/libpng12/libpng-1.2.59.tar.xz" \
     17|     /build
     18| 

I can add more context but I don't see anything more that seems relevant. As the title says, the error message is extremely cryptic as far as I'm concerned and I don't even know where to start with this. Again, the Dockerfile gets past this point with standard buildx.

The two commands that I run are: nerdctl builder debug . and docker build -f Dockerfile -t ${CONTAINER_AUTH} ..

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.