ci: Switch to fedora30 for docker based CI
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/ci/Dockerfile/fedora29.x86_64 b/ci/Dockerfile/fedora29.x86_64
deleted file mode 120000
index 597c14e..0000000
--- a/ci/Dockerfile/fedora29.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-fedora29
\ No newline at end of file
diff --git a/ci/Dockerfile/fedora29 b/ci/Dockerfile/fedora30
similarity index 96%
rename from ci/Dockerfile/fedora29
rename to ci/Dockerfile/fedora30
index 97bbfe7..d30ed26 100644
--- a/ci/Dockerfile/fedora29
+++ b/ci/Dockerfile/fedora30
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM fedora:30
RUN dnf -y remove vim-minimal
RUN dnf -y install gcc-c++ flex bison git ctags cscope expat-devel patch zlib-devel zlib-static texinfo perl-bignum "perl(XML::Simple)" "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel libxslt "perl(ExtUtils::MakeMaker)"
RUN dnf -y install which wget unzip tar cpio python bzip2 bc vim redhat-lsb-core gawk
diff --git a/ci/Dockerfile/fedora30.x86_64 b/ci/Dockerfile/fedora30.x86_64
new file mode 120000
index 0000000..eb88330
--- /dev/null
+++ b/ci/Dockerfile/fedora30.x86_64
@@ -0,0 +1 @@
+fedora30
\ No newline at end of file
diff --git a/ci/build.sh b/ci/build.sh
index 988fac0..3747195 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-CONTAINERS="ubuntu1804 fedora29"
+CONTAINERS="ubuntu1804 fedora30"
SDK_ONLY=0
@@ -101,7 +101,7 @@
HTTPS_PROXY_ENV="ENV https_proxy $HTTPS_PROXY"
fi
if [[ -n "$http_proxy" ]]; then
- if [[ "$distro" == fedora29 ]]; then
+ if [[ "$distro" == fedora30 ]]; then
PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
fi
if [[ "$distro" == ubuntu1804 ]]; then