From 62506d9f5818819e6d9678b746ca9915d1f1c4b8 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Feb 25 2019 13:56:35 +0000 Subject: Bump version to 31 for master --- diff --git a/Dockerfile b/Dockerfile index 675d8bc..a585b5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM registry.fedoraproject.org/fedora:30 +FROM registry.fedoraproject.org/fedora:31 -ENV NAME=fedora-toolbox VERSION=30 +ENV NAME=fedora-toolbox VERSION=31 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ diff --git a/README.md b/README.md index 20e7fd3..fe3056f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ seamlessly integrates with the rest of the operating system. ### Create the basic Fedora Toolbox image: ``` -[user@hostname fedora-toolbox]$ buildah bud --tag fedora-toolbox:30 . -STEP 1: FROM docker://registry.fedoraproject.org/fedora:30 +[user@hostname fedora-toolbox]$ buildah bud --tag fedora-toolbox:31 . +STEP 1: FROM docker://registry.fedoraproject.org/fedora:31 Getting image source signatures … … @@ -29,7 +29,7 @@ Getting image source signatures ``` Modify the Dockerfile to match your taste and Fedora version. The image should be tagged as `fedora-toolbox` with a suffix matching the host Fedora version. -eg., `fedora-toolbox:30`, etc.. +eg., `fedora-toolbox:31`, etc.. ### Create your Fedora Toolbox container: ``` @@ -37,7 +37,7 @@ eg., `fedora-toolbox:30`, etc.. [user@hostname fedora-toolbox]$ ``` This will create a container, and an image, called -`fedora-toolbox-:30` that's specifically customised for your +`fedora-toolbox-:31` that's specifically customised for your host user. ### Enter the Toolbox: