This is an automated email from the ASF dual-hosted git repository.
aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new f62b1da MINIFICPP-764: Specifying a major release for the CentOS
Docker image.
f62b1da is described below
commit f62b1da87cc6d39d121ee5d69776740f26192786
Author: Aldrin Piri <[email protected]>
AuthorDate: Fri Mar 15 11:41:03 2019 -0400
MINIFICPP-764: Specifying a major release for the CentOS Docker image.
---
README.md | 4 ++--
docker/centos/Dockerfile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e43195a..c2ed3c8 100644
--- a/README.md
+++ b/README.md
@@ -460,8 +460,8 @@ $ make docker-verify
```
### Building For Other Distros
-If you have docker installed on your machine you can build for CentOS 7,
Fedoera 29, Ubuntu 16, Ubuntu 18, and Debian 9 via our make docker commands.
The following table
-provides the command to build your distro and the output file in your build
directoiry. Since the versions are limited ( except for Ubuntu ) we output the
archive based on the distros name.
+If you have docker installed on your machine you can build for CentOS 7,
Fedora 29, Ubuntu 16, Ubuntu 18, and Debian 9 via our make docker commands. The
following table
+provides the command to build your distro and the output file in your build
directory. Since the versions are limited ( except for Ubuntu ) we output the
archive based on the distro's name.
| Distro | command | Output File |
diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile
index e02cf56..e604fc6 100644
--- a/docker/centos/Dockerfile
+++ b/docker/centos/Dockerfile
@@ -18,7 +18,7 @@
# First stage: the build environment
# Edge required for rocksdb
-FROM centos:latest AS builder
+FROM centos:7 AS builder
MAINTAINER Apache NiFi <[email protected]>
ARG UID