|
2 | 2 | #
|
3 | 3 | # Dockerfile
|
4 | 4 | #
|
5 |
| -# Objetivo: Deploy da biblioteca vfsa. |
| 5 | +# Purpose: Deploy of vfsa package. |
6 | 6 | #
|
7 | 7 | # Site: https://dirack.github.io
|
8 | 8 | #
|
9 |
| -# Versão 1.0 |
| 9 | +# Version 1.1.0 |
10 | 10 | #
|
11 |
| -# Programador: Rodolfo A C Neves (Dirack) 08/04/2020 |
| 11 | +# Programer: Rodolfo A C Neves (Dirack) 08/04/2020 |
12 | 12 | #
|
13 | 13 | # Email: rodolfo_profissional@hotmail.com
|
14 | 14 | #
|
15 |
| -# Licença: GPL-3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>. |
| 15 | +# License: GPL-3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>. |
16 | 16 |
|
17 |
| -# Pacote Madagascar versão 3.0 com dependências básicas configuradas |
| 17 | +# Docker image with Madagascar package version 3.0 |
18 | 18 | FROM dirack/ambientemadagascar:1.0
|
19 | 19 |
|
20 |
| -# Variáveis de ambiente do pacote Madagascar |
| 20 | +# Madagascar environment variables |
21 | 21 | ENV RSFSRC="/root/madagascar-3.0"
|
22 | 22 | ENV RSFROOT="/root/madagascar"
|
23 | 23 | ENV VFSAROOT="/root/madagascar-3.0/user/vfsa"
|
24 | 24 |
|
25 |
| -# define o mantenedor da imagem |
| 25 | +# Maintainer information |
26 | 26 | LABEL maintainer="Rodolfo Dirack"
|
27 | 27 | LABEL email="rodolfo_profissional@hotmail.com"
|
28 | 28 | LABEL site="https://dirack.github.io"
|
29 | 29 |
|
30 |
| -# Instalação da vfsa no Madagascar |
31 |
| -RUN git clone -b v1.0 --depth 1 https://github.com/Dirack/vfsa.git "$VFSAROOT" |
| 30 | +# Install vfsa package in Madagascar |
| 31 | +RUN git clone -b v1.1.1 --depth 1 https://github.com/Dirack/vfsa.git "$VFSAROOT" |
32 | 32 | RUN cd "$VFSAROOT" && scons && cd "$RSFSRC" && scons install
|
33 | 33 |
|
34 |
| -# Ir para o diretório de exemplos |
| 34 | +# Go to usage examples directory |
35 | 35 | WORKDIR "$VFSAROOT/usage_examples"
|
0 commit comments