Build and push to dockerhub with a generated name, then prepare draft release on GitHub. #42
Annotations
6 errors and 14 warnings
docker (3.12, 2.4.1, slim)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
docker (3.11, 2.4.1, slim)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
docker (3.11, 2.4.1, dev)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
docker (3.10, 2.4.1, slim)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
docker (3.12, 2.4.1, dev)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
docker (3.10, 2.4.1, dev)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
coolname
The following actions use a deprecated Node.js version and will be forced to run on node20: thclark/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
coolname
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.12, 2.4.1, slim)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.12, 2.4.1, slim)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.11, 2.4.1, slim)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.11, 2.4.1, slim)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.11, 2.4.1, dev)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.11, 2.4.1, dev)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.10, 2.4.1, slim)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.10, 2.4.1, slim)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.12, 2.4.1, dev)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.12, 2.4.1, dev)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker (3.10, 2.4.1, dev)
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker (3.10, 2.4.1, dev)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
windpioneers~gdal-python~68WIX6.dockerbuild
|
181 KB |
|
windpioneers~gdal-python~6VGTNL.dockerbuild
|
180 KB |
|
windpioneers~gdal-python~AHOAMI.dockerbuild
|
178 KB |
|
windpioneers~gdal-python~B50RTS.dockerbuild
|
181 KB |
|
windpioneers~gdal-python~FQSV25.dockerbuild
|
181 KB |
|
windpioneers~gdal-python~JJP8ZC.dockerbuild
|
180 KB |
|