Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7985c4331 |
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:28
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
# Port on which will apache run
|
# Port on which will apache run
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
@ -7,7 +7,6 @@ EXPOSE 8080
|
||||||
ENV NAME=perl \
|
ENV NAME=perl \
|
||||||
PERL_VERSION=5.24 \
|
PERL_VERSION=5.24 \
|
||||||
VERSION=0 \
|
VERSION=0 \
|
||||||
RELEASE=1 \
|
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
|
|
||||||
# Set labels used in OpenShift to describe the builder images
|
# Set labels used in OpenShift to describe the builder images
|
||||||
|
|
@ -16,7 +15,6 @@ LABEL com.redhat.component="$NAME" \
|
||||||
summary="Perl 5 is a highly capable, feature-rich programming language." \
|
summary="Perl 5 is a highly capable, feature-rich programming language." \
|
||||||
description="Perl 5 is a highly capable, feature-rich programming language with over 29 years of development. Perl 5 runs on over 100 platforms." \
|
description="Perl 5 is a highly capable, feature-rich programming language with over 29 years of development. Perl 5 runs on over 100 platforms." \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
release="$RELEASE.$DISTTAG" \
|
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
usage="s2i build file:///your/app modularitycontainers/perl your-app" \
|
usage="s2i build file:///your/app modularitycontainers/perl your-app" \
|
||||||
io.k8s.description="Platform for building and running Perl 5.24 applications" \
|
io.k8s.description="Platform for building and running Perl 5.24 applications" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue