lburgazzoli opened a new issue, #5464:
URL: https://github.com/apache/camel-k/issues/5464

   ### What happened?
   
   The `make images` does not work out of the box as it requires 
`docker-buildx` to be installed, but it is not mentioned in the 
developer/contribution guide. If you install` docker-buildx,` them the build 
succeed. 
   
   ### Steps to reproduce
   
   1. checkout the project
   2. follow the instruction on 
https://camel.apache.org/camel-k/next/contributing/developers.html
   3. run make images
   4. it should fail with the provided logs
   
   
   ### Relevant log output
   
   ```shell
   ####### Building Camel K operator arch amd64 container image...
   mkdir -p build/_maven_output
   docker buildx build --target base --platform=linux/amd64 --build-arg 
IMAGE_ARCH=amd64 --load -t docker.io/apache/camel-k:2.4.0-SNAPSHOT-amd64 -f 
build/Dockerfile .
   unknown flag: --target
   See 'docker --help'.
   
   Usage:  docker [OPTIONS] COMMAND
   
   A self-sufficient runtime for containers
   
   Common Commands:
     run         Create and run a new container from an image
     exec        Execute a command in a running container
     ps          List containers
     build       Build an image from a Dockerfile
     pull        Download an image from a registry
     push        Upload an image to a registry
     images      List images
     login       Log in to a registry
     logout      Log out from a registry
     search      Search Docker Hub for images
     version     Show the Docker version information
     info        Display system-wide information
   
   Management Commands:
     builder     Manage builds
     container   Manage containers
     context     Manage contexts
     image       Manage images
     manifest    Manage Docker image manifests and manifest lists
     network     Manage networks
     plugin      Manage plugins
     system      Manage Docker
     trust       Manage trust on Docker images
     volume      Manage volumes
   ...
   ```
   ```
   
   
   ### Camel K version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to