bump endpoint bundled ver to release (#129449)

This commit is contained in:
Dan Panzarella 2022-04-06 15:24:42 -04:00 committed by GitHub
parent 3dc66c69d7
commit 7250c6d478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -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",

View file

@ -115,7 +115,7 @@ Object {
"meta": Object {
"package": Object {
"name": "apm",
"version": "8.2.0-dev4",
"version": "8.3.0-dev1",
},
},
"name": "Elastic APM",

View file

@ -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];

View file

@ -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';

View file

@ -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

View file

@ -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