diff --git a/.drone.yml b/.drone.yml index 72735235..61d45787 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ services: - DOCUMENT_ROOT=/test/oe_list_pages - COMPOSERVER=--2 mysql: - image: registry.fpfis.eu/fpfis/sql:percona-5.7 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/percona:5.7 command: --innodb-log-file-size=1G --max_allowed_packet=1G --innodb-buffer-pool-size=512M --wait_timeout=3000 --net_write_timeout=3000 --log_error_verbosity=3 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes @@ -30,7 +30,7 @@ services: - SPARQL_UPDATE=true - DBA_PASSWORD=dba selenium: - image: registry.fpfis.eu/fpfis/selenium:standalone-chrome-4.1.3-20220405 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/selenium/standalone-chrome:4.1.3-20220405 shm_size: 2g environment: - DISPLAY=:99 diff --git a/docker-compose.yml b/docker-compose.yml index 08794c08..1a83e6c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: # Enable step debugging for all PHP request. See ./README.md#step-debugging for more information. # XDEBUG_SESSION: 1 mysql: - image: percona/percona-server:5.7 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/percona:5.7 command: --innodb-log-file-size=1G --max_allowed_packet=1G --innodb-buffer-pool-size=512M --wait_timeout=3000 --net_write_timeout=3000 --log_error_verbosity=3 environment: MYSQL_ALLOW_EMPTY_PASSWORD: "yes" @@ -32,7 +32,7 @@ services: - "8890:8890" # Visit localhost:7900 to access the browser. selenium: - image: selenium/standalone-chrome:4.1.3-20220405 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/selenium/standalone-chrome:4.1.3-20220405 environment: - DISPLAY=:99 - SCREEN_WIDTH=1280