mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
bump endpoint bundled ver to release (#129449)
This commit is contained in:
parent
3dc66c69d7
commit
7250c6d478
6 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
|||
[
|
||||
{
|
||||
"name": "apm",
|
||||
"version": "8.1.0"
|
||||
"version": "8.2.0"
|
||||
},
|
||||
{
|
||||
"name": "elastic_agent",
|
||||
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
{
|
||||
"name": "endpoint",
|
||||
"version": "1.5.0"
|
||||
"version": "8.2.0"
|
||||
},
|
||||
{
|
||||
"name": "fleet_server",
|
||||
|
|
|
@ -115,7 +115,7 @@ Object {
|
|||
"meta": Object {
|
||||
"package": Object {
|
||||
"name": "apm",
|
||||
"version": "8.2.0-dev4",
|
||||
"version": "8.3.0-dev1",
|
||||
},
|
||||
},
|
||||
"name": "Elastic APM",
|
||||
|
|
|
@ -24,7 +24,7 @@ export function useDockerRegistry() {
|
|||
|
||||
let dockerProcess: ChildProcess | undefined;
|
||||
async function startDockerRegistryServer() {
|
||||
const dockerImage = `docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f`;
|
||||
const dockerImage = `docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a`;
|
||||
|
||||
const args = ['run', '--rm', '-p', `${packageRegistryPort}:8080`, dockerImage];
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import { defineDockerServersConfig } from '@kbn/test';
|
|||
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
|
||||
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry.
|
||||
export const dockerImage =
|
||||
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
|
||||
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
|
||||
|
||||
export const BUNDLED_PACKAGE_DIR = '/tmp/fleet_bundled_packages';
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import { pageObjects } from './page_objects';
|
|||
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
|
||||
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry.
|
||||
export const dockerImage =
|
||||
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
|
||||
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
|
||||
|
||||
// the default export of config files must be a config provider
|
||||
// that returns an object with the projects config values
|
||||
|
|
|
@ -17,7 +17,7 @@ import { pageObjects } from './page_objects';
|
|||
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
|
||||
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry that updates Synthetics.
|
||||
export const dockerImage =
|
||||
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
|
||||
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
|
||||
|
||||
// the default export of config files must be a config provider
|
||||
// that returns an object with the projects config values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue