Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
746ff4f676 | ||
|
|
0f526d3200 | ||
|
|
c6b96bafaa | ||
|
|
85b6a07945 | ||
|
|
d1d1dd2e8b | ||
|
|
72746b2eb5 | ||
|
|
58265952f5 | ||
|
|
c9786a598e |
1 changed files with 2 additions and 10 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -1,14 +1,6 @@
|
|||
# This image is the base image for all s2i configurable Docker images.
|
||||
FROM registry.fedoraproject.org/fedora:28
|
||||
FROM registry.fedoraproject.org/fedora:26
|
||||
|
||||
ENV SUMMARY="Base image which allows using of source-to-image." \
|
||||
DESCRIPTION="The s2i-core image provides any images layered on top of it \
|
||||
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=1 \
|
||||
ARCH=x86_64
|
||||
ENV SUMMARY='Base image which allows using of source-to-image.' DESCRIPTION='The s2i-core image provides any images layered on top of it 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=4 ARCH=x86_64
|
||||
|
||||
LABEL summary="$SUMMARY" \
|
||||
description="$DESCRIPTION" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue