mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
fix(e2e-tests): oracle 19c rotation fix
This commit is contained in:
@@ -20,31 +20,6 @@ services:
|
||||
retries: 30
|
||||
start_period: 30s
|
||||
|
||||
# Oracle DB 19.3 is MASSIVE and takes up a lot of compute in github actions...
|
||||
# oracle-db-19.3:
|
||||
# # Official Oracle 19.19.0.0 - requires docker login container-registry.oracle.com
|
||||
# image: container-registry.oracle.com/database/enterprise:19.3.0.0
|
||||
# container_name: oracle-db-19.3
|
||||
# platform: linux/amd64
|
||||
# ports:
|
||||
# - "1522:1521"
|
||||
# environment:
|
||||
# - ORACLE_SID=ORCLCDB
|
||||
# - ORACLE_PDB=ORCLPDB1
|
||||
# - ORACLE_PWD=OrCAKF112aaSfAdfdA2Ac3@@!
|
||||
# - ORACLE_EDITION=enterprise
|
||||
# - ORACLE_CHARACTERSET=AL32UTF8
|
||||
# volumes:
|
||||
# - oracle-data-19.3:/opt/oracle/oradata
|
||||
# shm_size: 2gb
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "sqlplus", "-L", "system/OrCAKF112aaSfAdfdA2Ac3@@!@//localhost:1521/ORCLCDB", "<<<", "SELECT 1 FROM DUAL;"]
|
||||
# interval: 10s
|
||||
# timeout: 10s
|
||||
# retries: 30
|
||||
# start_period: 30s
|
||||
|
||||
# MySQL Databases
|
||||
mysql-8.4.6:
|
||||
image: mysql:8.4.6
|
||||
@@ -174,7 +149,6 @@ services:
|
||||
|
||||
volumes:
|
||||
oracle-data-23.8:
|
||||
# oracle-data-19.3:
|
||||
mysql-data-8.4.6:
|
||||
mysql-data-8.0.29:
|
||||
mysql-data-5.7.31:
|
||||
|
||||
Reference in New Issue
Block a user