You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2017/11/15 20:23:00 UTC

bigtop git commit: BIGTOP-2927: Fix typo in Fedora ppc64le Dockerfile

Repository: bigtop
Updated Branches:
  refs/heads/master b7300f10f -> 6fbd309e3


BIGTOP-2927: Fix typo in Fedora ppc64le Dockerfile


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6fbd309e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6fbd309e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6fbd309e

Branch: refs/heads/master
Commit: 6fbd309e305a01e15b0c59ed80ae6fa9e16a052e
Parents: b7300f1
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Wed Nov 15 21:00:13 2017 +0100
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Wed Nov 15 21:00:13 2017 +0100

----------------------------------------------------------------------
 docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6fbd309e/docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile b/docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile
index 3ce4b08..0dd4844 100644
--- a/docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile
+++ b/docker/bigtop-puppet/fedora-26-ppc64le/Dockerfile
@@ -12,7 +12,7 @@
 # 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.
-FROM ppc64le/fedora:25
+FROM ppc64le/fedora:26
 MAINTAINER Amir Sanjar
 
 COPY puppetize.sh /tmp/puppetize.sh