diff --git a/Dockerfile b/Dockerfile index 6a1e68e..555e2e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM registry.fedoraproject.org/fedora:28 +FROM registry.fedoraproject.org/fedora:30 -ENV NAME=fedora-toolbox VERSION=28 +ENV NAME=fedora-toolbox VERSION=30 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ diff --git a/README.md b/README.md index bea73c5..20e7fd3 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:28 . -STEP 1: FROM docker://registry.fedoraproject.org/fedora:28 +[user@hostname fedora-toolbox]$ buildah bud --tag fedora-toolbox:30 . +STEP 1: FROM docker://registry.fedoraproject.org/fedora:30 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:29`, etc.. +eg., `fedora-toolbox:30`, etc.. ### Create your Fedora Toolbox container: ``` @@ -37,7 +37,7 @@ eg., `fedora-toolbox:29`, etc.. [user@hostname fedora-toolbox]$ ``` This will create a container, and an image, called -`fedora-toolbox-:28` that's specifically customised for your +`fedora-toolbox-:30` that's specifically customised for your host user. ### Enter the Toolbox: