Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ppc64le updates #59

Open
wants to merge 22 commits into
base: ppc64le
Choose a base branch
from
Open

Ppc64le updates #59

wants to merge 22 commits into from

Commits on Oct 29, 2018

  1. Add Ubuntu 18.10 Cosmic Cuttlefish

    Sergei Voronezhskii authored and Totktonada committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    623e512 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Add Fedora 29.

    akopytov authored and Totktonada committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0fa47af View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Remove Debian Jessie backports repositories

    It was removed from the official mirror, because backports is not a part
    of the LTS architecture. See [1] and [2] ('Deprecation of LTS support
    for backports') for more information.
    
    The reason to update the image is that doing `apt-get update` from the
    image (say, from a prebuild script) now leads to the following errors:
    
     | Err http://ftp.debian.org jessie-backports/main Sources
     |   404  Not Found
     | Err http://ftp.debian.org jessie-backports/main amd64 Packages
     |   404  Not Found
    
    [1]: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
    [2]: https://backports.debian.org/
    Totktonada committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    e6f1b53 View commit details
    Browse the repository at this point in the history
  2. Remove Debian Jessie updates repository

    It was removed from the official mirror, see [1] and links inside for
    more information.
    
    [1]: debuerreotype/docker-debian-artifacts#66
    Totktonada committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    b34e862 View commit details
    Browse the repository at this point in the history
  3. Add Debian Buster

    akopytov authored and Totktonada committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    ce82ef5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Add Ubuntu Disco (x86_64).

    akopytov authored and Totktonada committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    ecd3d64 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Add Fedora 30

    Totktonada committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d4f0554 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. New CentOS 7.7 released

    On 15.09.2019 released the new CentOS 7.7 in which repositories
    devtoolset-6* packages were removed. Also repodata files were removed
    at CentOS-SCLo-scl and CentOS-SCLo-scl-hp sources repositories.
    To fix these issues the new devtoolset-8* packages were set instead
    of devtoolset-6* and CentOS-SCLo-scl and CentOS-SCLo-scl-hp sources
    repositories were removed from YUM configuration.
    avtikhon authored and Totktonada committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    9bdcbea View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Add Ubuntu Eoan (x86_64).

    akopytov authored and Totktonada committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    b7f0aae View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Add CentOS 8 image dockerfile

    Added CentOS 8 image named as el-8 with the following differences from
    CentOS 7:
    (check https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index )
     - added PowerTools repository as suggested at
       https://fedoraproject.org/wiki/EPEL
     - removed curl which is allready installed at the parent image;
     - at CentOS 8 the localization environment changed to "C";
       (needed by backport repository);
     - removed pygpgme which was removed at CentOS 8 (check A.3.
       "Removed packages part");
     - saved backport repository due to python2 still in use while CentOS 8
       changed its packages to python3 and we need to backport python-gevent
       package;
     - cmake28 and cmake3 removed due to CentOS 8 installs 3.11 version;
     - removed devtoolset and scl* repositories due to devtoolset-8 is
       already in the standard repositories and scl* repositories still
       not available.
    avtikhon authored and Totktonada committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4a29581 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Add Fedora 31 (x86_64)

    Created the new Dockerfile based on Fedora 30 image with added
    backport repository https://packagecloud.io/packpack/backports
    for packages python2-gevent and python2-greenlet which Fedora 31
    does not provide.
    akopytov authored and Totktonada committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ed4dd3e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    60f02c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Update Fedora Rawhide Dockerfile

    Now it is more or less same as Fedora 31 Dockerfile.
    
    This commit allows to successfully build the image. Before it fails,
    because there is no more pygpgme package in Fedora Rawhide repositories.
    
    Commented backports repository enabling, because the packagecloud.io
    script detects the operating system as fedora/32 and reports that does
    not support it.
    
    The problem with Python 3 was resolved a long time ago, so the
    workaround for it is not needed anymore.
    Totktonada committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    5a15ecf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Add Ubuntu Focal (x86_64)

    akopytov authored and Totktonada committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ef6f34b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add opensuse images

    Added docker files to build images for
    the latest opensuse 'leap' versions:
    15.0, 15.1, 15.2
    avtikhon authored and Totktonada committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    812333e View commit details
    Browse the repository at this point in the history
  2. CentOS 7: remove dead extras-source repository

    It seems the problem appears when centos/7 mirrors starts to point to
    centos/7.8.* directory (centos/7.8.2003 now).
    
    If the problem will be resolved on CentOS infrastructure side, the
    workaround should be removed.
    
    Reported-by: Dmitriy Koltsov.
    Totktonada committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9d317ef View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Add Fedora 32 (x86_64)

    Created the new Dockerfile to build Fedora 32,
    based on Fedora 31 image.
    avtikhon authored and Totktonada committed May 8, 2020
    Configuration menu
    Copy the full SHA
    554acbe View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    94bdc69 View commit details
    Browse the repository at this point in the history
  2. travis: new format

    grooverdan committed May 11, 2020
    Configuration menu
    Copy the full SHA
    0405023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6430b98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    202e85a View commit details
    Browse the repository at this point in the history
  5. add alpine:3.11

    grooverdan committed May 11, 2020
    Configuration menu
    Copy the full SHA
    99b19df View commit details
    Browse the repository at this point in the history