Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit f63e79f

Browse files
committed
Add Fedora 32, remove Fedora 29
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b6331a2) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 9038ae327d7306b1a86c711b1ea51415bb3c952f Component: packaging
1 parent 16cea5e commit f63e79f

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

components/packaging/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ The scripts will build for this list of packages types:
1515
* DEB packages for Ubuntu 16.04 Xenial
1616
* DEB packages for Debian 10 Buster
1717
* DEB packages for Debian 9 Stretch
18+
* RPM packages for Fedora 32
1819
* RPM packages for Fedora 31
1920
* RPM packages for Fedora 30
20-
* RPM packages for Fedora 29
21-
* RPM packages for Fedora 28
2221
* RPM packages for CentOS 7
2322
* TGZ and ZIP files with static binaries

components/packaging/rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
4040
SOURCE_FILES=engine.tgz cli.tgz docker.service docker.socket plugin-installers.tgz
4141
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))
4242

43-
FEDORA_RELEASES := fedora-31 fedora-30 fedora-29
43+
FEDORA_RELEASES := fedora-32 fedora-31 fedora-30
4444
CENTOS_RELEASES := centos-7 centos-8
4545
DISTROS := $(FEDORA_RELEASES) $(CENTOS_RELEASES)
4646

components/packaging/rpm/fedora-29/Dockerfile renamed to components/packaging/rpm/fedora-32/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GO_IMAGE
22
ARG DISTRO=fedora
3-
ARG SUITE=29
3+
ARG SUITE=32
44
ARG BUILD_IMAGE=${DISTRO}:${SUITE}
55

66
FROM ${GO_IMAGE} AS golang

0 commit comments

Comments
 (0)