Giter Site home page Giter Site logo

gocd-contrib / gocd-oss-cookbooks Goto Github PK

View Code? Open in Web Editor NEW
4.0 8.0 13.0 7.78 MB

GoCD agent images used for building GoCD

Home Page: https://www.gocd.org

License: Apache License 2.0

Shell 71.87% Batchfile 0.16% PowerShell 21.97% Dockerfile 6.00%

gocd-oss-cookbooks's Introduction

Images built:

  • gocddev/gocd-dev-build:dind-<github_tag>
  • gocddev/gocd-dev-build:centos-9-<github_tag>
  • gocddev/gocd-dev-build:ubuntu-24-04-<github_tag>
  • gocddev/gocd-dev-build:windows2022-<github_tag>

To build a new version of the images, push a new version tag to this repository.

Build an image locally

  • docker build . --pull -t gocddev/gocd-dev-build:dind-SNAPSHOT -f dind.Dockerfile
  • docker build . --pull -t gocddev/gocd-dev-build:centos-9-SNAPSHOT -f centos.Dockerfile
  • docker build . --pull -t gocddev/gocd-dev-build:ubuntu-24-04-SNAPSHOT -f ubuntu.Dockerfile
  • docker build . --pull -t gocddev/gocd-dev-build:windows2022-SNAPSHOT -f windowsservercore.Dockerfile

Publish

To publish a new image - add a new tag to the repository. The workflow will be triggered which will publish the image to docker hub.

License

Copyright 2022 Thoughtworks, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

gocd-oss-cookbooks's People

Contributors

arvindsv avatar bdpiprava avatar chadlwilson avatar dependabot-preview[bot] avatar dependabot[bot] avatar ganeshspatil avatar ibnc avatar jyotisingh avatar ketan avatar kritika-singh3 avatar marques-work avatar rajiesh avatar sanjanab avatar tomzo avatar varshavaradarajan avatar vishaldevgire avatar warpbuildbot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gocd-oss-cookbooks's Issues

Create Ubuntu 22.04 build

Currently this isn't possible because we install Ruby 2.7.5 which doesn't have requirements met on Ubuntu 22.04 for building via ruby-build: rbenv/ruby-build#1940

Seem to need to either

  • do some hijinx to get OpenSSL v1 onto Ubunto 22.04
  • OR migrate to Ruby 3.1+ (which might be a better way forward since needs to be done eventually)

Missing mime types

Not entirely sure where to do this in this repo. So, opening an issue instead.

When aws s3 sync is used (as in the documentation pipeline), it tries to guess the mime-type to use for a file. This happens in aws-cli, here for the version we have in gocddev/gocd-dev-build:centos-6-v2.0.27.

However, the file /etc/mime.types does not exist. So, this causes aws s3 sync to use a default content-type of binary/octet-stream for files such as SVG files, causing S3 to serve them as such. Browsers will refuse to display such SVG files.

$ python -c 'import mimetypes; print(mimetypes.knownfiles); print("\nMime type of test.svg is: " + str(mimetypes.guess_type("test.svg")[0]))'

['/etc/mime.types', '/etc/httpd/mime.types', '/etc/httpd/conf/mime.types', '/etc/apache/mime.types', '/etc/apache2/mime.types', '/usr/local/etc/httpd/conf/mime.types', '/usr/local/lib/netscape/mime.types', '/usr/local/etc/httpd/conf/mime.types', '/usr/local/etc/mime.types']

Mime type of test.svg is: None

$ sudo yum install -y mailcap
...

$ python -c 'import mimetypes; print(mimetypes.knownfiles); print("\nMime type of test.svg is: " + str(mimetypes.guess_type("test.svg")[0]))'

['/etc/mime.types', '/etc/httpd/mime.types', '/etc/httpd/conf/mime.types', '/etc/apache/mime.types', '/etc/apache2/mime.types', '/usr/local/etc/httpd/conf/mime.types', '/usr/local/lib/netscape/mime.types', '/usr/local/etc/httpd/conf/mime.types', '/usr/local/etc/mime.types']

Mime type of test.svg is: image/svg+xml

Summary:

We need to install the mailcap package, at least for the centos-6 and centos-7 images. Maybe it should be added somewhere here?

/cc @varshavaradarajan

CentOS 7 build is broken

Running docker image build for centos 7:

docker build . -t gocddev/gocd-dev-build:centos7 -f Dockerfile.centos7

Results in following errors:

================================================================================
 Package                     Arch   Version                Repository      Size
================================================================================
Installing:
 autoconf                    noarch 2.69-11.el7            base           701 k
 bison                       x86_64 3.0.4-2.el7            base           674 k
 bzip2-devel                 x86_64 1.0.6-13.el7           base           218 k
 cmake                       x86_64 2.8.12.2-2.el7         base           7.1 M
 devtoolset-6-gcc            x86_64 6.3.1-3.1.el7          centos-sclo-rh  28 M
 devtoolset-6-gcc-c++        x86_64 6.3.1-3.1.el7          centos-sclo-rh  11 M
 flex                        x86_64 2.5.37-6.el7           base           293 k
 glibc-devel                 x86_64 2.17-292.el7           base           1.1 M
 kernel-devel                x86_64 3.10.0-1062.1.1.el7    updates         18 M
 libcurl-devel               x86_64 7.29.0-54.el7          base           302 k
 libedit-devel               x86_64 3.0-12.20121213cvs.el7 base            32 k
 libffi-devel                x86_64 3.0.13-18.el7          base            23 k
 libxml2-devel               x86_64 2.9.1-6.el7_2.3        base           1.0 M
 libxslt-devel               x86_64 1.1.28-5.el7           base           309 k
 libyaml-devel               x86_64 0.1.4-11.el7_0         base            82 k
 make                        x86_64 1:3.82-24.el7          base           421 k
 openssl-devel               x86_64 1:1.0.2k-19.el7        base           1.5 M
 readline-devel              x86_64 6.2-11.el7             base           139 k
 zlib-devel                  x86_64 1.2.7-18.el7           base            50 k
Updating:
 bash                        x86_64 4.2.46-33.el7          base           1.0 M
Installing for dependencies:
 audit-libs-python           x86_64 2.8.5-4.el7            base            76 k
 checkpolicy                 x86_64 2.5-8.el7              base           295 k
 devtoolset-6-binutils       x86_64 2.27-12.el7.1          centos-sclo-rh 5.7 M
 devtoolset-6-libstdc++-devel
                             x86_64 6.3.1-3.1.el7          centos-sclo-rh 2.5 M
 devtoolset-6-runtime        x86_64 6.1-1.el7              centos-sclo-rh  20 k
 glibc-headers               x86_64 2.17-292.el7           base           687 k
 groff-base                  x86_64 1.22.2-8.el7           base           942 k
 kernel-headers              x86_64 3.10.0-1062.1.1.el7    updates        8.7 M
 keyutils-libs-devel         x86_64 1.5.8-3.el7            base            37 k
 krb5-devel                  x86_64 1.15.1-37.el7_7.2      updates        272 k
 libarchive                  x86_64 3.1.2-12.el7           base           319 k
 libcgroup                   x86_64 0.41-21.el7            base            66 k
 libcom_err-devel            x86_64 1.42.9-16.el7          base            32 k
 libedit                     x86_64 3.0-12.20121213cvs.el7 base            92 k
 libgcrypt-devel             x86_64 1.5.3-14.el7           base           129 k
 libgomp                     x86_64 4.8.5-39.el7           base           158 k
 libgpg-error-devel          x86_64 1.12-3.el7             base            16 k
 libkadm5                    x86_64 1.15.1-37.el7_7.2      updates        178 k
 libmpc                      x86_64 1.0.1-3.el7            base            51 k
 libselinux-devel            x86_64 2.5-14.1.el7           base           187 k
 libselinux-python           x86_64 2.5-14.1.el7           base           235 k
 libselinux-utils            x86_64 2.5-14.1.el7           base           151 k
 libsemanage-python          x86_64 2.5-14.el7             base           113 k
 libsepol-devel              x86_64 2.5-10.el7             base            77 k
 libverto-devel              x86_64 0.2.5-4.el7            base            12 k
 libxslt                     x86_64 1.1.28-5.el7           base           242 k
 libyaml                     x86_64 0.1.4-11.el7_0         base            55 k
 lzo                         x86_64 2.06-8.el7             base            59 k
 m4                          x86_64 1.4.16-10.el7          base           256 k
 mpfr                        x86_64 3.1.1-4.el7            base           203 k
 ncurses-devel               x86_64 5.9-14.20130511.el7_4  base           712 k
 pcre-devel                  x86_64 8.32-17.el7            base           480 k
 perl                        x86_64 4:5.16.3-294.el7_6     base           8.0 M
 perl-Carp                   noarch 1.26-244.el7           base            19 k
 perl-Data-Dumper            x86_64 2.145-3.el7            base            47 k
 perl-Encode                 x86_64 2.51-7.el7             base           1.5 M
 perl-Exporter               noarch 5.68-3.el7             base            28 k
 perl-File-Path              noarch 2.09-2.el7             base            26 k
 perl-File-Temp              noarch 0.23.01-3.el7          base            56 k
 perl-Filter                 x86_64 1.49-3.el7             base            76 k
 perl-Getopt-Long            noarch 2.40-3.el7             base            56 k
 perl-HTTP-Tiny              noarch 0.033-3.el7            base            38 k
 perl-PathTools              x86_64 3.40-5.el7             base            82 k
 perl-Pod-Escapes            noarch 1:1.04-294.el7_6       base            51 k
 perl-Pod-Perldoc            noarch 3.20-4.el7             base            87 k
 perl-Pod-Simple             noarch 1:3.28-4.el7           base           216 k
 perl-Pod-Usage              noarch 1.63-3.el7             base            27 k
 perl-Scalar-List-Utils      x86_64 1.27-248.el7           base            36 k
 perl-Socket                 x86_64 2.010-4.el7            base            49 k
 perl-Storable               x86_64 2.45-3.el7             base            77 k
 perl-Text-ParseWords        noarch 3.29-4.el7             base            14 k
 perl-Time-HiRes             x86_64 4:1.9725-3.el7         base            45 k
 perl-Time-Local             noarch 1.2300-2.el7           base            24 k
 perl-constant               noarch 1.27-2.el7             base            19 k
 perl-libs                   x86_64 4:5.16.3-294.el7_6     base           688 k
 perl-macros                 x86_64 4:5.16.3-294.el7_6     base            44 k
 perl-parent                 noarch 1:0.225-244.el7        base            12 k
 perl-podlators              noarch 2.5.1-3.el7            base           112 k
 perl-threads                x86_64 1.87-4.el7             base            49 k
 perl-threads-shared         x86_64 1.43-6.el7             base            39 k
 policycoreutils             x86_64 2.5-33.el7             base           916 k
 policycoreutils-python      x86_64 2.5-33.el7             base           457 k
 python-IPy                  noarch 0.75-6.el7             base            32 k
 scl-utils                   x86_64 20130529-19.el7        base            24 k
 setools-libs                x86_64 3.3.8-4.el7            base           620 k
 xz-devel                    x86_64 5.2.2-1.el7            base            46 k
Updating for dependencies:
 audit-libs                  x86_64 2.8.5-4.el7            base           102 k
 glibc                       x86_64 2.17-292.el7           base           3.6 M
 glibc-common                x86_64 2.17-292.el7           base            11 M
 krb5-libs                   x86_64 1.15.1-37.el7_7.2      updates        805 k
 libcom_err                  x86_64 1.42.9-16.el7          base            41 k
 openssl-libs                x86_64 1:1.0.2k-19.el7        base           1.2 M
 readline                    x86_64 6.2-11.el7             base           193 k

Transaction Summary
================================================================================
Install  19 Packages (+66 Dependent packages)
Upgrade   1 Package  (+ 7 Dependent packages)

Total download size: 126 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.sov.uk.goscomb.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.uk.bigstepcloud.com/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.bytemark.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mozart.ee.ic.ac.uk/CentOS/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.vorboss.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://centos.mirrors.nublue.co.uk/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.cwcs.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://centos.mirrors.nublue.co.uk/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.mhd.uk.as44574.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.mhd.uk.as44574.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.sov.uk.goscomb.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.mhd.uk.as44574.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.uk.bigstepcloud.com/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.bytemark.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.sov.uk.goscomb.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mozart.ee.ic.ac.uk/CentOS/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.vorboss.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.bytemark.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mozart.ee.ic.ac.uk/CentOS/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.cwcs.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.mhd.uk.as44574.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.uk.bigstepcloud.com/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://centos.mirrors.nublue.co.uk/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.cwcs.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.sov.uk.goscomb.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mozart.ee.ic.ac.uk/CentOS/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.vorboss.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.uk.bigstepcloud.com/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.vorboss.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.bytemark.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.sov.uk.goscomb.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.cwcs.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://centos.mirrors.nublue.co.uk/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mozart.ee.ic.ac.uk/CentOS/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.uk.bigstepcloud.com/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://centos.mirrors.nublue.co.uk/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.cwcs.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-libstdc%2B%2B-devel-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.vorboss.net/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-runtime-6.1-1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.mhd.uk.as44574.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.bytemark.co.uk/centos/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-binutils-2.27-12.el7.1.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.7.1908/sclo/x86_64/rh/devtoolset-6/devtoolset-6-gcc-c%2B%2B-6.3.1-3.1.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.


Error downloading packages:
  devtoolset-6-libstdc++-devel-6.3.1-3.1.el7.x86_64: [Errno 256] No more mirrors to try.
  devtoolset-6-runtime-6.1-1.el7.x86_64: [Errno 256] No more mirrors to try.
  devtoolset-6-binutils-2.27-12.el7.1.x86_64: [Errno 256] No more mirrors to try.
  devtoolset-6-gcc-c++-6.3.1-3.1.el7.x86_64: [Errno 256] No more mirrors to try.
  devtoolset-6-gcc-6.3.1-3.1.el7.x86_64: [Errno 256] No more mirrors to try.

/usr/local/src/provision/provision-centos.sh: cannot yum install --assumeyes libxml2-devel libxslt-devel zlib-devel bzip2-devel glibc-devel autoconf bison flex kernel-devel libcurl-devel make cmake openssl-devel libffi-devel libyaml-devel readline-devel libedit-devel bash devtoolset-6-gcc-c++ devtoolset-6-gcc

I tracked down that setup of SCL repo causes this and there is no devtoolset-6 at http://mirror.as29550.net/mirror.centos.org/7.7.1908/sclo/x86_64/rh/ anymore.
Why is gcc-6 rather than 7 necessary?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.