Docker Image Creation Error.

0
HI Mendix Experts,    I am trying to create a docker image for my mendix application. I have run the following commands.    docker build -t mendix-rootfs:app -f rootfs-app.dockerfile . docker build -t mendix-rootfs:builder -f rootfs-builder.dockerfile .   Running these commands, I can see 2 images in my docker app, I am on windows 11 24H2 latest update though.    Then I ran the commands after some research.    docker build --build-arg BUILD_PATH=. --build-arg ROOTFS_IMAGE=mendix/rootfs:bionic --build-arg BUILDER_ROOTFS_IMAGE=mendix/rootfs:bionic --tag mendix/license_management_tracker:latest -t lmt .   To which I am getting the following error,    Kindly suggest on this. 
asked
1 answers
0

Hello,

 

I encountered the same issue, but I managed to build the Docker image using buildpack version 3.2.0.

answered