diff --git a/Dockerfile b/Dockerfile index eece213..73f94f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This image is the base image for all s2i configurable container images. -FROM registry.fedoraproject.org/fedora:29 +FROM registry.fedoraproject.org/fedora:28 ENV SUMMARY="Base image which allows using of source-to-image." \ DESCRIPTION="The s2i-core image provides any images layered on top of it \ @@ -7,7 +7,6 @@ with all the tools needed to use source-to-image functionality while keeping \ the image size as small as possible." \ NAME=s2i-core \ VERSION=0 \ - RELEASE=3 \ ARCH=x86_64 LABEL summary="$SUMMARY" \ @@ -19,8 +18,6 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ - architecture="$ARCH" \ usage="This image is supposed to be used as a base image for other images that support source-to-image" \ maintainer="SoftwareCollections.org " @@ -42,7 +39,7 @@ ENV \ RUN INSTALL_PKGS="bsdtar \ findutils \ gettext \ - groff \ + groff-base \ tar \ unzip" && \ mkdir -p ${HOME}/.pki/nssdb && \ diff --git a/Dockerfile.fedora b/Dockerfile.fedora new file mode 120000 index 0000000..1d1fe94 --- /dev/null +++ b/Dockerfile.fedora @@ -0,0 +1 @@ +Dockerfile \ No newline at end of file diff --git a/core b/core new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/core @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/help.md b/help.md new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/help.md @@ -0,0 +1 @@ +README.md \ No newline at end of file