Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Marek Skalický
87a3ff53f4
Pull changes from upstream and rebase for: latest Fedora base image 2018-11-13 17:24:11 +00:00
Marek Skalický
2db3cd8d55
Pull changes from upstream repository. 2018-10-26 12:59:56 +01:00
Honza Horak
dfbbacfa59 Use just groff-base in s2i-core 2018-07-24 17:21:36 +02:00
Honza Horak
94229b0d71 Merge branch 'master' into f27 2018-07-24 16:25:18 +02:00
Mohan Boddu
dcaf5b1ca7 "Bump RELEASE for automatic rebuild" 2018-07-17 18:45:46 +00:00
Mohan Boddu
af689750c2 "Bump RELEASE for automatic rebuild" 2018-07-17 13:03:22 +00:00
Mohan Boddu
c7888230eb "Bump RELEASE for automatic rebuild" 2018-07-06 13:41:20 +00:00
Petr Kubat
2205700261 Pull changes from upstream master (3bb932c) 2018-05-24 09:51:02 +02:00
Mohan Boddu
c02747e4fa "Bump RELEASE for automatic rebuild" 2018-05-21 15:53:07 +00:00
Mohan Boddu
f243d26dfc "Bump RELEASE for automatic rebuild" 2018-04-20 14:10:34 +00:00
4 changed files with 5 additions and 5 deletions

View file

@ -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:27
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 <sclorg@redhat.com>"
@ -42,7 +39,7 @@ ENV \
RUN INSTALL_PKGS="bsdtar \
findutils \
gettext \
groff \
groff-base \
tar \
unzip" && \
mkdir -p ${HOME}/.pki/nssdb && \

1
Dockerfile.fedora Symbolic link
View file

@ -0,0 +1 @@
Dockerfile

1
core Symbolic link
View file

@ -0,0 +1 @@
.

1
help.md Symbolic link
View file

@ -0,0 +1 @@
README.md