Commit 08beca60a66d35cb2f8a226a09e34424505aff24
1 parent
4862cacb
Exists in
sei-v3.0.0-oracle-dockerimages
Atualização do arquivo .gitmodule para apontar para nova branch
Showing
5 changed files
with
12 additions
and
12 deletions
Show diff stats
.gitmodules
1 | [submodule "mysql/sei-db-ref-executivo"] | 1 | [submodule "mysql/sei-db-ref-executivo"] |
2 | - path = mysql/sei-db-ref-executivo | ||
3 | - url = http://softwarepublico.gov.br/gitlab/sei/sei-db-ref-executivo.git | ||
4 | - branch = sei-db-ref-executivo-3.0.0_v1 | ||
5 | - | 2 | + path = mysql/sei-db-ref-executivo |
3 | + url = http://softwarepublico.gov.br/gitlab/sei/sei-db-ref-executivo.git | ||
4 | + branch = sei-db-ref-executivo-3.0.0_v1 | ||
6 | [submodule "oracle/sei-db-ref-executivo"] | 5 | [submodule "oracle/sei-db-ref-executivo"] |
7 | - path = oracle/sei-db-ref-executivo | ||
8 | - url = http://softwarepublico.gov.br/gitlab/sei/sei-db-ref-executivo.git | ||
9 | - branch = sei-db-ref-executivo-3.0.0_v1 | ||
10 | - | 6 | + path = oracle/sei-db-ref-executivo |
7 | + url = http://softwarepublico.gov.br/gitlab/sei/sei-db-ref-executivo.git | ||
8 | + branch = sei-db-ref-executivo-3.0.0_v1 |
mysql/Dockerfile
@@ -10,8 +10,8 @@ MAINTAINER Guilherme Andrade Del Cantoni <guilherme.cantoni@planejamento.gov.br> | @@ -10,8 +10,8 @@ MAINTAINER Guilherme Andrade Del Cantoni <guilherme.cantoni@planejamento.gov.br> | ||
10 | ############################# INÍCIO DA INSTALAÇÃO ############################# | 10 | ############################# INÍCIO DA INSTALAÇÃO ############################# |
11 | ENV TERM xterm | 11 | ENV TERM xterm |
12 | 12 | ||
13 | -COPY sei-db-ref-executivo/mysql/sei_3_0_0_BD_Ref_Exec.sql /tmp/sei_mysql.sql | ||
14 | -COPY sei-db-ref-executivo/mysql/sip_3_0_0_BD_Ref_Exec.sql /tmp/sip_mysql.sql | 13 | +COPY sei-db-ref-executivo/mysql/v3.0.0/sei_3_0_0_BD_Ref_Exec.sql /tmp/sei_mysql.sql |
14 | +COPY sei-db-ref-executivo/mysql/v3.0.0/sip_3_0_0_BD_Ref_Exec.sql /tmp/sip_mysql.sql | ||
15 | COPY install.sh /install.sh | 15 | COPY install.sh /install.sh |
16 | COPY entrypoint.sh /entrypoint.sh | 16 | COPY entrypoint.sh /entrypoint.sh |
17 | 17 |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +Subproject commit ece5b31d850d836380dd53f1cf40cb322a63999e |
oracle/Dockerfile
@@ -12,8 +12,8 @@ ENV TERM xterm | @@ -12,8 +12,8 @@ ENV TERM xterm | ||
12 | ENV ORACLE_ALLOW_REMOTE=true | 12 | ENV ORACLE_ALLOW_REMOTE=true |
13 | ENV NLS_LANG=PORTUGUESE_BRAZIL.WE8MSWIN1252 | 13 | ENV NLS_LANG=PORTUGUESE_BRAZIL.WE8MSWIN1252 |
14 | 14 | ||
15 | -COPY sei-db-ref-executivo/oracle/sei_3_0_0_BD_Ref_Exec.dmp /tmp/sei_oracle.dmp | ||
16 | -COPY sei-db-ref-executivo/oracle/sip_3_0_0_BD_Ref_Exec.dmp /tmp/sip_oracle.dmp | 15 | +COPY sei-db-ref-executivo/oracle/v3.0.0/sei_3_0_0_BD_Ref_Exec.dmp /tmp/sei_oracle.dmp |
16 | +COPY sei-db-ref-executivo/oracle/v3.0.0/sip_3_0_0_BD_Ref_Exec.dmp /tmp/sip_oracle.dmp | ||
17 | 17 | ||
18 | COPY assets/pre-install.sql /tmp/pre-install.sql | 18 | COPY assets/pre-install.sql /tmp/pre-install.sql |
19 | COPY assets/sei-config.sql /tmp/sei-config.sql | 19 | COPY assets/sei-config.sql /tmp/sei-config.sql |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +Subproject commit ece5b31d850d836380dd53f1cf40cb322a63999e |