@centreon/js-config 26.5.0 → 26.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -546,11 +546,11 @@ Cypress.Commands.add(
546
546
  composeFile,
547
547
  databaseImage = Cypress.env('DATABASE_IMAGE'),
548
548
  moduleName = 'centreon-web',
549
- openidImage = `docker.centreon.com/centreon/keycloak:${Cypress.env(
549
+ openidImage = `ghcr.io/centreon/centreon/keycloak:${Cypress.env(
550
550
  'OPENID_IMAGE_VERSION'
551
551
  )}`,
552
552
  profiles = [],
553
- samlImage = `docker.centreon.com/centreon/keycloak:${Cypress.env(
553
+ samlImage = `ghcr.io/centreon/centreon/keycloak:${Cypress.env(
554
554
  'SAML_IMAGE_VERSION'
555
555
  )}`,
556
556
  useSlim = true,
@@ -256,7 +256,7 @@ export default (on: Cypress.PluginEvents): void => {
256
256
  },
257
257
  stopContainers: async () => {
258
258
  if (dockerEnvironment !== null) {
259
- await dockerEnvironment.down();
259
+ await dockerEnvironment.down({ timeout: 0 });
260
260
 
261
261
  dockerEnvironment = null;
262
262
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "26.5.0",
4
+ "version": "26.5.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon.git"