admin@C02FL5A7MD6T docker-mendix-buildpack-master % docker build --build-arg BUILD_PATH="project" --progress=plain -t friends_inc2 -f Dockerfile_offline .
#1 [internal] load build definition from Dockerfile_offline
#1 sha256:c88dc3393893e54c1631eab8f87a2fb2e1e26bf2005ca1bcaf0771c98671e57c
#1 transferring dockerfile: 45B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:3b9dee732145e3b9ba449c0416fc59ea0e5cd7dce4d7b787ae5fcb8e9dd4ee09
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/mendix/rootfs:bionic
#3 sha256:0b2b860824daf50787f8ab92bdc542757bac5e334dfe81176233a0c6c842d55d
#3 DONE 0.0s

#4 [internal] load metadata for docker.io/mendix/rootfs:ubi8
#4 sha256:d56f09c014c6200610efac56b84072389a9bd525fe43da3b6946538046a8c540
#4 DONE 0.0s

#5 [stage-1  1/10] FROM docker.io/mendix/rootfs:ubi8
#5 sha256:6f9288707691739dd42910d85b7ac099f773d15b8464615aa096026c6078b29c
#5 DONE 0.0s

#12 [builder 1/8] FROM docker.io/mendix/rootfs:bionic
#12 sha256:f2a3fe26ceb08ea4548033cfa4b091180dd6449246460a357a0ac0fa4c498835
#12 CACHED

#6 [stage-1  2/10] RUN chmod g=u /etc/passwd
#6 sha256:d1c8746512e0043ee9e24620f135c91b531fdbda2cd48348d9c5e11f346a6711
#6 CACHED

#7 [stage-1  3/10] RUN if [ "true" = "true" ] && grep -q ubuntu /etc/os-release ; then        DEBIAN_FRONTEND=noninteractive apt-mark manual libfontconfig1 &&         DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -q -y wget curl libgdiplus ;     fi
#7 sha256:add6144ab3ae68b9c9689a165c5251595dda428714969cd38545252c1f16055b
#7 CACHED

#13 [builder 2/8] RUN mkdir -p /opt/mendix/buildpack /opt/mendix/build &&    echo "Getting CF Buildpack v4.15.4"
#13 sha256:8d977c47874a43acd091a7324ebab5b7517be5f7356c9793b48ef3b434600994
#13 CACHED

#8 [internal] load build context
#8 sha256:73b129307b21cd9ca3cfd7ea18ebc5fd2e0a8d949a3d3d249292f391754d076f
#8 transferring context: 127.85MB 2.5s done
#8 DONE 2.5s

#9 [stage-1  4/10] COPY scripts/startup scripts/vcap_application.json /opt/mendix/build/
#9 sha256:f155ca42654c4487338f4fcd0dbd4eaa1720efc614a34ed2f95a3923243cdca7
#9 CACHED

#14 [builder 3/8] COPY cf-mendix-buildpack-4.15.4-offline /opt/mendix/buildpack/
#14 sha256:04aca43a2d14de80bb5ae15df80a8d637e6614039d2d3a00c0e3bb1b8af7c765
#14 DONE 0.1s

#10 [stage-1  5/10] RUN mkdir -p /home/vcap &&    chgrp -R 0 /home/vcap &&    chmod -R g=u /home/vcap
#10 sha256:6f612e047dfbb5236f66bd030b1632d8b69e894ce9b1e6ede77ee3bd4e606694
#10 DONE 0.3s

#15 [builder 4/8] RUN chgrp -R 0 /opt/mendix &&    chmod -R g=u /opt/mendix
#15 sha256:2f2210618f3841c8d0869b843d47572d4b182233aeaea1d1661eb56442a61ae0
#15 DONE 0.4s

#16 [builder 5/8] COPY scripts/compilation scripts/git /opt/mendix/buildpack/
#16 sha256:27258b200e1f932e22a6495b7f5a10559e8aa86a6a0b7ecedd077efdafb396ff
#16 DONE 0.0s

#17 [builder 6/8] COPY project /opt/mendix/build
#17 sha256:b0ce03a89dd6c55921af7329da724c5e50c1d7a6683592fee7fb2b6e7fefbb27
#17 DONE 0.3s

#11 [stage-1  6/10] RUN chmod +rx /opt/mendix/build/startup &&    chgrp -R 0 /opt/mendix &&    chmod -R g=u /opt/mendix
#11 sha256:75e053778e68d704798fff053c92399e2a819391264db45442f958dc292d2635
#11 DONE 0.5s

#18 [builder 7/8] RUN chmod +rx /opt/mendix/buildpack/bin/bootstrap-python && /opt/mendix/buildpack/bin/bootstrap-python /opt/mendix/buildpack /tmp/buildcache
#18 sha256:aeb7cc77aa4a57500c6cdfe8fce3950b5f045d39e38d400bbbcc46486efd397a
#18 0.343  ---> Copying bundled Python dependencies to cache...
#18 0.356  ---> Bootstrapping pip and setuptools...
#18 1.142 Looking in links: /tmp/buildcache/pip/wheels
#18 1.153 Processing /tmp/buildcache/pip/wheels/pip-21.0.1-py3-none-any.whl
#18 1.163 Processing /tmp/buildcache/pip/wheels/setuptools-52.0.0-py3-none-any.whl
#18 1.202 Installing collected packages: setuptools, pip
#18 1.994 Successfully installed pip-21.0.1 setuptools-52.0.0
#18 2.026  ---> Using bundled Python dependencies
#18 2.026  ---> Installing Python dependencies to /opt/mendix/buildpack/lib/python3.6/site-packages...
#18 2.816 Looking in links: /tmp/buildcache/pip/wheels
#18 2.827 Processing /tmp/buildcache/pip/wheels/backoff-1.10.0-py2.py3-none-any.whl
#18 2.834 Processing /tmp/buildcache/pip/wheels/certifi-2020.12.5-py2.py3-none-any.whl
#18 2.841 Processing /tmp/buildcache/pip/wheels/chardet-3.0.4-py2.py3-none-any.whl
#18 2.848 Processing /tmp/buildcache/pip/wheels/dataclasses-0.7-py3-none-any.whl
#18 2.855 Processing /tmp/buildcache/pip/wheels/httplib2-0.19.0-py3-none-any.whl
#18 2.862 Processing /tmp/buildcache/pip/wheels/idna-2.8-py2.py3-none-any.whl
#18 2.869 Processing /tmp/buildcache/pip/wheels/Jinja2-2.11.3-py2.py3-none-any.whl
#18 2.875 Processing /tmp/buildcache/pip/wheels/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
#18 2.882 Processing /tmp/buildcache/pip/wheels/omegaconf-2.0.0-py3-none-any.whl
#18 2.889 Processing /tmp/buildcache/pip/wheels/psycopg2_binary-2.8.5-cp36-cp36m-manylinux1_x86_64.whl
#18 2.896 Processing /tmp/buildcache/pip/wheels/pyparsing-2.4.7-py2.py3-none-any.whl
#18 2.903 Processing /tmp/buildcache/pip/wheels/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl
#18 2.910 Processing /tmp/buildcache/pip/wheels/requests-2.25.1-py2.py3-none-any.whl
#18 2.918 Processing /tmp/buildcache/pip/wheels/typing_extensions-3.7.4.2-py3-none-any.whl
#18 2.925 Processing /tmp/buildcache/pip/wheels/urllib3-1.25.11-py2.py3-none-any.whl
#18 3.026 Installing collected packages: urllib3, typing-extensions, pyyaml, pyparsing, markupsafe, idna, dataclasses, chardet, certifi, requests, psycopg2-binary, omegaconf, jinja2, httplib2, backoff
#18 3.539 Successfully installed backoff-1.10.0 certifi-2020.12.5 chardet-3.0.4 dataclasses-0.7 httplib2-0.19.0 idna-2.8 jinja2-2.11.3 markupsafe-1.1.1 omegaconf-2.0.0 psycopg2-binary-2.8.5 pyparsing-2.4.7 pyyaml-5.4.1 requests-2.25.1 typing-extensions-3.7.4.2 urllib3-1.25.11
#18 3.570  ---> Finished installing Python dependencies
#18 DONE 3.6s

#19 [builder 8/8] RUN mkdir -p /tmp/buildcache /var/mendix/build /var/mendix/build/.local &&    chmod +rx /opt/mendix/buildpack/compilation /opt/mendix/buildpack/git /opt/mendix/buildpack/buildpack/stage.py &&    cd /opt/mendix/buildpack &&    ./compilation /opt/mendix/build /tmp/buildcache &&    rm -fr /tmp/buildcache /tmp/javasdk /tmp/opt /tmp/downloads /opt/mendix/buildpack/compilation /opt/mendix/buildpack/git &&    ln -s /opt/mendix/.java /opt/mendix/build &&    chgrp -R 0 /opt/mendix /var/mendix &&    chmod -R g=u /opt/mendix /var/mendix
#19 sha256:441f78918be0a29fa755ccdc3b1bd1e32c52c7eb602395d2219d99b99f475083
#19 0.518 INFO: Mendix project compilation phase...
#19 0.762 INFO: x4g: getting mpr from /opt/mendix/build
#19 0.797 /opt/mendix/build: Detected URL based database configuration.
#19 0.797 DEBUG: Setting JDBC url: jdbc:postgresql://172.17.0.2:5432/mendix?tcpKeepAlive=true
#19 0.797 DEBUG: Returning database configuration: {"DatabaseType": "PostgreSQL", "DatabaseHost": "172.17.0.2:5432", "DatabaseUserName": "mendix", "DatabasePassword": "mendix", "DatabaseName": "mendix", "DatabaseJdbcUrl": "jdbc:postgresql://172.17.0.2:5432/mendix?tcpKeepAlive=true"}
#19 0.797 INFO: Preflight check on Mendix runtime version [8.18.5.18651] and stack [None]...
#19 0.797 INFO: Preflight check completed
#19 0.797 INFO: Source push detected, starting MxBuild...
#19 0.798 INFO: x4g: executing mxbuild.stage...
#19 0.798 DEBUG: Ensuring mono for Mendix 8.18.5.18651
#19 0.798 DEBUG: Detecting Mono Runtime using Mendix version: 8.18.5.18651
#19 0.798 INFO: Selecting Mono Runtime: mono-5.20.1.27
#19 0.799 DEBUG: Mono not found in default locations
#19 0.800 WARNING: Deleting other dependency versions than [mono-5.20.1.27-mx-ubuntu-bionic.tar.gz] from [/tmp/buildcache/bust]...
#19 0.801 DEBUG: Finding files matching [mono-*.tar.gz] in [/tmp/buildcache/bust]...
#19 0.801 DEBUG: Looking for [/tmp/buildcache/bust/mono-5.20.1.27-mx-ubuntu-bionic.tar.gz] in cache...
#19 0.801 INFO: Downloading [<https://cdn.mendix.com/mx-buildpack/mono/mono-5.20.1.27-mx-ubuntu-bionic.tar.gz>] to [/tmp/buildcache/bust/mono-5.20.1.27-mx-ubuntu-bionic.tar.gz]...
#19 0.803 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 2.932 DEBUG: <https://cdn.mendix.com:443> "GET /mx-buildpack/mono/mono-5.20.1.27-mx-ubuntu-bionic.tar.gz HTTP/1.1" 200 72037157
#19 9.751 DEBUG: Extracting [/tmp/buildcache/bust/mono-5.20.1.27-mx-ubuntu-bionic.tar.gz] to [/tmp/opt/mono-5.20.1.27]...
#19 11.22 DEBUG: Dependency [mono-5.20.1.27-mx-ubuntu-bionic.tar.gz] is now present at [/tmp/opt/mono-5.20.1.27]
#19 11.22 DEBUG: Using /tmp/opt/mono-5.20.1.27
#19 11.22 INFO: Mono available: /tmp/opt/mono-5.20.1.27
#19 11.22 DEBUG: 
#19 11.22 WARNING: Deleting other dependency versions than [mxbuild-8.18.5.18651.tar.gz] from [/tmp/buildcache/bust]...
#19 11.22 DEBUG: Finding files matching [mxbuild-*.tar.gz] in [/tmp/buildcache/bust]...
#19 11.22 DEBUG: Looking for [/tmp/buildcache/bust/mxbuild-8.18.5.18651.tar.gz] in cache...
#19 11.22 INFO: Downloading [<https://cdn.mendix.com/runtime/mxbuild-8.18.5.18651.tar.gz>] to [/tmp/buildcache/bust/mxbuild-8.18.5.18651.tar.gz]...
#19 11.22 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 11.38 DEBUG: <https://cdn.mendix.com:443> "GET /runtime/mxbuild-8.18.5.18651.tar.gz HTTP/1.1" 200 392932087
#19 32.67 DEBUG: Extracting [/tmp/buildcache/bust/mxbuild-8.18.5.18651.tar.gz] to [/opt/mendix/build/.local/mxbuild]...
#19 38.90 DEBUG: Dependency [mxbuild-8.18.5.18651.tar.gz] is now present at [/opt/mendix/build/.local/mxbuild]
#19 38.90 DEBUG: Downloading and installing Java JDK if required...
#19 38.90 WARNING: Deleting other dependency versions than [AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz] from [/tmp/buildcache/bust]...
#19 38.90 DEBUG: Finding files matching [AdoptOpenJDK-jdk-*.tar.gz] in [/tmp/buildcache/bust]...
#19 38.90 DEBUG: Looking for [/tmp/buildcache/bust/AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz] in cache...
#19 38.90 INFO: Downloading [<https://cdn.mendix.com/mx-buildpack/AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz>] to [/tmp/buildcache/bust/AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz]...
#19 38.91 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 40.12 DEBUG: <https://cdn.mendix.com:443> "GET /mx-buildpack/AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz HTTP/1.1" 200 194069769
#19 56.32 DEBUG: Extracting [/tmp/buildcache/bust/AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz] to [/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-11.0.10-AdoptOpenJDK-x64]...
#19 58.60 DEBUG: Dependency [AdoptOpenJDK-jdk-11.0.10-linux-x64.tar.gz] is now present at [/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-11.0.10-AdoptOpenJDK-x64]
#19 58.60 DEBUG: Java JDK installed
#19 58.61 DEBUG: Will write build errors to /tmp/builderrors.json
#19 58.61 DEBUG: subprocess call ['/tmp/opt/mono-5.20.1.27/bin/mono', '--config', '/tmp/opt/mono-5.20.1.27/etc/mono/config', '/opt/mendix/build/.local/mxbuild/modeler/mxbuild.exe', '--target=package', '--output=/tmp/model.mda', '--java-home=/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-11.0.10-AdoptOpenJDK-x64', '--java-exe-path=/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-11.0.10-AdoptOpenJDK-x64/bin/java', '--write-errors=/tmp/builderrors.json', '/opt/mendix/build/GoMakeIt_SimonZhang.mpr']
#19 58.73 
#19 58.73    __  __      ____        _ _     _ 
#19 58.73   |  \\/  |    |  _ \\      (_) |   | |
#19 58.73   | \\  / |_  _| |_) |_   _ _| | __| |
#19 58.73   | |\\/| \\ \\/ /  _ <| | | | | |/ _` |
#19 58.73   | |  | |>  <| |_) | |_| | | | (_| |
#19 58.73   |_|  |_/_/\\_\\____/ \\__,_|_|_|\\__,_|
#19 58.73 
#19 58.73    v8.18.5.18651
#19 58.73 
#19 65.86 Starting build for Mendix Project file: /opt/mendix/build/GoMakeIt_SimonZhang.mpr
#19 65.86 Using the following options:
#19 65.86  * Build target: Package
#19 65.86  * Deployment package file: /tmp/model.mda
#19 65.86 Reading project file...
#19 70.38 Building project...
#19 70.41 Executing step 'Synchronize with file system'
#19 70.42  * Synchronizing with file system...
#19 71.94 Executing step 'Initialize'
#19 71.99  * Preparing deployment...
#19 72.04 Executing step 'Check prerequisites'
#19 72.04  * Checking for errors...
#19 74.91 libpng warning: iCCP: known incorrect sRGB profile
#19 75.44 Executing step 'Clean deployment directory'
#19 75.44  * Cleaning data broker files...
#19 75.44  * Cleaning deployment directory...
#19 76.22  * Cleaning web deployment directory...
#19 76.22 Executing step 'Prepare deployment'
#19 76.22  * Writing files...
#19 80.33 Executing step 'Build deployment structure'
#19 80.33  * Generating data broker files...
#19 80.33  * Compiling Java...
#19 85.00  * Generating integration files...
#19 85.00  * Exporting a theme...
#19 85.05  * Exporting pages...
#19 86.36  * Exporting metadata...
#19 86.63  * Exporting custom widgets...
#19 86.92  * Bundling custom widgets...
#19 88.69  * Compressing web resources...
#19 88.99 Executing step 'Save model to deployment directory'
#19 88.99  * Saving model to deployment directory...
#19 89.93 Executing step 'Create deployment package'
#19 89.94  * Creating deployment package...
#19 97.67 Executing step 'Finalize deployment package'
#19 97.77 BUILD SUCCEEDED
#19 100.7 DEBUG: Creating directory structure...
#19 101.0 INFO: x4g: executing java.stage...
#19 101.0 DEBUG: Staging Java...
#19 101.0 DEBUG: Downloading and installing Java JRE if required...
#19 101.0 WARNING: Deleting other dependency versions than [AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz] from [/tmp/buildcache/bust]...
#19 101.0 DEBUG: Finding files matching [AdoptOpenJDK-jre-*.tar.gz] in [/tmp/buildcache/bust]...
#19 101.0 DEBUG: Looking for [/tmp/buildcache/bust/AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz] in cache...
#19 101.0 INFO: Downloading [<https://cdn.mendix.com/mx-buildpack/AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz>] to [/tmp/buildcache/bust/AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz]...
#19 101.0 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 103.2 DEBUG: <https://cdn.mendix.com:443> "GET /mx-buildpack/AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz HTTP/1.1" 200 43146855
#19 107.8 DEBUG: Extracting [/tmp/buildcache/bust/AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz] to [/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jre-11.0.10-AdoptOpenJDK-x64]...
#19 108.8 DEBUG: Dependency [AdoptOpenJDK-jre-11.0.10-linux-x64.tar.gz] is now present at [/opt/mendix/build/.local/usr/lib/jvm/AdoptOpenJDK-jre-11.0.10-AdoptOpenJDK-x64]
#19 108.8 DEBUG: Java JRE installed
#19 108.8 WARNING: Deleting other dependency versions than [keyutil-0.4.0.jar] from [/tmp/buildcache/bust]...
#19 108.8 DEBUG: Finding files matching [keyutil-*.jar] in [/tmp/buildcache/bust]...
#19 108.8 DEBUG: Looking for [/tmp/buildcache/bust/keyutil-0.4.0.jar] in cache...
#19 108.8 INFO: Downloading [<https://cdn.mendix.com/mx-buildpack/java-keyutil/keyutil-0.4.0.jar>] to [/tmp/buildcache/bust/keyutil-0.4.0.jar]...
#19 108.8 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 109.8 DEBUG: <https://cdn.mendix.com:443> "GET /mx-buildpack/java-keyutil/keyutil-0.4.0.jar HTTP/1.1" 200 280653
#19 110.6 DEBUG: Importing Mozilla CA certificates into JVM keystore...
#19 111.1 DEBUG: Import of Mozilla certificates finished
#19 111.1 DEBUG: Staging Java finished
#19 111.1 DEBUG: x4g: executing appdynamics.stage...
#19 111.1 DEBUG: x4g: executing dynatrace.stage...
#19 111.1 DEBUG: x4g: executing newrelic.stage...
#19 111.1 DEBUG: x4g: executing mx_java_agent.stage...
#19 111.1 DEBUG: x4g: executing telegraf.stage...
#19 111.1 DEBUG: x4g: executing datadog.stage...
#19 111.1 DEBUG: x4g: executing metering.stage...
#19 111.1 INFO: Usage metering is NOT enabled
#19 111.1 DEBUG: x4g: executing runtime.stage...
#19 111.1 DEBUG: Staging required components for Mendix runtime...
#19 111.1 DEBUG: Staging database runtime component...
#19 111.1 DEBUG: Staging logging runtime component...
#19 111.1 DEBUG: Staging the Mendix runtime...
#19 111.1 DEBUG: Downloading Mendix runtime...
#19 111.1 WARNING: Deleting other dependency versions than [mendix-8.18.5.18651.tar.gz] from [/tmp/buildcache/bust]...
#19 111.1 DEBUG: Finding files matching [mendix-*.tar.gz] in [/tmp/buildcache/bust]...
#19 111.1 DEBUG: Looking for [/tmp/buildcache/bust/mendix-8.18.5.18651.tar.gz] in cache...
#19 111.1 INFO: Downloading [<https://cdn.mendix.com/runtime/mendix-8.18.5.18651.tar.gz>] to [/tmp/buildcache/bust/mendix-8.18.5.18651.tar.gz]...
#19 111.1 DEBUG: Starting new HTTPS connection (1): cdn.mendix.com:443
#19 112.2 DEBUG: <https://cdn.mendix.com:443> "GET /runtime/mendix-8.18.5.18651.tar.gz HTTP/1.1" 200 180820971
#19 138.2 DEBUG: Extracting [/tmp/buildcache/bust/mendix-8.18.5.18651.tar.gz] to [/opt/mendix/build/runtimes]...
#19 139.9 DEBUG: Dependency [mendix-8.18.5.18651.tar.gz] is now present at [/opt/mendix/build/runtimes]
#19 139.9 DEBUG: x4g: executing databroker.stage...
#19 139.9 DEBUG: x4g: executing nginx.stage...
#19 139.9 DEBUG: Staging nginx...
#19 139.9 DEBUG: Custom nginx path provided, nginx will not be downloaded
#19 139.9 INFO: Mendix Cloud Foundry Buildpack staging completed
#19 140.0 INFO: Removing JDK...
#19 140.1 INFO: Removing mendix-logfilter executable
#19 140.1 INFO: Making dependencies reusable...
#19 DONE 141.6s

#20 [stage-1  7/10] COPY --from=builder /var/mendix/build/.local/usr /opt/mendix/build/.local/usr
#20 sha256:7bff3bc38ce540f4afab62783ea330a3d902e7045e294b9b43a802c5da8f0e37
#20 DONE 0.2s

#21 [stage-1  8/10] COPY --from=builder /var/mendix/build/runtimes /opt/mendix/build/runtimes
#21 sha256:fb0e206765fbd59c825a170b33da8316c0bcd7841073a38a944d3e07ee6c9d3b
#21 DONE 0.6s

#22 [stage-1  9/10] COPY --from=builder /opt/mendix /opt/mendix
#22 sha256:bc18bc7b550c4bde40ee0bd7eb8a2d0a03b5aa2c591ecad1a455ec06a5adf818
#22 DONE 0.4s

#23 [stage-1 10/10] WORKDIR /opt/mendix/build
#23 sha256:33f98c9962c89ee7f5b9c22a3ac8e36b9337e571e759a29731ec9e9ca5e067a4
#23 DONE 0.0s

#24 exporting to image
#24 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#24 exporting layers
#24 exporting layers 1.1s done
#24 writing image sha256:631171b81180e2d2211440ff95e2b85c4e57fc57a10ef7eeca94d3b92d03580b done
#24 naming to docker.io/library/friends_inc2 done
#24 DONE 1.1s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
admin@C02FL5A7MD6T docker-mendix-buildpack-master %