gitlab-ci: generate new container images for tests

- the python-black version on Fedora 33 was updated, and this formats
  our python code differently. The black version that is used by our
  gitlab-ci is the authoritative version that should be used. Update
  it by regenerating the containers.

- especially Fedora:rawhide and Debian:sid often introduce changes that
  will cause a break of our build. Update the containers to test latest
  versions.
This commit is contained in:
Thomas Haller 2021-01-28 10:03:43 +01:00
parent 7869aacf61
commit 7e32c3efda
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 6 additions and 6 deletions

View file

@ -44,11 +44,11 @@ variables:
# these tags should be updated each time the list of packages is updated
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular NM version
FEDORA_TAG: '2020-11-17.0-cbb87607d569'
UBUNTU_TAG: '2020-11-17.0-45915bd6e380'
DEBIAN_TAG: '2020-11-17.0-45915bd6e380'
CENTOS_TAG: '2020-11-17.0-cbb87607d569'
ALPINE_TAG: '2020-11-17.0-eafb903b544b'
FEDORA_TAG: '2021-01-28.0-5ee9fa53946e'
UBUNTU_TAG: '2021-01-28.0-b172a9697407'
DEBIAN_TAG: '2021-01-28.0-b172a9697407'
CENTOS_TAG: '2021-01-28.0-5ee9fa53946e'
ALPINE_TAG: '2021-01-28.0-76f28d039de3'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2020-11-17.0'
.default_tag: &default_tag '2021-01-28.0'
# The list of all distributions we want to create job for.