Giter Club home page Giter Club logo

Comments (5)

anselboero avatar anselboero commented on July 30, 2024 1

great, it worked!
Thank you very much for your help

from emr-serverless-samples.

dacort avatar dacort commented on July 30, 2024

Hi @anselboero - a couple questions.

  • What's the output of your docker version command? The --output flag is only available as of API version 1.40+
  • Are you running your Docker host locally?

from emr-serverless-samples.

anselboero avatar anselboero commented on July 30, 2024

Thank you for your prompt reply.

  • this is the output of the docker version command (I think the API version is 1.41)
Client: Docker Engine - Community
 Version:           20.10.18
 API version:       1.41
 Go version:        go1.18.6
 Git commit:        b40c2f6
 Built:             Thu Sep  8 23:11:43 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.18
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.6
  Git commit:       e42327a
  Built:            Thu Sep  8 23:09:30 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.8
  GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
  • Yes, I'm running Docker host locally on Ubuntu 22.04. I could try to replicate the steps using an EC2 Instance with Amazon Linux 2 as AMI (even though I thought we are using Docker in order to isolate the environment. I'm not a virtualization expert, sorry :) )
    Thank you

from emr-serverless-samples.

dacort avatar dacort commented on July 30, 2024

Hm, ok, let me give it a try on Linux real quick. It should run fine.

from emr-serverless-samples.

dacort avatar dacort commented on July 30, 2024

Ah, think I figured it out. The custom build outputs feature requires the BuildKit backend.

You should be able to use either of the following commands. I'll add a note about this to the README.

docker buildx build --output . .
DOCKER_BUILDKIT=1 docker build --output . .

from emr-serverless-samples.

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.