Commit Graph
15 Commits
Author SHA1 Message Date
Jean-Christophe Fillion-Robin 68b4549a50 Introduce "common.label-and-env"
This will simply the removal of deprecated "org.label-schema" annotation [1]
and the introduction of open containers ones [2]

[1] http://label-schema.org/rc1/
[2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin 1fb2785377 Rename Dockerfile to Dockerfile.in to ensure consistency
All Dockerfiles are now configured similarly, this will support
future improvements.
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin 369d828efd Dockerfile: Remove unused default value associated IMAGE build argument 2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robinandodidev bb9e69988d manylinux.crosstool: Fix use of sudo removing sudo provided by devtoolset
This commit removes sudo provided by devtoolset since it doesn't work with
our sudo wrapper calling gosu.

It fixes error like the following:

  /opt/rh/devtoolset-9/root/usr/bin/sudo: line 41: /usr/bin/sudo: No such file or directory

Adapted from e513a26 (manylinux: Remove rh devtoolset sudo)

Co-authored-by: odidev <odidev@puresoftware.com>
2020-06-17 10:21:35 -04:00
Jean-Christophe Fillion-Robin 4ba406a5a9 manylinux2014-aarch64: Set AUDITWHEEL_ARCH and AUDITWHEEL_PLAT variables
This commit overrides variables inherited from the base image.
2020-06-17 01:05:55 -04:00
Jean-Christophe Fillion-Robin 3114dca079 manylinux2014-aarch64: Tweak comment in Dockerfile.in 2020-06-06 01:38:22 -04:00
Jean-Christophe Fillion-Robin cc57e984d3 manylinux2014-aarch64: Fix cache restore in CI deploy step 2020-06-06 01:37:13 -04:00
Jean-Christophe Fillion-Robin 549303ece1 manylinux2014-x64: Fix tests updating path to devtoolset compilers 2020-05-07 05:24:46 -04:00
Jean-Christophe Fillion-Robin 2e0da22870 manylinux2010-x86: Fix tests updating path to devtoolset compilers
Fixes #406
2020-05-07 05:21:36 -04:00
Jean-Christophe Fillion-Robin 058d911e8e base: Update CMake from 3.17.0 to 3.17.1
See https://cmake.org/cmake/help/v3.17/release/3.17.html#id1
2020-04-10 13:43:12 -04:00
Jean-Christophe Fillion-Robin 87e9d612e0 base: Update CMake from 3.16.5 to 3.17.0
See https://cmake.org/cmake/help/v3.17/release/3.17.html#cmake-3-17-release-notes
2020-04-08 20:51:03 -04:00
Jean-Christophe Fillion-Robin 6522ff20e0 base: Update CMake from 3.13.2 to 3.16.5 2020-04-06 22:49:55 -04:00
Jean-Christophe Fillion-Robin a98141d033 build-and-install-openssl: Fix download URL 2020-04-06 11:39:58 -04:00
Jean-Christophe Fillion-Robin 72336efbf4 Update git from 2.20.1 to 2.22.0 2019-06-09 12:28:30 -04:00
Jean-Christophe Fillion-Robin edf132509b Backport install-gosu-binary-wrapper from dockbuid
To ensure that our custom sudo wrapper is not
overwritten by a future re-install of sudo, it
is created in /usr/loca/bin

See https://github.com/dockbuild/dockbuild/issues/52
2019-06-08 17:47:03 -04:00