-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
62 lines (59 loc) · 2.22 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#!/bin/bash
#
# Stafli Devel System (envfile)
# Copyright (C) 2016-2017 Stafli
# Luís Pedro Algarvio
# This file is part of the Stafli Application Stack.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Settings
COMPOSE_PROJECT_NAME="stafli";
IMAGE_TAG_PREFIX="devel";
IMAGE_URL_PREFIX="stafli/stafli.system.devel";
CONTAINER_URL_PREFIX="stafli_system_devel";
DISTRO_DEBIAN9_VERSION="10";
DISTRO_DEBIAN8_VERSION="10";
DISTRO_DEBIAN7_VERSION="10";
DISTRO_CENTOS7_VERSION="10";
DISTRO_CENTOS6_VERSION="10";
DISTRO_CENTOS5_VERSION="10";
DISTRO_UBUNTU16_VERSION="10";
DISTRO_UBUNTU14_VERSION="10";
DISTRO_UBUNTU12_VERSION="10";
DISTRO_ALPINE37_VERSION="10";
DISTRO_ALPINE36_VERSION="10";
DISTRO_ALPINE35_VERSION="10";
DISTRO_ALPINE34_VERSION="10";
# Labels
PROJECT_NAME="Stafli Devel System (stafli/stafli.system.devel)";
PROJECT_DESCRIPTION="Based on Stafli Base System (stafli/stafli.system.base)";
PROJECT_KEYWORDS="stafli, devel, system, debian, centos, ubuntu, alpine";
PROJECT_URL="https://stafli.org/";
PROJECT_LICENSE="GPLv3";
PROJECT_VENDOR_NAME="Stafli";
PROJECT_VENDOR_EMAIL="[email protected]";
PROJECT_VENDOR_WEBSITE="https://www.stafli.org";
PROJECT_AUTHORS_LPALGARVIO_NAME="Luis Pedro Algarvio";
PROJECT_AUTHORS_LPALGARVIO_EMAIL="[email protected]";
PROJECT_AUTHORS_LPALGARVIO_HOMEPAGE="https://lp.algarvio.org";
PROJECT_AUTHORS_LPALGARVIO_ROLE="Maintainer";
REGISTRY_URL="https://hub.docker.com/r/stafli/stafli.system.devel";
VCS_URL="https://github.com/stafli-org/stafli.system.devel";
VCS_REF="`git rev-parse --short HEAD`";
VCS_BRANCH="master";
BUILD_ARCH="amd64";
BUILD_VERSION="1.0";
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ");
# add variables as needed