diff --git a/cmd/scw/testdata/test-all-usage-container-deploy-usage.golden b/cmd/scw/testdata/test-all-usage-container-deploy-usage.golden index 3d287df469..84c57cb94d 100644 --- a/cmd/scw/testdata/test-all-usage-container-deploy-usage.golden +++ b/cmd/scw/testdata/test-all-usage-container-deploy-usage.golden @@ -6,16 +6,16 @@ USAGE: scw container deploy [arg=value ...] ARGS: - [name] Name of the application (defaults to build-source's directory name) - [builder=paketobuildpacks/builder:base] Builder image to use - [dockerfile=Dockerfile] Path to the Dockerfile - [force-builder=false] Force the use of the builder image (even if a Dockerfile is present) - [build-source=.] Path to the build context - [cache=true] Use cache when building the image - [build-args.{key}] Build-time variables - [port=8080] Port to expose - [namespace-id] Container Namespace ID to deploy to - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all) + [name] Name of the application (defaults to build-source's directory name) + [builder=paketobuildpacks/builder-jammy-base:latest] Builder image to use + [dockerfile=Dockerfile] Path to the Dockerfile + [force-builder=false] Force the use of the builder image (even if a Dockerfile is present) + [build-source=.] Path to the build context + [cache=true] Use cache when building the image + [build-args.{key}] Build-time variables + [port=8080] Port to expose + [namespace-id] Container Namespace ID to deploy to + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all) FLAGS: -h, --help help for deploy diff --git a/docs/commands/container.md b/docs/commands/container.md index 4277f38261..c5339e8618 100644 --- a/docs/commands/container.md +++ b/docs/commands/container.md @@ -349,7 +349,7 @@ scw container deploy [arg=value ...] | Name | | Description | |------|---|-------------| | name | | Name of the application (defaults to build-source's directory name) | -| builder | Default: `paketobuildpacks/builder:base` | Builder image to use | +| builder | Default: `paketobuildpacks/builder-jammy-base:latest` | Builder image to use | | dockerfile | Default: `Dockerfile` | Path to the Dockerfile | | force-builder | Default: `false` | Force the use of the builder image (even if a Dockerfile is present) | | build-source | Default: `.` | Path to the build context | diff --git a/internal/namespaces/container/v1beta1/custom_deploy.go b/internal/namespaces/container/v1beta1/custom_deploy.go index 3b96dd6fe2..1d09f6829e 100644 --- a/internal/namespaces/container/v1beta1/custom_deploy.go +++ b/internal/namespaces/container/v1beta1/custom_deploy.go @@ -65,7 +65,7 @@ func containerDeployCommand() *core.Command { { Name: "builder", Short: "Builder image to use", - Default: core.DefaultValueSetter("paketobuildpacks/builder:base"), + Default: core.DefaultValueSetter("paketobuildpacks/builder-jammy-base:latest"), }, { Name: "dockerfile", diff --git a/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.cassette.yaml b/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.cassette.yaml index 1aa2cac68f..902876e50d 100644 --- a/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.cassette.yaml +++ b/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"namespaces":[],"total_count":0}' + body: '{"namespaces":[], "total_count":0}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces?name=cli-t-ctnr-deploy-bp&order_by=created_at_asc&page=1 method: GET response: - body: '{"namespaces":[],"total_count":0}' + body: '{"namespaces":[], "total_count":0}' headers: Content-Length: - - "33" + - "34" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:03 GMT + - Tue, 29 Apr 2025 14:07:04 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -29,33 +29,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3de87ba-60c8-421c-9d30-54a559818abc + - 4dfe6af7-563f-450e-9582-dd9067ab695f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181194Z", "updated_at":"2025-04-29T14:07:04.765181194Z", + "region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces method: POST response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181194Z", "updated_at":"2025-04-29T14:07:04.765181194Z", + "region":"fr-par"}' headers: Content-Length: - - "370" + - "486" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:03 GMT + - Tue, 29 Apr 2025 14:07:04 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +73,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec131f52-c605-4a25-875e-f19cff5fd5b5 + - a7463b90-a68c-4a52-9999-c0a41513b20e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", "updated_at":"2025-04-29T14:07:04.765181Z", + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", "updated_at":"2025-04-29T14:07:04.765181Z", + "region":"fr-par"}' headers: Content-Length: - - "370" + - "480" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:03 GMT + - Tue, 29 Apr 2025 14:07:04 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +115,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a90c9f3b-ec98-4ba9-b924-9cd7a0f25814 + - b5e7743f-35fb-49b5-9eec-7d813a3ab70a status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"ready","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", "updated_at":"2025-04-29T14:07:04.765181Z", + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"ready","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"pending", "registry_namespace_id":"", + "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[], + "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", "updated_at":"2025-04-29T14:07:04.765181Z", + "region":"fr-par"}' headers: Content-Length: - - "455" + - "480" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:08 GMT + - Tue, 29 Apr 2025 14:07:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,7 +157,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da481d6c-3a74-40c6-b427-51811d50ef3d + - beab4032-9bf6-4f79-bc6a-290de9778db0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"ready", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:07:10.340484Z", "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce + method: GET + response: + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"ready", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:07:10.340484Z", "region":"fr-par"}' + headers: + Content-Length: + - "565" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:07:14 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3bea9f4e-8582-497a-ab75-ee13f020fc8d status: 200 OK code: 200 duration: "" @@ -141,15 +213,17 @@ interactions: body: "" headers: Api-Version: - - "1.41" + - "1.45" Builder-Version: - "2" Cache-Control: - no-cache, no-store, must-revalidate + Content-Length: + - "0" Content-Type: - text/plain; charset=utf-8 Date: - - Wed, 08 Nov 2023 12:44:09 GMT + - Tue, 29 Apr 2025 14:07:14 GMT Docker-Experimental: - "false" Ostype: @@ -157,253 +231,2797 @@ interactions: Pragma: - no-cache Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) + Swarm: + - inactive status: 200 OK code: 200 duration: "" - request: - body: "{\"status\":\"Pulling from paketobuildpacks/builder\",\"id\":\"base\"}\r\n{\"status\":\"Digest: - sha256:17ea21162ba8c7717d3ead3ee3836a368aced7f02f2e59658e52029bd6d149e7\"}\r\n{\"status\":\"Status: - Image is up to date for paketobuildpacks/builder:base\"}\r\n" + body: "{\"status\":\"Pulling from paketobuildpacks/builder-jammy-base\",\"id\":\"latest\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":812},\"progress\":\"[============================================\\u003e + \ ] 720B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":347382,\"total\":33998214},\"progress\":\"[\\u003e + \ ] 347.4kB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":540672,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 540.7kB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1730823,\"total\":33998214},\"progress\":\"[==\\u003e + \ ] 1.731MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1616131,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 1.616MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3451143,\"total\":33998214},\"progress\":\"[=====\\u003e + \ ] 3.451MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2685187,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 2.685MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5523719,\"total\":33998214},\"progress\":\"[========\\u003e + \ ] 5.524MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4290819,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 4.291MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7952647,\"total\":33998214},\"progress\":\"[===========\\u003e + \ ] 7.953MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5900547,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 5.901MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10017031,\"total\":33998214},\"progress\":\"[==============\\u003e + \ ] 10.02MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7510275,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 7.51MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12085511,\"total\":33998214},\"progress\":\"[=================\\u003e + \ ] 12.09MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9120003,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 9.12MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14502151,\"total\":33998214},\"progress\":\"[=====================\\u003e + \ ] 14.5MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10737923,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 10.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16591111,\"total\":33998214},\"progress\":\"[========================\\u003e + \ ] 16.59MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12359939,\"total\":140240650},\"progress\":\"[====\\u003e + \ ] 12.36MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19011847,\"total\":33998214},\"progress\":\"[===========================\\u003e + \ ] 19.01MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14518531,\"total\":140240650},\"progress\":\"[=====\\u003e + \ ] 14.52MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20744455,\"total\":33998214},\"progress\":\"[==============================\\u003e + \ ] 20.74MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17209603,\"total\":140240650},\"progress\":\"[======\\u003e + \ ] 17.21MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22485255,\"total\":33998214},\"progress\":\"[=================================\\u003e + \ ] 22.49MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19347715,\"total\":140240650},\"progress\":\"[======\\u003e + \ ] 19.35MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":24226055,\"total\":33998214},\"progress\":\"[===================================\\u003e + \ ] 24.23MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21502211,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 21.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":26306823,\"total\":33998214},\"progress\":\"[======================================\\u003e + \ ] 26.31MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23640323,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.64MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":28047623,\"total\":33998214},\"progress\":\"[=========================================\\u003e + \ ] 28.05MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":27388163,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.39MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30128391,\"total\":33998214},\"progress\":\"[============================================\\u003e + \ ] 30.13MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30054659,\"total\":140240650},\"progress\":\"[==========\\u003e + \ ] 30.05MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32917767,\"total\":33998214},\"progress\":\"[================================================\\u003e + \ ] 32.92MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32741635,\"total\":140240650},\"progress\":\"[===========\\u003e + \ ] 32.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118540,\"total\":11530976},\"progress\":\"[\\u003e + \ ] 118.5kB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":35432707,\"total\":140240650},\"progress\":\"[============\\u003e + \ ] 35.43MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1297656,\"total\":11530976},\"progress\":\"[=====\\u003e + \ ] 1.298MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":360448,\"total\":33998214},\"progress\":\"[\\u003e + \ ] 360.4kB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4286727,\"total\":11530976},\"progress\":\"[==================\\u003e + \ ] 4.287MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":38623491,\"total\":140240650},\"progress\":\"[=============\\u003e + \ ] 38.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6629639,\"total\":11530976},\"progress\":\"[============================\\u003e + \ ] 6.63MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1441792,\"total\":33998214},\"progress\":\"[==\\u003e + \ ] 1.442MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":40761603,\"total\":140240650},\"progress\":\"[==============\\u003e + \ ] 40.76MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8190215,\"total\":11530976},\"progress\":\"[===================================\\u003e + \ ] 8.19MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2162688,\"total\":33998214},\"progress\":\"[===\\u003e + \ ] 2.163MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":42375427,\"total\":140240650},\"progress\":\"[===============\\u003e + \ ] 42.38MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9230599,\"total\":11530976},\"progress\":\"[========================================\\u003e + \ ] 9.231MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3244032,\"total\":33998214},\"progress\":\"[====\\u003e + \ ] 3.244MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":43972867,\"total\":140240650},\"progress\":\"[===============\\u003e + \ ] 43.97MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3964928,\"total\":33998214},\"progress\":\"[=====\\u003e + \ ] 3.965MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":47716611,\"total\":140240650},\"progress\":\"[=================\\u003e + \ ] 47.72MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4685824,\"total\":33998214},\"progress\":\"[======\\u003e + \ ] 4.686MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52561,\"total\":5229051},\"progress\":\"[\\u003e + \ ] 52.56kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50919683,\"total\":140240650},\"progress\":\"[==================\\u003e + \ ] 50.92MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":593145,\"total\":5229051},\"progress\":\"[=====\\u003e + \ ] 593.1kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":54126851,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 54.13MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6488064,\"total\":33998214},\"progress\":\"[=========\\u003e + \ ] 6.488MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1370379,\"total\":5229051},\"progress\":\"[=============\\u003e + \ ] 1.37MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":57870595,\"total\":140240650},\"progress\":\"[====================\\u003e + \ ] 57.87MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7208960,\"total\":33998214},\"progress\":\"[==========\\u003e + \ ] 7.209MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2287883,\"total\":5229051},\"progress\":\"[=====================\\u003e + \ ] 2.288MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":61622531,\"total\":140240650},\"progress\":\"[=====================\\u003e + \ ] 61.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8290304,\"total\":33998214},\"progress\":\"[============\\u003e + \ ] 8.29MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":64841987,\"total\":140240650},\"progress\":\"[=======================\\u003e + \ ] 64.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3115275,\"total\":5229051},\"progress\":\"[=============================\\u003e + \ ] 3.115MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52549,\"total\":5230450},\"progress\":\"[\\u003e + \ ] 52.55kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":68073731,\"total\":140240650},\"progress\":\"[========================\\u003e + \ ] 68.07MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3967243,\"total\":5229051},\"progress\":\"[=====================================\\u003e + \ ] 3.967MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":339181,\"total\":5230450},\"progress\":\"[===\\u003e + \ ] 339.2kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9011200,\"total\":33998214},\"progress\":\"[=============\\u003e + \ ] 9.011MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":70760707,\"total\":140240650},\"progress\":\"[=========================\\u003e + \ ] 70.76MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4417803,\"total\":5229051},\"progress\":\"[==========================================\\u003e + \ ] 4.418MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":601325,\"total\":5230450},\"progress\":\"[=====\\u003e + \ ] 601.3kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9371648,\"total\":33998214},\"progress\":\"[=============\\u003e + \ ] 9.372MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":863469,\"total\":5230450},\"progress\":\"[========\\u003e + \ ] 863.5kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":74545411,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 74.55MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":78842115,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 78.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1256685,\"total\":5230450},\"progress\":\"[============\\u003e + \ ] 1.257MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10092544,\"total\":33998214},\"progress\":\"[==============\\u003e + \ ] 10.09MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81504515,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 81.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1518829,\"total\":5230450},\"progress\":\"[==============\\u003e + \ ] 1.519MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1715437,\"total\":5230450},\"progress\":\"[================\\u003e + \ ] 1.715MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":83642627,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 83.64MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10813440,\"total\":33998214},\"progress\":\"[===============\\u003e + \ ] 10.81MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2043117,\"total\":5230450},\"progress\":\"[===================\\u003e + \ ] 2.043MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89012483,\"total\":140240650},\"progress\":\"[===============================\\u003e + \ ] 89.01MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52485,\"total\":5182643},\"progress\":\"[\\u003e + \ ] 52.48kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2305261,\"total\":5230450},\"progress\":\"[======================\\u003e + \ ] 2.305MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11534336,\"total\":33998214},\"progress\":\"[================\\u003e + \ ] 11.53MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":91691267,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 91.69MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":396505,\"total\":5182643},\"progress\":\"[===\\u003e + \ ] 396.5kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2632941,\"total\":5230450},\"progress\":\"[=========================\\u003e + \ ] 2.633MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":12615680,\"total\":33998214},\"progress\":\"[==================\\u003e + \ ] 12.62MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":95987971,\"total\":140240650},\"progress\":\"[==================================\\u003e + \ ] 95.99MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":724185,\"total\":5182643},\"progress\":\"[======\\u003e + \ ] 724.2kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2895085,\"total\":5230450},\"progress\":\"[===========================\\u003e + \ ] 2.895MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":14417920,\"total\":33998214},\"progress\":\"[=====================\\u003e + \ ] 14.42MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":99735811,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 99.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":986329,\"total\":5182643},\"progress\":\"[=========\\u003e + \ ] 986.3kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":15138816,\"total\":33998214},\"progress\":\"[======================\\u003e + \ ] 15.14MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3157229,\"total\":5230450},\"progress\":\"[==============================\\u003e + \ ] 3.157MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":102426883,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 102.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1248473,\"total\":5182643},\"progress\":\"[============\\u003e + \ ] 1.248MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17301504,\"total\":33998214},\"progress\":\"[=========================\\u003e + \ ] 17.3MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105109763,\"total\":140240650},\"progress\":\"[=====================================\\u003e + \ ] 105.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3484909,\"total\":5230450},\"progress\":\"[=================================\\u003e + \ ] 3.485MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1510617,\"total\":5182643},\"progress\":\"[==============\\u003e + \ ] 1.511MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":18743296,\"total\":33998214},\"progress\":\"[===========================\\u003e + \ ] 18.74MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":108869891,\"total\":140240650},\"progress\":\"[======================================\\u003e + \ ] 108.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3812589,\"total\":5230450},\"progress\":\"[====================================\\u003e + \ ] 3.813MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1838297,\"total\":5182643},\"progress\":\"[=================\\u003e + \ ] 1.838MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":111560963,\"total\":140240650},\"progress\":\"[=======================================\\u003e + \ ] 111.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4139262,\"total\":5230450},\"progress\":\"[=======================================\\u003e + \ ] 4.139MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20545536,\"total\":33998214},\"progress\":\"[==============================\\u003e + \ ] 20.55MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2153689,\"total\":5182643},\"progress\":\"[====================\\u003e + \ ] 2.154MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":114235651,\"total\":140240650},\"progress\":\"[========================================\\u003e + \ ] 114.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":21626880,\"total\":33998214},\"progress\":\"[===============================\\u003e + \ ] 21.63MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4466942,\"total\":5230450},\"progress\":\"[==========================================\\u003e + \ ] 4.467MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2481369,\"total\":5182643},\"progress\":\"[=======================\\u003e + \ ] 2.481MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":116910339,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 116.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4794622,\"total\":5230450},\"progress\":\"[=============================================\\u003e + \ ] 4.795MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23429120,\"total\":33998214},\"progress\":\"[==================================\\u003e + \ ] 23.43MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2809049,\"total\":5182643},\"progress\":\"[===========================\\u003e + \ ] 2.809MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":119580931,\"total\":140240650},\"progress\":\"[==========================================\\u003e + \ ] 119.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5187838,\"total\":5230450},\"progress\":\"[=================================================\\u003e + ] 5.188MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":24510464,\"total\":33998214},\"progress\":\"[====================================\\u003e + \ ] 24.51MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3136729,\"total\":5182643},\"progress\":\"[==============================\\u003e + \ ] 3.137MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":121727235,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 121.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3524842,\"total\":5182643},\"progress\":\"[==================================\\u003e + \ ] 3.525MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26673152,\"total\":33998214},\"progress\":\"[=======================================\\u003e + \ ] 26.67MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":124414211,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 124.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4180202,\"total\":5182643},\"progress\":\"[========================================\\u003e + \ ] 4.18MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":127092995,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4897002,\"total\":5182643},\"progress\":\"[===============================================\\u003e + \ ] 4.897MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":28114944,\"total\":33998214},\"progress\":\"[=========================================\\u003e + \ ] 28.11MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":129784067,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 129.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":63757,\"total\":6049034},\"progress\":\"[\\u003e + \ ] 63.76kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":28835840,\"total\":33998214},\"progress\":\"[==========================================\\u003e + \ ] 28.84MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":133011715,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":458010,\"total\":6049034},\"progress\":\"[===\\u003e + \ ] 458kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":136251651,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 136.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1177869,\"total\":6049034},\"progress\":\"[=========\\u003e + \ ] 1.178MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1636621,\"total\":6049034},\"progress\":\"[=============\\u003e + \ ] 1.637MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":140003587,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 140MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2226445,\"total\":6049034},\"progress\":\"[==================\\u003e + \ ] 2.226MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110082,\"total\":10768502},\"progress\":\"[\\u003e + \ ] 110.1kB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2685197,\"total\":6049034},\"progress\":\"[======================\\u003e + \ ] 2.685MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1494264,\"total\":10768502},\"progress\":\"[======\\u003e + \ ] 1.494MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3340557,\"total\":6049034},\"progress\":\"[===========================\\u003e + \ ] 3.341MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4135176,\"total\":10768502},\"progress\":\"[===================\\u003e + \ ] 4.135MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5519624,\"total\":10768502},\"progress\":\"[=========================\\u003e + \ ] 5.52MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3930381,\"total\":6049034},\"progress\":\"[================================\\u003e + \ ] 3.93MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7600392,\"total\":10768502},\"progress\":\"[===================================\\u003e + \ ] 7.6MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4585741,\"total\":6049034},\"progress\":\"[=====================================\\u003e + \ ] 4.586MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":29556736,\"total\":33998214},\"progress\":\"[===========================================\\u003e + \ ] 29.56MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5306637,\"total\":6049034},\"progress\":\"[===========================================\\u003e + \ ] 5.307MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9324808,\"total\":10768502},\"progress\":\"[===========================================\\u003e + \ ] 9.325MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":29917184,\"total\":33998214},\"progress\":\"[===========================================\\u003e + \ ] 29.92MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8773101},\"progress\":\"[\\u003e + \ ] 90.91kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":30638080,\"total\":33998214},\"progress\":\"[=============================================\\u003e + \ ] 30.64MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964831,\"total\":8773101},\"progress\":\"[=====\\u003e + \ ] 964.8kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4016351,\"total\":8773101},\"progress\":\"[======================\\u003e + \ ] 4.016MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":31719424,\"total\":33998214},\"progress\":\"[==============================================\\u003e + \ ] 31.72MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5884127,\"total\":8773101},\"progress\":\"[=================================\\u003e + \ ] 5.884MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7948511,\"total\":8773101},\"progress\":\"[=============================================\\u003e + \ ] 7.949MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41609,\"total\":4119659},\"progress\":\"[\\u003e + \ ] 41.61kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41608,\"total\":4120757},\"progress\":\"[\\u003e + \ ] 41.61kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":960779,\"total\":4119659},\"progress\":\"[===========\\u003e + \ ] 960.8kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32440320,\"total\":33998214},\"progress\":\"[===============================================\\u003e + \ ] 32.44MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":649481,\"total\":4120757},\"progress\":\"[=======\\u003e + \ ] 649.5kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2337035,\"total\":4119659},\"progress\":\"[============================\\u003e + \ ] 2.337MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2468105,\"total\":4120757},\"progress\":\"[=============================\\u003e + \ ] 2.468MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32800768,\"total\":33998214},\"progress\":\"[================================================\\u003e + \ ] 32.8MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33521664,\"total\":33998214},\"progress\":\"[=================================================\\u003e + ] 33.52MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":36091,\"total\":3604943},\"progress\":\"[\\u003e + \ ] 36.09kB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1256655,\"total\":3604943},\"progress\":\"[=================\\u003e + \ ] 1.257MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33882112,\"total\":33998214},\"progress\":\"[=================================================\\u003e + ] 33.88MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105811,\"total\":10328723},\"progress\":\"[\\u003e + \ ] 105.8kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33998214,\"total\":33998214},\"progress\":\"[==================================================\\u003e] + \ 34MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3380788},\"progress\":\"[\\u003e + \ ] 34.81kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":903389,\"total\":10328723},\"progress\":\"[====\\u003e + \ ] 903.4kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":216844,\"total\":3380788},\"progress\":\"[===\\u003e + \ ] 216.8kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3422429,\"total\":10328723},\"progress\":\"[================\\u003e + \ ] 3.422MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":462072,\"total\":3380788},\"progress\":\"[======\\u003e + \ ] 462.1kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":557056,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 557.1kB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6273245,\"total\":10328723},\"progress\":\"[==============================\\u003e + \ ] 6.273MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1141002,\"total\":3380788},\"progress\":\"[================\\u003e + \ ] 1.141MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 2.228MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7878877,\"total\":10328723},\"progress\":\"[======================================\\u003e + \ ] 7.879MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1624330,\"total\":3380788},\"progress\":\"[========================\\u003e + \ ] 1.624MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":97562,\"total\":9744271},\"progress\":\"[\\u003e + \ ] 97.56kB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3342336,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 3.342MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2410762,\"total\":3380788},\"progress\":\"[===================================\\u003e + \ ] 2.411MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1583369,\"total\":9744271},\"progress\":\"[========\\u003e + \ ] 1.583MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4456448,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 4.456MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4442377,\"total\":9744271},\"progress\":\"[======================\\u003e + \ ] 4.442MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2902282,\"total\":3380788},\"progress\":\"[==========================================\\u003e + \ ] 2.902MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7031049,\"total\":9744271},\"progress\":\"[====================================\\u003e + \ ] 7.031MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6127616,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 6.128MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9201929,\"total\":9744271},\"progress\":\"[===============================================\\u003e + \ ] 9.202MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7241728,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 7.242MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50565,\"total\":4986975},\"progress\":\"[\\u003e + \ ] 50.56kB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1563897,\"total\":4986975},\"progress\":\"[===============\\u003e + \ ] 1.564MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9469952,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 9.47MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":16711680,\"total\":140240650},\"progress\":\"[=====\\u003e + \ ] 16.71MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2350329,\"total\":4986975},\"progress\":\"[=======================\\u003e + \ ] 2.35MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22486,\"total\":2211337},\"progress\":\"[\\u003e + \ ] 22.49kB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4897033,\"total\":4986975},\"progress\":\"[=================================================\\u003e + ] 4.897MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1071369,\"total\":2211337},\"progress\":\"[========================\\u003e + \ ] 1.071MB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89982,\"total\":8929617},\"progress\":\"[\\u003e + \ ] 89.98kB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1935606,\"total\":8929617},\"progress\":\"[==========\\u003e + \ ] 1.936MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4786422,\"total\":8929617},\"progress\":\"[==========================\\u003e + \ ] 4.786MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6158582,\"total\":8929617},\"progress\":\"[==================================\\u003e + \ ] 6.159MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":21725184,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 21.73MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":22282240,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 22.28MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":22839296,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 22.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90148,\"total\":8893487},\"progress\":\"[\\u003e + \ ] 90.15kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":119449,\"total\":11636312},\"progress\":\"[\\u003e + \ ] 119.4kB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23396352,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964855,\"total\":8893487},\"progress\":\"[=====\\u003e + \ ] 964.9kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1411335,\"total\":11636312},\"progress\":\"[======\\u003e + \ ] 1.411MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1947895,\"total\":8893487},\"progress\":\"[==========\\u003e + \ ] 1.948MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3229959,\"total\":11636312},\"progress\":\"[=============\\u003e + \ ] 3.23MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110991,\"total\":11011662},\"progress\":\"[\\u003e + \ ] 111kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4008199,\"total\":11636312},\"progress\":\"[=================\\u003e + \ ] 4.008MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":801019,\"total\":11011662},\"progress\":\"[===\\u003e + \ ] 801kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2836727,\"total\":8893487},\"progress\":\"[===============\\u003e + \ ] 2.837MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23953408,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.95MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1714427,\"total\":11011662},\"progress\":\"[=======\\u003e + \ ] 1.714MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5056775,\"total\":11636312},\"progress\":\"[=====================\\u003e + \ ] 5.057MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3614967,\"total\":8893487},\"progress\":\"[====================\\u003e + \ ] 3.615MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4106487,\"total\":8893487},\"progress\":\"[=======================\\u003e + \ ] 4.106MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2861307,\"total\":11011662},\"progress\":\"[============\\u003e + \ ] 2.861MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6367495,\"total\":11636312},\"progress\":\"[===========================\\u003e + \ ] 6.367MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3320059,\"total\":11011662},\"progress\":\"[===============\\u003e + \ ] 3.32MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5384439,\"total\":8893487},\"progress\":\"[==============================\\u003e + \ ] 5.384MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":24510464,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 24.51MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8186119,\"total\":11636312},\"progress\":\"[===================================\\u003e + \ ] 8.186MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6269175,\"total\":8893487},\"progress\":\"[===================================\\u003e + \ ] 6.269MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4471035,\"total\":11011662},\"progress\":\"[====================\\u003e + \ ] 4.471MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9365767,\"total\":11636312},\"progress\":\"[========================================\\u003e + \ ] 9.366MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":25067520,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 25.07MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7350519,\"total\":8893487},\"progress\":\"[=========================================\\u003e + \ ] 7.351MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5617915,\"total\":11011662},\"progress\":\"[=========================\\u003e + \ ] 5.618MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10938631,\"total\":11636312},\"progress\":\"[===============================================\\u003e + \ ] 10.94MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6543611,\"total\":11011662},\"progress\":\"[=============================\\u003e + \ ] 6.544MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8431863,\"total\":8893487},\"progress\":\"[===============================================\\u003e + \ ] 8.432MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":25624576,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 25.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7461115,\"total\":11011662},\"progress\":\"[=================================\\u003e + \ ] 7.461MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8378619,\"total\":11011662},\"progress\":\"[======================================\\u003e + \ ] 8.379MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9640187,\"total\":11011662},\"progress\":\"[===========================================\\u003e + \ ] 9.64MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26181632,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 26.18MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11011662,\"total\":11011662},\"progress\":\"[==================================================\\u003e] + \ 11.01MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":44326,\"total\":4431949},\"progress\":\"[\\u003e + \ ] 44.33kB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16969,\"total\":1665702},\"progress\":\"[\\u003e + \ ] 16.97kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26738688,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 26.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1211620,\"total\":4431949},\"progress\":\"[=============\\u003e + \ ] 1.212MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":126957,\"total\":1665702},\"progress\":\"[===\\u003e + \ ] 127kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3827957,\"total\":4431949},\"progress\":\"[===========================================\\u003e + \ ] 3.828MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":27295744,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":494799,\"total\":1665702},\"progress\":\"[==============\\u003e + \ ] 494.8kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1018079,\"total\":1665702},\"progress\":\"[==============================\\u003e + \ ] 1.018MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":27852800,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.85MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":25358,\"total\":2403554},\"progress\":\"[\\u003e + \ ] 25.36kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32866304,\"total\":140240650},\"progress\":\"[===========\\u003e + \ ] 32.87MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":449784,\"total\":2403554},\"progress\":\"[=========\\u003e + \ ] 449.8kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":37879808,\"total\":140240650},\"progress\":\"[=============\\u003e + \ ] 37.88MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1345800,\"total\":2403554},\"progress\":\"[===========================\\u003e + \ ] 1.346MB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22487,\"total\":2150282},\"progress\":\"[\\u003e + \ ] 22.49kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":895241,\"total\":2150282},\"progress\":\"[====================\\u003e + \ ] 895.2kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":114311,\"total\":11042537},\"progress\":\"[\\u003e + \ ] 114.3kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":810232,\"total\":11042537},\"progress\":\"[===\\u003e + \ ] 810.2kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19749,\"total\":1939158},\"progress\":\"[\\u003e + \ ] 19.75kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":363769,\"total\":1939158},\"progress\":\"[=========\\u003e + \ ] 363.8kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3811591,\"total\":11042537},\"progress\":\"[=================\\u003e + \ ] 3.812MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89970,\"total\":8954032},\"progress\":\"[\\u003e + \ ] 89.97kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":41222144,\"total\":140240650},\"progress\":\"[==============\\u003e + \ ] 41.22MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1576185,\"total\":1939158},\"progress\":\"[========================================\\u003e + \ ] 1.576MB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6121735,\"total\":11042537},\"progress\":\"[===========================\\u003e + \ ] 6.122MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":280810,\"total\":8954032},\"progress\":\"[=\\u003e + \ ] 280.8kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":46235648,\"total\":140240650},\"progress\":\"[================\\u003e + \ ] 46.24MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8419591,\"total\":11042537},\"progress\":\"[======================================\\u003e + \ ] 8.42MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":51249152,\"total\":140240650},\"progress\":\"[==================\\u003e + \ ] 51.25MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1059050,\"total\":8954032},\"progress\":\"[=====\\u003e + \ ] 1.059MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9799943,\"total\":11042537},\"progress\":\"[============================================\\u003e + \ ] 9.8MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2517226,\"total\":8954032},\"progress\":\"[==============\\u003e + \ ] 2.517MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4180202,\"total\":8954032},\"progress\":\"[=======================\\u003e + \ ] 4.18MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5044458,\"total\":8954032},\"progress\":\"[============================\\u003e + \ ] 5.044MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110228,\"total\":10967056},\"progress\":\"[\\u003e + \ ] 110.2kB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6711530,\"total\":8954032},\"progress\":\"[=====================================\\u003e + \ ] 6.712MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1030387,\"total\":10967056},\"progress\":\"[====\\u003e + \ ] 1.03MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8083690,\"total\":8954032},\"progress\":\"[=============================================\\u003e + \ ] 8.084MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8954032,\"total\":8954032},\"progress\":\"[==================================================\\u003e] + \ 8.954MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1960179,\"total\":10967056},\"progress\":\"[========\\u003e + \ ] 1.96MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2877683,\"total\":10967056},\"progress\":\"[=============\\u003e + \ ] 2.878MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":55148544,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 55.15MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3795187,\"total\":10967056},\"progress\":\"[=================\\u003e + \ ] 3.795MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":55705600,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 55.71MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4712691,\"total\":10967056},\"progress\":\"[=====================\\u003e + \ ] 4.713MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":61833216,\"total\":140240650},\"progress\":\"[======================\\u003e + \ ] 61.83MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":53886,\"total\":5278058},\"progress\":\"[\\u003e + \ ] 53.89kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5630195,\"total\":10967056},\"progress\":\"[=========================\\u003e + \ ] 5.63MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":66846720,\"total\":140240650},\"progress\":\"[=======================\\u003e + \ ] 66.85MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":740601,\"total\":5278058},\"progress\":\"[=======\\u003e + \ ] 740.6kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6322419,\"total\":10967056},\"progress\":\"[============================\\u003e + \ ] 6.322MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":73531392,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 73.53MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2575609,\"total\":5278058},\"progress\":\"[========================\\u003e + \ ] 2.576MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7239923,\"total\":10967056},\"progress\":\"[=================================\\u003e + \ ] 7.24MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8268019,\"total\":10967056},\"progress\":\"[=====================================\\u003e + \ ] 8.268MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4525305,\"total\":5278058},\"progress\":\"[==========================================\\u003e + \ ] 4.525MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9423091,\"total\":10967056},\"progress\":\"[==========================================\\u003e + \ ] 9.423MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10684659,\"total\":10967056},\"progress\":\"[================================================\\u003e + \ ] 10.68MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":75202560,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 75.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":94231,\"total\":9010523},\"progress\":\"[\\u003e + \ ] 94.23kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":77430784,\"total\":140240650},\"progress\":\"[===========================\\u003e + \ ] 77.43MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964873,\"total\":9010523},\"progress\":\"[=====\\u003e + \ ] 964.9kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3407736},\"progress\":\"[\\u003e + \ ] 34.81kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":79101952,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 79.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5572873,\"total\":9010523},\"progress\":\"[==============================\\u003e + \ ] 5.573MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":147079,\"total\":3407736},\"progress\":\"[==\\u003e + \ ] 147.1kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":80216064,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 80.22MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":772359,\"total\":3407736},\"progress\":\"[===========\\u003e + \ ] 772.4kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1460487,\"total\":3407736},\"progress\":\"[=====================\\u003e + \ ] 1.46MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":81887232,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 81.89MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2435335,\"total\":3407736},\"progress\":\"[===================================\\u003e + \ ] 2.435MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":82444288,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 82.44MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":83001344,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 83MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17144,\"total\":1661545},\"progress\":\"[\\u003e + \ ] 17.14kB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1186057,\"total\":1661545},\"progress\":\"[===================================\\u003e + \ ] 1.186MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":84115456,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 84.12MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19748,\"total\":1927241},\"progress\":\"[\\u003e + \ ] 19.75kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":85229568,\"total\":140240650},\"progress\":\"[==============================\\u003e + \ ] 85.23MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":879864,\"total\":1927241},\"progress\":\"[======================\\u003e + \ ] 879.9kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8881041},\"progress\":\"[\\u003e + \ ] 90.91kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34744,\"total\":3353157},\"progress\":\"[\\u003e + \ ] 34.74kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":88571904,\"total\":140240650},\"progress\":\"[===============================\\u003e + \ ] 88.57MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":770048,\"total\":8881041},\"progress\":\"[====\\u003e + \ ] 770kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":556294,\"total\":3353157},\"progress\":\"[========\\u003e + \ ] 556.3kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":90243072,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 90.24MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1826021,\"total\":3353157},\"progress\":\"[===========================\\u003e + \ ] 1.826MB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1562889,\"total\":8881041},\"progress\":\"[========\\u003e + \ ] 1.563MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":92471296,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 92.47MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2349321,\"total\":8881041},\"progress\":\"[=============\\u003e + \ ] 2.349MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":51147,\"total\":5014690},\"progress\":\"[\\u003e + \ ] 51.15kB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3037449,\"total\":8881041},\"progress\":\"[=================\\u003e + \ ] 3.037MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":97484800,\"total\":140240650},\"progress\":\"[==================================\\u003e + \ ] 97.48MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1436920,\"total\":5014690},\"progress\":\"[==============\\u003e + \ ] 1.437MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3627273,\"total\":8881041},\"progress\":\"[====================\\u003e + \ ] 3.627MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":99155968,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 99.16MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":100270080,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 100.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":101941248,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 101.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":103612416,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 103.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":105283584,\"total\":140240650},\"progress\":\"[=====================================\\u003e + \ ] 105.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3725577,\"total\":8881041},\"progress\":\"[====================\\u003e + \ ] 3.726MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2870520,\"total\":5014690},\"progress\":\"[============================\\u003e + \ ] 2.871MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":109182976,\"total\":140240650},\"progress\":\"[======================================\\u003e + \ ] 109.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5014690,\"total\":5014690},\"progress\":\"[==================================================\\u003e] + \ 5.015MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4413705,\"total\":8881041},\"progress\":\"[========================\\u003e + \ ] 4.414MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":111411200,\"total\":140240650},\"progress\":\"[=======================================\\u003e + \ ] 111.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5101833,\"total\":8881041},\"progress\":\"[============================\\u003e + \ ] 5.102MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5695753,\"total\":8881041},\"progress\":\"[================================\\u003e + \ ] 5.696MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":113082368,\"total\":140240650},\"progress\":\"[========================================\\u003e + \ ] 113.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6387977,\"total\":8881041},\"progress\":\"[===================================\\u003e + \ ] 6.388MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":115310592,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 115.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7366921,\"total\":8881041},\"progress\":\"[=========================================\\u003e + \ ] 7.367MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":117538816,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 117.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":6388},\"progress\":\"[=====\\u003e + \ ] 720B/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8644873,\"total\":8881041},\"progress\":\"[================================================\\u003e + \ ] 8.645MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":119767040,\"total\":140240650},\"progress\":\"[==========================================\\u003e + \ ] 119.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":700,\"total\":6024},\"progress\":\"[=====\\u003e + \ ] 700B/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":120881152,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 120.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3387582},\"progress\":\"[\\u003e + \ ] 34.81kB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":121438208,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 121.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1046792,\"total\":3387582},\"progress\":\"[===============\\u003e + \ ] 1.047MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3387582,\"total\":3387582},\"progress\":\"[==================================================\\u003e] + \ 3.388MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":123109376,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 123.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34763,\"total\":3442285},\"progress\":\"[\\u003e + \ ] 34.76kB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":123666432,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 123.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":69023,\"total\":6719033},\"progress\":\"[\\u003e + \ ] 69.02kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1284363,\"total\":3442285},\"progress\":\"[==================\\u003e + \ ] 1.284MB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":359706,\"total\":6719033},\"progress\":\"[==\\u003e + \ ] 359.7kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":124223488,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 124.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":675065,\"total\":6719033},\"progress\":\"[=====\\u003e + \ ] 675.1kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85773,\"total\":8518577},\"progress\":\"[\\u003e + \ ] 85.77kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1002745,\"total\":6719033},\"progress\":\"[=======\\u003e + \ ] 1.003MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":462073,\"total\":8518577},\"progress\":\"[==\\u003e + \ ] 462.1kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":125337600,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 125.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1412345,\"total\":6719033},\"progress\":\"[==========\\u003e + \ ] 1.412MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4548875,\"total\":8518577},\"progress\":\"[==========================\\u003e + \ ] 4.549MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":125894656,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 125.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7670027,\"total\":8518577},\"progress\":\"[=============================================\\u003e + \ ] 7.67MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1903865,\"total\":6719033},\"progress\":\"[==============\\u003e + \ ] 1.904MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2395385,\"total\":6719033},\"progress\":\"[=================\\u003e + \ ] 2.395MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":126451712,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 126.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2968825,\"total\":6719033},\"progress\":\"[======================\\u003e + \ ] 2.969MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3778828,\"total\":6719033},\"progress\":\"[============================\\u003e + \ ] 3.779MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90168,\"total\":8776512},\"progress\":\"[\\u003e + \ ] 90.17kB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":127008768,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4598028,\"total\":6719033},\"progress\":\"[==================================\\u003e + \ ] 4.598MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1060089,\"total\":8776512},\"progress\":\"[======\\u003e + \ ] 1.06MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":127565824,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":129236992,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 129.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2133241,\"total\":8776512},\"progress\":\"[============\\u003e + \ ] 2.133MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5167372,\"total\":6719033},\"progress\":\"[======================================\\u003e + \ ] 5.167MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6396172,\"total\":6719033},\"progress\":\"[===============================================\\u003e + \ ] 6.396MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6719033,\"total\":6719033},\"progress\":\"[==================================================\\u003e] + \ 6.719MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3684618,\"total\":8776512},\"progress\":\"[====================\\u003e + \ ] 3.685MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":130351104,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 130.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5232906,\"total\":8776512},\"progress\":\"[=============================\\u003e + \ ] 5.233MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8546570,\"total\":8776512},\"progress\":\"[================================================\\u003e + \ ] 8.547MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131465216,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 131.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106019,\"total\":10333354},\"progress\":\"[\\u003e + \ ] 106kB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":132579328,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 132.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1355000,\"total\":10333354},\"progress\":\"[======\\u003e + \ ] 1.355MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":133136384,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1928440,\"total\":10333354},\"progress\":\"[=========\\u003e + \ ] 1.928MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3177720,\"total\":10333354},\"progress\":\"[===============\\u003e + \ ] 3.178MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106762,\"total\":10253599},\"progress\":\"[\\u003e + \ ] 106.8kB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23989,\"total\":2368905},\"progress\":\"[\\u003e + \ ] 23.99kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":133693440,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":686347,\"total\":2368905},\"progress\":\"[==============\\u003e + \ ] 686.3kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4209912,\"total\":10333354},\"progress\":\"[====================\\u003e + \ ] 4.21MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1014022,\"total\":10253599},\"progress\":\"[====\\u003e + \ ] 1.014MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1894667,\"total\":2368905},\"progress\":\"[=======================================\\u003e + \ ] 1.895MB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5356792,\"total\":10333354},\"progress\":\"[=========================\\u003e + \ ] 5.357MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":134250496,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 134.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2046214,\"total\":10253599},\"progress\":\"[=========\\u003e + \ ] 2.046MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7063816,\"total\":10333354},\"progress\":\"[==================================\\u003e + \ ] 7.064MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2734342,\"total\":10253599},\"progress\":\"[=============\\u003e + \ ] 2.734MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":134807552,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 134.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8542472,\"total\":10333354},\"progress\":\"[=========================================\\u003e + \ ] 8.542MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3422470,\"total\":10253599},\"progress\":\"[================\\u003e + \ ] 3.422MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10017032,\"total\":10333354},\"progress\":\"[================================================\\u003e + \ ] 10.02MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4110598,\"total\":10253599},\"progress\":\"[====================\\u003e + \ ] 4.111MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":135364608,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 135.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4798726,\"total\":10253599},\"progress\":\"[=======================\\u003e + \ ] 4.799MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105998,\"total\":10507288},\"progress\":\"[\\u003e + \ ] 106kB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5486854,\"total\":10253599},\"progress\":\"[==========================\\u003e + \ ] 5.487MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1345778,\"total\":10507288},\"progress\":\"[======\\u003e + \ ] 1.346MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6408454,\"total\":10253599},\"progress\":\"[===============================\\u003e + \ ] 6.408MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":135921664,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 135.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3180786,\"total\":10507288},\"progress\":\"[===============\\u003e + \ ] 3.181MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7325958,\"total\":10253599},\"progress\":\"[===================================\\u003e + \ ] 7.326MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4905202,\"total\":10507288},\"progress\":\"[=======================\\u003e + \ ] 4.905MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":136478720,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 136.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8681734,\"total\":10253599},\"progress\":\"[==========================================\\u003e + \ ] 8.682MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6854898,\"total\":10507288},\"progress\":\"[================================\\u003e + \ ] 6.855MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9251078,\"total\":10253599},\"progress\":\"[=============================================\\u003e + \ ] 9.251MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105853,\"total\":10507090},\"progress\":\"[\\u003e + \ ] 105.9kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":137035776,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 137MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8808690,\"total\":10507288},\"progress\":\"[=========================================\\u003e + \ ] 8.809MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":560376,\"total\":10507090},\"progress\":\"[==\\u003e + \ ] 560.4kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1133816,\"total\":10507090},\"progress\":\"[=====\\u003e + \ ] 1.134MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":137592832,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 137.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1927432,\"total\":10507090},\"progress\":\"[=========\\u003e + \ ] 1.927MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2951432,\"total\":10507090},\"progress\":\"[==============\\u003e + \ ] 2.951MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4327688,\"total\":10507090},\"progress\":\"[====================\\u003e + \ ] 4.328MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5585160,\"total\":10507090},\"progress\":\"[==========================\\u003e + \ ] 5.585MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7756040,\"total\":10507090},\"progress\":\"[====================================\\u003e + \ ] 7.756MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10283272,\"total\":10507090},\"progress\":\"[================================================\\u003e + \ ] 10.28MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10507090,\"total\":10507090},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22455,\"total\":2134896},\"progress\":\"[\\u003e + \ ] 22.45kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":765145,\"total\":2134896},\"progress\":\"[=================\\u003e + \ ] 765.1kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2134896,\"total\":2134896},\"progress\":\"[==================================================\\u003e] + \ 2.135MB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":138149888,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 138.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21904,\"total\":2100107},\"progress\":\"[\\u003e + \ ] 21.9kB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1304842,\"total\":2100107},\"progress\":\"[===============================\\u003e + \ ] 1.305MB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22486,\"total\":2135758},\"progress\":\"[\\u003e + \ ] 22.49kB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1292552,\"total\":2135758},\"progress\":\"[==============================\\u003e + \ ] 1.293MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2135758,\"total\":2135758},\"progress\":\"[==================================================\\u003e] + \ 2.136MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":138706944,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 138.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":180012,\"total\":17835616},\"progress\":\"[\\u003e + \ ] 180kB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2181383,\"total\":17835616},\"progress\":\"[======\\u003e + \ ] 2.181MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5482759,\"total\":17835616},\"progress\":\"[===============\\u003e + \ ] 5.483MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8374535,\"total\":17835616},\"progress\":\"[=======================\\u003e + \ ] 8.375MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12007687,\"total\":17835616},\"progress\":\"[=================================\\u003e + \ ] 12.01MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21118,\"total\":2101827},\"progress\":\"[\\u003e + \ ] 21.12kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":139264000,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 139.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14727431,\"total\":17835616},\"progress\":\"[=========================================\\u003e + \ ] 14.73MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":232697,\"total\":2101827},\"progress\":\"[=====\\u003e + \ ] 232.7kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16726279,\"total\":17835616},\"progress\":\"[==============================================\\u003e + \ ] 16.73MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":724217,\"total\":2101827},\"progress\":\"[=================\\u003e + \ ] 724.2kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":139821056,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 139.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1412345,\"total\":2101827},\"progress\":\"[=================================\\u003e + \ ] 1.412MB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":140240650,\"total\":140240650},\"progress\":\"[==================================================\\u003e] + \ 140.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90002,\"total\":8676127},\"progress\":\"[\\u003e + \ ] 90kB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11530976},\"progress\":\"[\\u003e + \ ] 131.1kB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2046218,\"total\":8676127},\"progress\":\"[===========\\u003e + \ ] 2.046MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1441792,\"total\":11530976},\"progress\":\"[======\\u003e + \ ] 1.442MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3713290,\"total\":8676127},\"progress\":\"[=====================\\u003e + \ ] 3.713MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106019,\"total\":10574680},\"progress\":\"[\\u003e + \ ] 106kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6815744,\"total\":11530976},\"progress\":\"[=============================\\u003e + \ ] 6.816MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11530976,\"total\":11530976},\"progress\":\"[==================================================\\u003e] + \ 11.53MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11530976,\"total\":11530976},\"progress\":\"[==================================================\\u003e] + \ 11.53MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5229051},\"progress\":\"[\\u003e + \ ] 65.54kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5781770,\"total\":8676127},\"progress\":\"[=================================\\u003e + \ ] 5.782MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":212781,\"total\":10574680},\"progress\":\"[=\\u003e + \ ] 212.8kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8227082,\"total\":8676127},\"progress\":\"[===============================================\\u003e + \ ] 8.227MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5229051},\"progress\":\"[===================\\u003e + \ ] 2.032MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":552184,\"total\":10574680},\"progress\":\"[==\\u003e + \ ] 552.2kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5229051,\"total\":5229051},\"progress\":\"[==================================================\\u003e] + \ 5.229MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1125624,\"total\":10574680},\"progress\":\"[=====\\u003e + \ ] 1.126MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1813752,\"total\":10574680},\"progress\":\"[========\\u003e + \ ] 1.814MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5230450},\"progress\":\"[\\u003e + \ ] 65.54kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2731256,\"total\":10574680},\"progress\":\"[============\\u003e + \ ] 2.731MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5230450},\"progress\":\"[===================\\u003e + \ ] 2.032MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5230450,\"total\":5230450},\"progress\":\"[==================================================\\u003e] + \ 5.23MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4102408,\"total\":10574680},\"progress\":\"[===================\\u003e + \ ] 4.102MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85731,\"total\":8517358},\"progress\":\"[\\u003e + \ ] 85.73kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5368072,\"total\":10574680},\"progress\":\"[=========================\\u003e + \ ] 5.368MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654543,\"total\":8517358},\"progress\":\"[===\\u003e + \ ] 654.5kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5182643},\"progress\":\"[\\u003e + \ ] 65.54kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6629640,\"total\":10574680},\"progress\":\"[===============================\\u003e + \ ] 6.63MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3287264,\"total\":8517358},\"progress\":\"[===================\\u003e + \ ] 3.287MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":5182643},\"progress\":\"[=====================\\u003e + \ ] 2.228MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5182643,\"total\":5182643},\"progress\":\"[==================================================\\u003e] + \ 5.183MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4163808,\"total\":8517358},\"progress\":\"[========================\\u003e + \ ] 4.164MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7432456,\"total\":10574680},\"progress\":\"[===================================\\u003e + \ ] 7.432MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":6049034},\"progress\":\"[\\u003e + \ ] 65.54kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5540064,\"total\":8517358},\"progress\":\"[================================\\u003e + \ ] 5.54MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8579336,\"total\":10574680},\"progress\":\"[========================================\\u003e + \ ] 8.579MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7702752,\"total\":8517358},\"progress\":\"[=============================================\\u003e + \ ] 7.703MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2686976,\"total\":6049034},\"progress\":\"[======================\\u003e + \ ] 2.687MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10070280,\"total\":10574680},\"progress\":\"[===============================================\\u003e + \ ] 10.07MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6049034,\"total\":6049034},\"progress\":\"[==================================================\\u003e] + \ 6.049MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10768502},\"progress\":\"[\\u003e + \ ] 131.1kB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":10768502},\"progress\":\"[==========================\\u003e + \ ] 5.767MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10768502,\"total\":10768502},\"progress\":\"[==================================================\\u003e] + \ 10.77MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":86681,\"total\":8516763},\"progress\":\"[\\u003e + \ ] 86.68kB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110249,\"total\":10733712},\"progress\":\"[\\u003e + \ ] 110.2kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1540096,\"total\":8516763},\"progress\":\"[=========\\u003e + \ ] 1.54MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":687386,\"total\":10733712},\"progress\":\"[===\\u003e + \ ] 687.4kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2607369,\"total\":8516763},\"progress\":\"[===============\\u003e + \ ] 2.607MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1259785,\"total\":10733712},\"progress\":\"[=====\\u003e + \ ] 1.26MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5417225,\"total\":8516763},\"progress\":\"[===============================\\u003e + \ ] 5.417MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2300169,\"total\":10733712},\"progress\":\"[==========\\u003e + \ ] 2.3MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7088393,\"total\":8516763},\"progress\":\"[=========================================\\u003e + \ ] 7.088MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3213577,\"total\":10733712},\"progress\":\"[==============\\u003e + \ ] 3.214MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4253961,\"total\":10733712},\"progress\":\"[===================\\u003e + \ ] 4.254MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8773101},\"progress\":\"[\\u003e + \ ] 98.3kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5859593,\"total\":10733712},\"progress\":\"[===========================\\u003e + \ ] 5.86MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5799936,\"total\":8773101},\"progress\":\"[=================================\\u003e + \ ] 5.8MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7928073,\"total\":10733712},\"progress\":\"[====================================\\u003e + \ ] 7.928MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8773101,\"total\":8773101},\"progress\":\"[==================================================\\u003e] + \ 8.773MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":180013,\"total\":17836362},\"progress\":\"[\\u003e + \ ] 180kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10348809,\"total\":10733712},\"progress\":\"[================================================\\u003e + \ ] 10.35MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":359705,\"total\":17836362},\"progress\":\"[=\\u003e + \ ] 359.7kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105977,\"total\":10375760},\"progress\":\"[\\u003e + \ ] 106kB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720120,\"total\":17836362},\"progress\":\"[==\\u003e + \ ] 720.1kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2050269,\"total\":10375760},\"progress\":\"[=========\\u003e + \ ] 2.05MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1260792,\"total\":17836362},\"progress\":\"[===\\u003e + \ ] 1.261MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5716189,\"total\":10375760},\"progress\":\"[===========================\\u003e + \ ] 5.716MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1801464,\"total\":17836362},\"progress\":\"[=====\\u003e + \ ] 1.801MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4119659},\"progress\":\"[\\u003e + \ ] 65.54kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8812765,\"total\":10375760},\"progress\":\"[==========================================\\u003e + \ ] 8.813MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2342136,\"total\":17836362},\"progress\":\"[======\\u003e + \ ] 2.342MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1825222},\"progress\":\"[\\u003e + \ ] 19.17kB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":4119659},\"progress\":\"[===========================\\u003e + \ ] 2.228MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4119659,\"total\":4119659},\"progress\":\"[==================================================\\u003e] + \ 4.12MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4119659,\"total\":4119659},\"progress\":\"[==================================================\\u003e] + \ 4.12MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2882808,\"total\":17836362},\"progress\":\"[========\\u003e + \ ] 2.883MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1486031,\"total\":1825222},\"progress\":\"[========================================\\u003e + \ ] 1.486MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3783928,\"total\":17836362},\"progress\":\"[==========\\u003e + \ ] 3.784MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4120757},\"progress\":\"[\\u003e + \ ] 65.54kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4864263,\"total\":17836362},\"progress\":\"[=============\\u003e + \ ] 4.864MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":4120757},\"progress\":\"[===========================\\u003e + \ ] 2.228MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4120757,\"total\":4120757},\"progress\":\"[==================================================\\u003e] + \ 4.121MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4120757,\"total\":4120757},\"progress\":\"[==================================================\\u003e] + \ 4.121MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6494471,\"total\":17836362},\"progress\":\"[==================\\u003e + \ ] 6.494MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85731,\"total\":8532152},\"progress\":\"[\\u003e + \ ] 85.73kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7760135,\"total\":17836362},\"progress\":\"[=====================\\u003e + \ ] 7.76MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3604943},\"progress\":\"[\\u003e + \ ] 65.54kB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":650447,\"total\":8532152},\"progress\":\"[===\\u003e + \ ] 650.4kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2705631,\"total\":8532152},\"progress\":\"[===============\\u003e + \ ] 2.706MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21251,\"total\":2014841},\"progress\":\"[\\u003e + \ ] 21.25kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1966080,\"total\":3604943},\"progress\":\"[===========================\\u003e + \ ] 1.966MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9201927,\"total\":17836362},\"progress\":\"[=========================\\u003e + \ ] 9.202MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3604943,\"total\":3604943},\"progress\":\"[==================================================\\u003e] + \ 3.605MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5933279,\"total\":8532152},\"progress\":\"[==================================\\u003e + \ ] 5.933MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":228633,\"total\":2014841},\"progress\":\"[=====\\u003e + \ ] 228.6kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11553031,\"total\":17836362},\"progress\":\"[================================\\u003e + \ ] 11.55MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3380788},\"progress\":\"[\\u003e + \ ] 65.54kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6809823,\"total\":8532152},\"progress\":\"[=======================================\\u003e + \ ] 6.81MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654584,\"total\":2014841},\"progress\":\"[================\\u003e + \ ] 654.6kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12814599,\"total\":17836362},\"progress\":\"[===================================\\u003e + \ ] 12.81MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8071391,\"total\":8532152},\"progress\":\"[===============================================\\u003e + \ ] 8.071MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8532152,\"total\":8532152},\"progress\":\"[==================================================\\u003e] + \ 8.532MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1113336,\"total\":2014841},\"progress\":\"[===========================\\u003e + \ ] 1.113MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15194375,\"total\":17836362},\"progress\":\"[==========================================\\u003e + \ ] 15.19MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10328723},\"progress\":\"[\\u003e + \ ] 131.1kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1473784,\"total\":2014841},\"progress\":\"[====================================\\u003e + \ ] 1.474MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16820487,\"total\":17836362},\"progress\":\"[===============================================\\u003e + \ ] 16.82MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":10328723},\"progress\":\"[===========================\\u003e + \ ] 5.636MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1867000,\"total\":2014841},\"progress\":\"[==============================================\\u003e + \ ] 1.867MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10328723,\"total\":10328723},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10328723,\"total\":10328723},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18338,\"total\":1743403},\"progress\":\"[\\u003e + \ ] 18.34kB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1641679,\"total\":1743403},\"progress\":\"[===============================================\\u003e + \ ] 1.642MB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18514,\"total\":1820134},\"progress\":\"[\\u003e + \ ] 18.51kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18472,\"total\":1742851},\"progress\":\"[\\u003e + \ ] 18.47kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":392474,\"total\":1820134},\"progress\":\"[==========\\u003e + \ ] 392.5kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":343280,\"total\":1742851},\"progress\":\"[=========\\u003e + \ ] 343.3kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":9744271},\"progress\":\"[\\u003e + \ ] 98.3kB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":965872,\"total\":1742851},\"progress\":\"[===========================\\u003e + \ ] 965.9kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3244032,\"total\":9744271},\"progress\":\"[================\\u003e + \ ] 3.244MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1742851,\"total\":1742851},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9437184,\"total\":9744271},\"progress\":\"[================================================\\u003e + \ ] 9.437MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9744271,\"total\":9744271},\"progress\":\"[==================================================\\u003e] + \ 9.744MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1821101},\"progress\":\"[\\u003e + \ ] 19.17kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19749,\"total\":1886268},\"progress\":\"[\\u003e + \ ] 19.75kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4986975},\"progress\":\"[\\u003e + \ ] 65.54kB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":4986975},\"progress\":\"[====================\\u003e + \ ] 2.032MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4986975,\"total\":4986975},\"progress\":\"[==================================================\\u003e] + \ 4.987MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2211337},\"progress\":\"[\\u003e + \ ] 32.77kB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":360448,\"total\":1821101},\"progress\":\"[=========\\u003e + \ ] 360.4kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2211337,\"total\":2211337},\"progress\":\"[==================================================\\u003e] + \ 2.211MB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8929617},\"progress\":\"[\\u003e + \ ] 98.3kB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8929617},\"progress\":\"[===============================\\u003e + \ ] 5.702MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8929617,\"total\":8929617},\"progress\":\"[==================================================\\u003e] + \ 8.93MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18513,\"total\":1820839},\"progress\":\"[\\u003e + \ ] 18.51kB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8893487},\"progress\":\"[\\u003e + \ ] 98.3kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8893487},\"progress\":\"[================================\\u003e + \ ] 5.702MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8893487,\"total\":8893487},\"progress\":\"[==================================================\\u003e] + \ 8.893MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34764,\"total\":3395117},\"progress\":\"[\\u003e + \ ] 34.76kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":13037,\"total\":1196611},\"progress\":\"[\\u003e + \ ] 13.04kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":294164,\"total\":1196611},\"progress\":\"[============\\u003e + \ ] 294.2kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81544,\"total\":1886268},\"progress\":\"[==\\u003e + \ ] 81.54kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":650489,\"total\":3395117},\"progress\":\"[=========\\u003e + \ ] 650.5kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1178900,\"total\":1196611},\"progress\":\"[=================================================\\u003e + ] 1.179MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2456825,\"total\":3395117},\"progress\":\"[====================================\\u003e + \ ] 2.457MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11636312},\"progress\":\"[\\u003e + \ ] 131.1kB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3801088,\"total\":11636312},\"progress\":\"[================\\u003e + \ ] 3.801MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9830400,\"total\":11636312},\"progress\":\"[==========================================\\u003e + \ ] 9.83MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11636312,\"total\":11636312},\"progress\":\"[==================================================\\u003e] + \ 11.64MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":55254,\"total\":5500330},\"progress\":\"[\\u003e + \ ] 55.25kB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33395,\"total\":3276712},\"progress\":\"[\\u003e + \ ] 33.4kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1476872,\"total\":5500330},\"progress\":\"[=============\\u003e + \ ] 1.477MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":769306,\"total\":3276712},\"progress\":\"[===========\\u003e + \ ] 769.3kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3418376,\"total\":5500330},\"progress\":\"[===============================\\u003e + \ ] 3.418MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1494265,\"total\":3276712},\"progress\":\"[======================\\u003e + \ ] 1.494MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2369800,\"total\":3276712},\"progress\":\"[====================================\\u003e + \ ] 2.37MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3094792,\"total\":3276712},\"progress\":\"[===============================================\\u003e + \ ] 3.095MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11011662},\"progress\":\"[\\u003e + \ ] 131.1kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":11011662},\"progress\":\"[==========================\\u003e + \ ] 5.898MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":142851,\"total\":1886268},\"progress\":\"[===\\u003e + \ ] 142.9kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11011662,\"total\":11011662},\"progress\":\"[==================================================\\u003e] + \ 11.01MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18514,\"total\":1820818},\"progress\":\"[\\u003e + \ ] 18.51kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":486649,\"total\":1820818},\"progress\":\"[=============\\u003e + \ ] 486.6kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1820482},\"progress\":\"[\\u003e + \ ] 19.17kB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1136906,\"total\":1820482},\"progress\":\"[===============================\\u003e + \ ] 1.137MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33395,\"total\":3298905},\"progress\":\"[\\u003e + \ ] 33.4kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":936201,\"total\":3298905},\"progress\":\"[==============\\u003e + \ ] 936.2kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3298905,\"total\":3298905},\"progress\":\"[==================================================\\u003e] + \ 3.299MB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4431949},\"progress\":\"[\\u003e + \ ] 65.54kB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2293760,\"total\":4431949},\"progress\":\"[=========================\\u003e + \ ] 2.294MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4431949,\"total\":4431949},\"progress\":\"[==================================================\\u003e] + \ 4.432MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1665702},\"progress\":\"[\\u003e + \ ] 32.77kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30689,\"total\":2978678},\"progress\":\"[\\u003e + \ ] 30.69kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1939158},\"progress\":\"[\\u003e + \ ] 32.77kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1939158,\"total\":1939158},\"progress\":\"[==================================================\\u003e] + \ 1.939MB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":826616,\"total\":2978678},\"progress\":\"[=============\\u003e + \ ] 826.6kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2039032,\"total\":2978678},\"progress\":\"[==================================\\u003e + \ ] 2.039MB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2403554},\"progress\":\"[\\u003e + \ ] 32.77kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2403554,\"total\":2403554},\"progress\":\"[==================================================\\u003e] + \ 2.404MB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2150282},\"progress\":\"[\\u003e + \ ] 32.77kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2150282,\"total\":2150282},\"progress\":\"[==================================================\\u003e] + \ 2.15MB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110248,\"total\":10981132},\"progress\":\"[\\u003e + \ ] 110.2kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118705,\"total\":11496075},\"progress\":\"[\\u003e + \ ] 118.7kB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":916728,\"total\":10981132},\"progress\":\"[====\\u003e + \ ] 916.7kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1293559,\"total\":11496075},\"progress\":\"[=====\\u003e + \ ] 1.294MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11042537},\"progress\":\"[\\u003e + \ ] 131.1kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1719544,\"total\":10981132},\"progress\":\"[=======\\u003e + \ ] 1.72MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5505024,\"total\":11042537},\"progress\":\"[========================\\u003e + \ ] 5.505MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2866423,\"total\":11496075},\"progress\":\"[============\\u003e + \ ] 2.866MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118507,\"total\":11728043},\"progress\":\"[\\u003e + \ ] 118.5kB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2771209,\"total\":10981132},\"progress\":\"[============\\u003e + \ ] 2.771MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11042537,\"total\":11042537},\"progress\":\"[==================================================\\u003e] + \ 11.04MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4430086,\"total\":11496075},\"progress\":\"[===================\\u003e + \ ] 4.43MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3913993,\"total\":10981132},\"progress\":\"[=================\\u003e + \ ] 3.914MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1035479,\"total\":11728043},\"progress\":\"[====\\u003e + \ ] 1.035MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5990662,\"total\":11496075},\"progress\":\"[==========================\\u003e + \ ] 5.991MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6514950,\"total\":11496075},\"progress\":\"[============================\\u003e + \ ] 6.515MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1559767,\"total\":11728043},\"progress\":\"[======\\u003e + \ ] 1.56MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4602121,\"total\":10981132},\"progress\":\"[====================\\u003e + \ ] 4.602MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5863689,\"total\":10981132},\"progress\":\"[==========================\\u003e + \ ] 5.864MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7563526,\"total\":11496075},\"progress\":\"[================================\\u003e + \ ] 7.564MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2205935,\"total\":11728043},\"progress\":\"[=========\\u003e + \ ] 2.206MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8743174,\"total\":11496075},\"progress\":\"[======================================\\u003e + \ ] 8.743MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7481609,\"total\":10981132},\"progress\":\"[==================================\\u003e + \ ] 7.482MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3115247,\"total\":11728043},\"progress\":\"[=============\\u003e + \ ] 3.115MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9529606,\"total\":11496075},\"progress\":\"[=========================================\\u003e + \ ] 9.53MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3901679,\"total\":11728043},\"progress\":\"[================\\u003e + \ ] 3.902MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8624393,\"total\":10981132},\"progress\":\"[=======================================\\u003e + \ ] 8.624MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10438918,\"total\":11496075},\"progress\":\"[=============================================\\u003e + \ ] 10.44MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4950255,\"total\":11728043},\"progress\":\"[=====================\\u003e + \ ] 4.95MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10369289,\"total\":10981132},\"progress\":\"[===============================================\\u003e + \ ] 10.37MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8954032},\"progress\":\"[\\u003e + \ ] 98.3kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11487494,\"total\":11496075},\"progress\":\"[=================================================\\u003e + ] 11.49MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5994735,\"total\":11728043},\"progress\":\"[=========================\\u003e + \ ] 5.995MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5406720,\"total\":8954032},\"progress\":\"[==============================\\u003e + \ ] 5.407MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7551215,\"total\":11728043},\"progress\":\"[================================\\u003e + \ ] 7.551MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8954032,\"total\":8954032},\"progress\":\"[==================================================\\u003e] + \ 8.954MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9373935,\"total\":11728043},\"progress\":\"[=======================================\\u003e + \ ] 9.374MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11589871,\"total\":11728043},\"progress\":\"[=================================================\\u003e + ] 11.59MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118540,\"total\":11728621},\"progress\":\"[\\u003e + \ ] 118.5kB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21220,\"total\":2099197},\"progress\":\"[\\u003e + \ ] 21.22kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1166584,\"total\":11728621},\"progress\":\"[====\\u003e + \ ] 1.167MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654553,\"total\":2099197},\"progress\":\"[===============\\u003e + \ ] 654.6kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2464012,\"total\":11728621},\"progress\":\"[==========\\u003e + \ ] 2.464MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1342681,\"total\":2099197},\"progress\":\"[===============================\\u003e + \ ] 1.343MB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10967056},\"progress\":\"[\\u003e + \ ] 131.1kB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4028684,\"total\":11728621},\"progress\":\"[=================\\u003e + \ ] 4.029MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90156,\"total\":8674271},\"progress\":\"[\\u003e + \ ] 90.16kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":10967056},\"progress\":\"[=========================\\u003e + \ ] 5.636MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5986572,\"total\":11728621},\"progress\":\"[=========================\\u003e + \ ] 5.987MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10967056,\"total\":10967056},\"progress\":\"[==================================================\\u003e] + \ 10.97MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":965902,\"total\":8674271},\"progress\":\"[=====\\u003e + \ ] 965.9kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7559436,\"total\":11728621},\"progress\":\"[================================\\u003e + \ ] 7.559MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1850638,\"total\":8674271},\"progress\":\"[==========\\u003e + \ ] 1.851MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9251084,\"total\":11728621},\"progress\":\"[=======================================\\u003e + \ ] 9.251MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2727149,\"total\":8674271},\"progress\":\"[===============\\u003e + \ ] 2.727MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11728621,\"total\":11728621},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8892057},\"progress\":\"[\\u003e + \ ] 90.91kB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3615981,\"total\":8674271},\"progress\":\"[====================\\u003e + \ ] 3.616MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1359096,\"total\":8892057},\"progress\":\"[=======\\u003e + \ ] 1.359MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5090541,\"total\":8674271},\"progress\":\"[=============================\\u003e + \ ] 5.091MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3016969,\"total\":8892057},\"progress\":\"[================\\u003e + \ ] 3.017MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6368493,\"total\":8674271},\"progress\":\"[====================================\\u003e + \ ] 6.368MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4589833,\"total\":8892057},\"progress\":\"[=========================\\u003e + \ ] 4.59MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7727358,\"total\":8674271},\"progress\":\"[============================================\\u003e + \ ] 7.727MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5278058},\"progress\":\"[\\u003e + \ ] 65.54kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":5278058},\"progress\":\"[=====================\\u003e + \ ] 2.228MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8120574,\"total\":8674271},\"progress\":\"[==============================================\\u003e + \ ] 8.121MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5851401,\"total\":8892057},\"progress\":\"[================================\\u003e + \ ] 5.851MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5278058,\"total\":5278058},\"progress\":\"[==================================================\\u003e] + \ 5.278MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90002,\"total\":8891888},\"progress\":\"[\\u003e + \ ] 90kB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7805193,\"total\":8892057},\"progress\":\"[===========================================\\u003e + \ ] 7.805MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1260793,\"total\":8891888},\"progress\":\"[=======\\u003e + \ ] 1.261MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3407736},\"progress\":\"[\\u003e + \ ] 65.54kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2922761,\"total\":8891888},\"progress\":\"[================\\u003e + \ ] 2.923MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5269769,\"total\":8891888},\"progress\":\"[=============================\\u003e + \ ] 5.27MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":9010523},\"progress\":\"[\\u003e + \ ] 98.3kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7616777,\"total\":8891888},\"progress\":\"[==========================================\\u003e + \ ] 7.617MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5406720,\"total\":9010523},\"progress\":\"[==============================\\u003e + \ ] 5.407MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9010523,\"total\":9010523},\"progress\":\"[==================================================\\u003e] + \ 9.011MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8881041},\"progress\":\"[\\u003e + \ ] 98.3kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8881041},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8881041,\"total\":8881041},\"progress\":\"[==================================================\\u003e] + \ 8.881MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1661545},\"progress\":\"[\\u003e + \ ] 32.77kB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1661545,\"total\":1661545},\"progress\":\"[==================================================\\u003e] + \ 1.662MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1661545,\"total\":1661545},\"progress\":\"[==================================================\\u003e] + \ 1.662MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1927241},\"progress\":\"[\\u003e + \ ] 32.77kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1927241,\"total\":1927241},\"progress\":\"[==================================================\\u003e] + \ 1.927MB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1927241,\"total\":1927241},\"progress\":\"[==================================================\\u003e] + \ 1.927MB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3353157},\"progress\":\"[\\u003e + \ ] 65.54kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3353157,\"total\":3353157},\"progress\":\"[==================================================\\u003e] + \ 3.353MB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5014690},\"progress\":\"[\\u003e + \ ] 65.54kB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2097152,\"total\":5014690},\"progress\":\"[====================\\u003e + \ ] 2.097MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5014690,\"total\":5014690},\"progress\":\"[==================================================\\u003e] + \ 5.015MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3387582},\"progress\":\"[\\u003e + \ ] 65.54kB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3387582,\"total\":3387582},\"progress\":\"[==================================================\\u003e] + \ 3.388MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":6719033},\"progress\":\"[\\u003e + \ ] 98.3kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2162688,\"total\":6719033},\"progress\":\"[================\\u003e + \ ] 2.163MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6719033,\"total\":6719033},\"progress\":\"[==================================================\\u003e] + \ 6.719MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3442285},\"progress\":\"[\\u003e + \ ] 65.54kB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3442285,\"total\":3442285},\"progress\":\"[==================================================\\u003e] + \ 3.442MB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8518577},\"progress\":\"[\\u003e + \ ] 98.3kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8518577},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8518577,\"total\":8518577},\"progress\":\"[==================================================\\u003e] + \ 8.519MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8776512},\"progress\":\"[\\u003e + \ ] 98.3kB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5996544,\"total\":8776512},\"progress\":\"[==================================\\u003e + \ ] 5.997MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8776512,\"total\":8776512},\"progress\":\"[==================================================\\u003e] + \ 8.777MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2368905},\"progress\":\"[\\u003e + \ ] 32.77kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2368905,\"total\":2368905},\"progress\":\"[==================================================\\u003e] + \ 2.369MB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10333354},\"progress\":\"[\\u003e + \ ] 131.1kB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1572864,\"total\":10333354},\"progress\":\"[=======\\u003e + \ ] 1.573MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7471104,\"total\":10333354},\"progress\":\"[====================================\\u003e + \ ] 7.471MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10333354,\"total\":10333354},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10333354,\"total\":10333354},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10253599},\"progress\":\"[\\u003e + \ ] 131.1kB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10253599},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7995392,\"total\":10253599},\"progress\":\"[======================================\\u003e + \ ] 7.995MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10253599,\"total\":10253599},\"progress\":\"[==================================================\\u003e] + \ 10.25MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10507288},\"progress\":\"[\\u003e + \ ] 131.1kB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10507288},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7471104,\"total\":10507288},\"progress\":\"[===================================\\u003e + \ ] 7.471MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10507288,\"total\":10507288},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10507090},\"progress\":\"[\\u003e + \ ] 131.1kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10507090},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7602176,\"total\":10507090},\"progress\":\"[====================================\\u003e + \ ] 7.602MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10507090,\"total\":10507090},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2135758},\"progress\":\"[\\u003e + \ ] 32.77kB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2135758,\"total\":2135758},\"progress\":\"[==================================================\\u003e] + \ 2.136MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2134896},\"progress\":\"[\\u003e + \ ] 32.77kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2134896,\"total\":2134896},\"progress\":\"[==================================================\\u003e] + \ 2.135MB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2100107},\"progress\":\"[\\u003e + \ ] 32.77kB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2100107,\"total\":2100107},\"progress\":\"[==================================================\\u003e] + \ 2.1MB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":196608,\"total\":17835616},\"progress\":\"[\\u003e + \ ] 196.6kB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":17835616},\"progress\":\"[================\\u003e + \ ] 5.898MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11403264,\"total\":17835616},\"progress\":\"[===============================\\u003e + \ ] 11.4MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17498112,\"total\":17835616},\"progress\":\"[=================================================\\u003e + ] 17.5MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17835616,\"total\":17835616},\"progress\":\"[==================================================\\u003e] + \ 17.84MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":196608,\"total\":17836362},\"progress\":\"[\\u003e + \ ] 196.6kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5505024,\"total\":17836362},\"progress\":\"[===============\\u003e + \ ] 5.505MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11403264,\"total\":17836362},\"progress\":\"[===============================\\u003e + \ ] 11.4MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17104896,\"total\":17836362},\"progress\":\"[===============================================\\u003e + \ ] 17.1MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17836362,\"total\":17836362},\"progress\":\"[==================================================\\u003e] + \ 17.84MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2101827},\"progress\":\"[\\u003e + \ ] 32.77kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2101827,\"total\":2101827},\"progress\":\"[==================================================\\u003e] + \ 2.102MB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8676127},\"progress\":\"[\\u003e + \ ] 98.3kB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":8676127},\"progress\":\"[=================================\\u003e + \ ] 5.898MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8676127,\"total\":8676127},\"progress\":\"[==================================================\\u003e] + \ 8.676MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10574680},\"progress\":\"[\\u003e + \ ] 131.1kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":10574680},\"progress\":\"[===========================\\u003e + \ ] 5.767MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10574680,\"total\":10574680},\"progress\":\"[==================================================\\u003e] + \ 10.57MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8517358},\"progress\":\"[\\u003e + \ ] 98.3kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":8517358},\"progress\":\"[==================================\\u003e + \ ] 5.898MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8517358,\"total\":8517358},\"progress\":\"[==================================================\\u003e] + \ 8.517MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10733712},\"progress\":\"[\\u003e + \ ] 131.1kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":10733712},\"progress\":\"[===========================\\u003e + \ ] 5.898MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10733712,\"total\":10733712},\"progress\":\"[==================================================\\u003e] + \ 10.73MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10733712,\"total\":10733712},\"progress\":\"[==================================================\\u003e] + \ 10.73MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8516763},\"progress\":\"[\\u003e + \ ] 98.3kB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8516763},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8516763,\"total\":8516763},\"progress\":\"[==================================================\\u003e] + \ 8.517MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10375760},\"progress\":\"[\\u003e + \ ] 131.1kB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5242880,\"total\":10375760},\"progress\":\"[=========================\\u003e + \ ] 5.243MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10375760,\"total\":10375760},\"progress\":\"[==================================================\\u003e] + \ 10.38MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1825222},\"progress\":\"[\\u003e + \ ] 32.77kB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1825222,\"total\":1825222},\"progress\":\"[==================================================\\u003e] + \ 1.825MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1825222,\"total\":1825222},\"progress\":\"[==================================================\\u003e] + \ 1.825MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8532152},\"progress\":\"[\\u003e + \ ] 98.3kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8532152},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8532152,\"total\":8532152},\"progress\":\"[==================================================\\u003e] + \ 8.532MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2014841},\"progress\":\"[\\u003e + \ ] 32.77kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2014841,\"total\":2014841},\"progress\":\"[==================================================\\u003e] + \ 2.015MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1743403},\"progress\":\"[\\u003e + \ ] 32.77kB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1743403,\"total\":1743403},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820134},\"progress\":\"[\\u003e + \ ] 32.77kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820134,\"total\":1820134},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1742851},\"progress\":\"[\\u003e + \ ] 32.77kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1742851,\"total\":1742851},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1821101},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1886268},\"progress\":\"[\\u003e + \ ] 32.77kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1886268,\"total\":1886268},\"progress\":\"[==================================================\\u003e] + \ 1.886MB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820839},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3395117},\"progress\":\"[\\u003e + \ ] 65.54kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1900544,\"total\":3395117},\"progress\":\"[===========================\\u003e + \ ] 1.901MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3395117,\"total\":3395117},\"progress\":\"[==================================================\\u003e] + \ 3.395MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3395117,\"total\":3395117},\"progress\":\"[==================================================\\u003e] + \ 3.395MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1196611},\"progress\":\"[=\\u003e + \ ] 32.77kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1196611,\"total\":1196611},\"progress\":\"[==================================================\\u003e] + \ 1.197MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1196611,\"total\":1196611},\"progress\":\"[==================================================\\u003e] + \ 1.197MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5500330},\"progress\":\"[\\u003e + \ ] 65.54kB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5500330},\"progress\":\"[==================\\u003e + \ ] 2.032MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5500330,\"total\":5500330},\"progress\":\"[==================================================\\u003e] + \ 5.5MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5500330,\"total\":5500330},\"progress\":\"[==================================================\\u003e] + \ 5.5MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":3276712},\"progress\":\"[\\u003e + \ ] 32.77kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3276712,\"total\":3276712},\"progress\":\"[==================================================\\u003e] + \ 3.277MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820818},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820818,\"total\":1820818},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820818,\"total\":1820818},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820482},\"progress\":\"[\\u003e + \ ] 32.77kB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820482,\"total\":1820482},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820482,\"total\":1820482},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3298905},\"progress\":\"[\\u003e + \ ] 65.54kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3298905,\"total\":3298905},\"progress\":\"[==================================================\\u003e] + \ 3.299MB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10981132},\"progress\":\"[\\u003e + \ ] 131.1kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":10981132},\"progress\":\"[==========================\\u003e + \ ] 5.898MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10981132,\"total\":10981132},\"progress\":\"[==================================================\\u003e] + \ 10.98MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2978678},\"progress\":\"[\\u003e + \ ] 32.77kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2978678,\"total\":2978678},\"progress\":\"[==================================================\\u003e] + \ 2.979MB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11496075},\"progress\":\"[\\u003e + \ ] 131.1kB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":11496075},\"progress\":\"[========================\\u003e + \ ] 5.636MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11141120,\"total\":11496075},\"progress\":\"[================================================\\u003e + \ ] 11.14MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11496075,\"total\":11496075},\"progress\":\"[==================================================\\u003e] + \ 11.5MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11728043},\"progress\":\"[\\u003e + \ ] 131.1kB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":11728043},\"progress\":\"[========================\\u003e + \ ] 5.767MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11272192,\"total\":11728043},\"progress\":\"[================================================\\u003e + \ ] 11.27MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11728043,\"total\":11728043},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11728621},\"progress\":\"[\\u003e + \ ] 131.1kB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":11728621},\"progress\":\"[=========================\\u003e + \ ] 5.898MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11272192,\"total\":11728621},\"progress\":\"[================================================\\u003e + \ ] 11.27MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11728621,\"total\":11728621},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2099197},\"progress\":\"[\\u003e + \ ] 32.77kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2099197,\"total\":2099197},\"progress\":\"[==================================================\\u003e] + \ 2.099MB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8674271},\"progress\":\"[\\u003e + \ ] 98.3kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8674271},\"progress\":\"[================================\\u003e + \ ] 5.603MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8674271,\"total\":8674271},\"progress\":\"[==================================================\\u003e] + \ 8.674MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8892057},\"progress\":\"[\\u003e + \ ] 98.3kB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8892057},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8892057,\"total\":8892057},\"progress\":\"[==================================================\\u003e] + \ 8.892MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8891888},\"progress\":\"[\\u003e + \ ] 98.3kB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8891888},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8891888,\"total\":8891888},\"progress\":\"[==================================================\\u003e] + \ 8.892MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Digest: + sha256:195f4f9092ac3143809ca9bac477068d0ad267477d54a3cc6f09b0d1db894708\"}\r\n{\"status\":\"Status: + Downloaded newer image for paketobuildpacks/builder-jammy-base:latest\"}\r\n" form: {} headers: - Content-Type: - - text/plain X-Registry-Auth: - - eyJ1c2VybmFtZSI6Inlmb2RpbCIsInBhc3N3b3JkIjoiT25jaGVvbmNoZTMxIiwiYXV0aCI6ImVXWnZaR2xzT2s5dVkyaGxiMjVqYUdVek1RPT0ifQ== - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/create?fromImage=paketobuildpacks%2Fbuilder&tag=base + - eyJhdXRoIjoiT2c9PSJ9 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/create?fromImage=paketobuildpacks%2Fbuilder-jammy-base&tag=latest method: POST response: - body: "{\"status\":\"Pulling from paketobuildpacks/builder\",\"id\":\"base\"}\r\n{\"status\":\"Digest: - sha256:17ea21162ba8c7717d3ead3ee3836a368aced7f02f2e59658e52029bd6d149e7\"}\r\n{\"status\":\"Status: - Image is up to date for paketobuildpacks/builder:base\"}\r\n" + body: "{\"status\":\"Pulling from paketobuildpacks/builder-jammy-base\",\"id\":\"latest\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":812},\"progress\":\"[============================================\\u003e + \ ] 720B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":347382,\"total\":33998214},\"progress\":\"[\\u003e + \ ] 347.4kB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":540672,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 540.7kB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1730823,\"total\":33998214},\"progress\":\"[==\\u003e + \ ] 1.731MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1616131,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 1.616MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3451143,\"total\":33998214},\"progress\":\"[=====\\u003e + \ ] 3.451MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2685187,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 2.685MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5523719,\"total\":33998214},\"progress\":\"[========\\u003e + \ ] 5.524MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4290819,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 4.291MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7952647,\"total\":33998214},\"progress\":\"[===========\\u003e + \ ] 7.953MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5900547,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 5.901MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10017031,\"total\":33998214},\"progress\":\"[==============\\u003e + \ ] 10.02MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7510275,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 7.51MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12085511,\"total\":33998214},\"progress\":\"[=================\\u003e + \ ] 12.09MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9120003,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 9.12MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14502151,\"total\":33998214},\"progress\":\"[=====================\\u003e + \ ] 14.5MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10737923,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 10.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16591111,\"total\":33998214},\"progress\":\"[========================\\u003e + \ ] 16.59MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12359939,\"total\":140240650},\"progress\":\"[====\\u003e + \ ] 12.36MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19011847,\"total\":33998214},\"progress\":\"[===========================\\u003e + \ ] 19.01MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14518531,\"total\":140240650},\"progress\":\"[=====\\u003e + \ ] 14.52MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20744455,\"total\":33998214},\"progress\":\"[==============================\\u003e + \ ] 20.74MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17209603,\"total\":140240650},\"progress\":\"[======\\u003e + \ ] 17.21MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22485255,\"total\":33998214},\"progress\":\"[=================================\\u003e + \ ] 22.49MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19347715,\"total\":140240650},\"progress\":\"[======\\u003e + \ ] 19.35MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":24226055,\"total\":33998214},\"progress\":\"[===================================\\u003e + \ ] 24.23MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21502211,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 21.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":26306823,\"total\":33998214},\"progress\":\"[======================================\\u003e + \ ] 26.31MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23640323,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.64MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":28047623,\"total\":33998214},\"progress\":\"[=========================================\\u003e + \ ] 28.05MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":27388163,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.39MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30128391,\"total\":33998214},\"progress\":\"[============================================\\u003e + \ ] 30.13MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30054659,\"total\":140240650},\"progress\":\"[==========\\u003e + \ ] 30.05MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32917767,\"total\":33998214},\"progress\":\"[================================================\\u003e + \ ] 32.92MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32741635,\"total\":140240650},\"progress\":\"[===========\\u003e + \ ] 32.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118540,\"total\":11530976},\"progress\":\"[\\u003e + \ ] 118.5kB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":35432707,\"total\":140240650},\"progress\":\"[============\\u003e + \ ] 35.43MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1297656,\"total\":11530976},\"progress\":\"[=====\\u003e + \ ] 1.298MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":360448,\"total\":33998214},\"progress\":\"[\\u003e + \ ] 360.4kB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4286727,\"total\":11530976},\"progress\":\"[==================\\u003e + \ ] 4.287MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":38623491,\"total\":140240650},\"progress\":\"[=============\\u003e + \ ] 38.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6629639,\"total\":11530976},\"progress\":\"[============================\\u003e + \ ] 6.63MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1441792,\"total\":33998214},\"progress\":\"[==\\u003e + \ ] 1.442MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":40761603,\"total\":140240650},\"progress\":\"[==============\\u003e + \ ] 40.76MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8190215,\"total\":11530976},\"progress\":\"[===================================\\u003e + \ ] 8.19MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2162688,\"total\":33998214},\"progress\":\"[===\\u003e + \ ] 2.163MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":42375427,\"total\":140240650},\"progress\":\"[===============\\u003e + \ ] 42.38MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9230599,\"total\":11530976},\"progress\":\"[========================================\\u003e + \ ] 9.231MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3244032,\"total\":33998214},\"progress\":\"[====\\u003e + \ ] 3.244MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":43972867,\"total\":140240650},\"progress\":\"[===============\\u003e + \ ] 43.97MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3964928,\"total\":33998214},\"progress\":\"[=====\\u003e + \ ] 3.965MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":47716611,\"total\":140240650},\"progress\":\"[=================\\u003e + \ ] 47.72MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4685824,\"total\":33998214},\"progress\":\"[======\\u003e + \ ] 4.686MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52561,\"total\":5229051},\"progress\":\"[\\u003e + \ ] 52.56kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50919683,\"total\":140240650},\"progress\":\"[==================\\u003e + \ ] 50.92MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":593145,\"total\":5229051},\"progress\":\"[=====\\u003e + \ ] 593.1kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":54126851,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 54.13MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6488064,\"total\":33998214},\"progress\":\"[=========\\u003e + \ ] 6.488MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1370379,\"total\":5229051},\"progress\":\"[=============\\u003e + \ ] 1.37MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":57870595,\"total\":140240650},\"progress\":\"[====================\\u003e + \ ] 57.87MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7208960,\"total\":33998214},\"progress\":\"[==========\\u003e + \ ] 7.209MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2287883,\"total\":5229051},\"progress\":\"[=====================\\u003e + \ ] 2.288MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":61622531,\"total\":140240650},\"progress\":\"[=====================\\u003e + \ ] 61.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8290304,\"total\":33998214},\"progress\":\"[============\\u003e + \ ] 8.29MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":64841987,\"total\":140240650},\"progress\":\"[=======================\\u003e + \ ] 64.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3115275,\"total\":5229051},\"progress\":\"[=============================\\u003e + \ ] 3.115MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52549,\"total\":5230450},\"progress\":\"[\\u003e + \ ] 52.55kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":68073731,\"total\":140240650},\"progress\":\"[========================\\u003e + \ ] 68.07MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3967243,\"total\":5229051},\"progress\":\"[=====================================\\u003e + \ ] 3.967MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":339181,\"total\":5230450},\"progress\":\"[===\\u003e + \ ] 339.2kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9011200,\"total\":33998214},\"progress\":\"[=============\\u003e + \ ] 9.011MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":70760707,\"total\":140240650},\"progress\":\"[=========================\\u003e + \ ] 70.76MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4417803,\"total\":5229051},\"progress\":\"[==========================================\\u003e + \ ] 4.418MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":601325,\"total\":5230450},\"progress\":\"[=====\\u003e + \ ] 601.3kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9371648,\"total\":33998214},\"progress\":\"[=============\\u003e + \ ] 9.372MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":863469,\"total\":5230450},\"progress\":\"[========\\u003e + \ ] 863.5kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":74545411,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 74.55MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":78842115,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 78.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1256685,\"total\":5230450},\"progress\":\"[============\\u003e + \ ] 1.257MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10092544,\"total\":33998214},\"progress\":\"[==============\\u003e + \ ] 10.09MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81504515,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 81.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1518829,\"total\":5230450},\"progress\":\"[==============\\u003e + \ ] 1.519MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1715437,\"total\":5230450},\"progress\":\"[================\\u003e + \ ] 1.715MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":83642627,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 83.64MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10813440,\"total\":33998214},\"progress\":\"[===============\\u003e + \ ] 10.81MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2043117,\"total\":5230450},\"progress\":\"[===================\\u003e + \ ] 2.043MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89012483,\"total\":140240650},\"progress\":\"[===============================\\u003e + \ ] 89.01MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52485,\"total\":5182643},\"progress\":\"[\\u003e + \ ] 52.48kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2305261,\"total\":5230450},\"progress\":\"[======================\\u003e + \ ] 2.305MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11534336,\"total\":33998214},\"progress\":\"[================\\u003e + \ ] 11.53MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":91691267,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 91.69MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":396505,\"total\":5182643},\"progress\":\"[===\\u003e + \ ] 396.5kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2632941,\"total\":5230450},\"progress\":\"[=========================\\u003e + \ ] 2.633MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":12615680,\"total\":33998214},\"progress\":\"[==================\\u003e + \ ] 12.62MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":95987971,\"total\":140240650},\"progress\":\"[==================================\\u003e + \ ] 95.99MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":724185,\"total\":5182643},\"progress\":\"[======\\u003e + \ ] 724.2kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2895085,\"total\":5230450},\"progress\":\"[===========================\\u003e + \ ] 2.895MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":14417920,\"total\":33998214},\"progress\":\"[=====================\\u003e + \ ] 14.42MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":99735811,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 99.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":986329,\"total\":5182643},\"progress\":\"[=========\\u003e + \ ] 986.3kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":15138816,\"total\":33998214},\"progress\":\"[======================\\u003e + \ ] 15.14MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3157229,\"total\":5230450},\"progress\":\"[==============================\\u003e + \ ] 3.157MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":102426883,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 102.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1248473,\"total\":5182643},\"progress\":\"[============\\u003e + \ ] 1.248MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17301504,\"total\":33998214},\"progress\":\"[=========================\\u003e + \ ] 17.3MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105109763,\"total\":140240650},\"progress\":\"[=====================================\\u003e + \ ] 105.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3484909,\"total\":5230450},\"progress\":\"[=================================\\u003e + \ ] 3.485MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1510617,\"total\":5182643},\"progress\":\"[==============\\u003e + \ ] 1.511MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":18743296,\"total\":33998214},\"progress\":\"[===========================\\u003e + \ ] 18.74MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":108869891,\"total\":140240650},\"progress\":\"[======================================\\u003e + \ ] 108.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3812589,\"total\":5230450},\"progress\":\"[====================================\\u003e + \ ] 3.813MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1838297,\"total\":5182643},\"progress\":\"[=================\\u003e + \ ] 1.838MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":111560963,\"total\":140240650},\"progress\":\"[=======================================\\u003e + \ ] 111.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4139262,\"total\":5230450},\"progress\":\"[=======================================\\u003e + \ ] 4.139MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20545536,\"total\":33998214},\"progress\":\"[==============================\\u003e + \ ] 20.55MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2153689,\"total\":5182643},\"progress\":\"[====================\\u003e + \ ] 2.154MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":114235651,\"total\":140240650},\"progress\":\"[========================================\\u003e + \ ] 114.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":21626880,\"total\":33998214},\"progress\":\"[===============================\\u003e + \ ] 21.63MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4466942,\"total\":5230450},\"progress\":\"[==========================================\\u003e + \ ] 4.467MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2481369,\"total\":5182643},\"progress\":\"[=======================\\u003e + \ ] 2.481MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":116910339,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 116.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4794622,\"total\":5230450},\"progress\":\"[=============================================\\u003e + \ ] 4.795MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23429120,\"total\":33998214},\"progress\":\"[==================================\\u003e + \ ] 23.43MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2809049,\"total\":5182643},\"progress\":\"[===========================\\u003e + \ ] 2.809MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":119580931,\"total\":140240650},\"progress\":\"[==========================================\\u003e + \ ] 119.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5187838,\"total\":5230450},\"progress\":\"[=================================================\\u003e + ] 5.188MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":24510464,\"total\":33998214},\"progress\":\"[====================================\\u003e + \ ] 24.51MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3136729,\"total\":5182643},\"progress\":\"[==============================\\u003e + \ ] 3.137MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":121727235,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 121.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3524842,\"total\":5182643},\"progress\":\"[==================================\\u003e + \ ] 3.525MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26673152,\"total\":33998214},\"progress\":\"[=======================================\\u003e + \ ] 26.67MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":124414211,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 124.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4180202,\"total\":5182643},\"progress\":\"[========================================\\u003e + \ ] 4.18MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":127092995,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4897002,\"total\":5182643},\"progress\":\"[===============================================\\u003e + \ ] 4.897MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":28114944,\"total\":33998214},\"progress\":\"[=========================================\\u003e + \ ] 28.11MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":129784067,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 129.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":63757,\"total\":6049034},\"progress\":\"[\\u003e + \ ] 63.76kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":28835840,\"total\":33998214},\"progress\":\"[==========================================\\u003e + \ ] 28.84MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":133011715,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":458010,\"total\":6049034},\"progress\":\"[===\\u003e + \ ] 458kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":136251651,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 136.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1177869,\"total\":6049034},\"progress\":\"[=========\\u003e + \ ] 1.178MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1636621,\"total\":6049034},\"progress\":\"[=============\\u003e + \ ] 1.637MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":140003587,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 140MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2226445,\"total\":6049034},\"progress\":\"[==================\\u003e + \ ] 2.226MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110082,\"total\":10768502},\"progress\":\"[\\u003e + \ ] 110.1kB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2685197,\"total\":6049034},\"progress\":\"[======================\\u003e + \ ] 2.685MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1494264,\"total\":10768502},\"progress\":\"[======\\u003e + \ ] 1.494MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3340557,\"total\":6049034},\"progress\":\"[===========================\\u003e + \ ] 3.341MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4135176,\"total\":10768502},\"progress\":\"[===================\\u003e + \ ] 4.135MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5519624,\"total\":10768502},\"progress\":\"[=========================\\u003e + \ ] 5.52MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3930381,\"total\":6049034},\"progress\":\"[================================\\u003e + \ ] 3.93MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7600392,\"total\":10768502},\"progress\":\"[===================================\\u003e + \ ] 7.6MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4585741,\"total\":6049034},\"progress\":\"[=====================================\\u003e + \ ] 4.586MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":29556736,\"total\":33998214},\"progress\":\"[===========================================\\u003e + \ ] 29.56MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5306637,\"total\":6049034},\"progress\":\"[===========================================\\u003e + \ ] 5.307MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9324808,\"total\":10768502},\"progress\":\"[===========================================\\u003e + \ ] 9.325MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":29917184,\"total\":33998214},\"progress\":\"[===========================================\\u003e + \ ] 29.92MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8773101},\"progress\":\"[\\u003e + \ ] 90.91kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":30638080,\"total\":33998214},\"progress\":\"[=============================================\\u003e + \ ] 30.64MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964831,\"total\":8773101},\"progress\":\"[=====\\u003e + \ ] 964.8kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4016351,\"total\":8773101},\"progress\":\"[======================\\u003e + \ ] 4.016MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":31719424,\"total\":33998214},\"progress\":\"[==============================================\\u003e + \ ] 31.72MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5884127,\"total\":8773101},\"progress\":\"[=================================\\u003e + \ ] 5.884MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7948511,\"total\":8773101},\"progress\":\"[=============================================\\u003e + \ ] 7.949MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41609,\"total\":4119659},\"progress\":\"[\\u003e + \ ] 41.61kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41608,\"total\":4120757},\"progress\":\"[\\u003e + \ ] 41.61kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":960779,\"total\":4119659},\"progress\":\"[===========\\u003e + \ ] 960.8kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32440320,\"total\":33998214},\"progress\":\"[===============================================\\u003e + \ ] 32.44MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":649481,\"total\":4120757},\"progress\":\"[=======\\u003e + \ ] 649.5kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2337035,\"total\":4119659},\"progress\":\"[============================\\u003e + \ ] 2.337MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2468105,\"total\":4120757},\"progress\":\"[=============================\\u003e + \ ] 2.468MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32800768,\"total\":33998214},\"progress\":\"[================================================\\u003e + \ ] 32.8MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33521664,\"total\":33998214},\"progress\":\"[=================================================\\u003e + ] 33.52MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":36091,\"total\":3604943},\"progress\":\"[\\u003e + \ ] 36.09kB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1256655,\"total\":3604943},\"progress\":\"[=================\\u003e + \ ] 1.257MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33882112,\"total\":33998214},\"progress\":\"[=================================================\\u003e + ] 33.88MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105811,\"total\":10328723},\"progress\":\"[\\u003e + \ ] 105.8kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":33998214,\"total\":33998214},\"progress\":\"[==================================================\\u003e] + \ 34MB/34MB\",\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3380788},\"progress\":\"[\\u003e + \ ] 34.81kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":903389,\"total\":10328723},\"progress\":\"[====\\u003e + \ ] 903.4kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":216844,\"total\":3380788},\"progress\":\"[===\\u003e + \ ] 216.8kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3422429,\"total\":10328723},\"progress\":\"[================\\u003e + \ ] 3.422MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":462072,\"total\":3380788},\"progress\":\"[======\\u003e + \ ] 462.1kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":557056,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 557.1kB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6273245,\"total\":10328723},\"progress\":\"[==============================\\u003e + \ ] 6.273MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1141002,\"total\":3380788},\"progress\":\"[================\\u003e + \ ] 1.141MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":140240650},\"progress\":\"[\\u003e + \ ] 2.228MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7878877,\"total\":10328723},\"progress\":\"[======================================\\u003e + \ ] 7.879MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1624330,\"total\":3380788},\"progress\":\"[========================\\u003e + \ ] 1.624MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":97562,\"total\":9744271},\"progress\":\"[\\u003e + \ ] 97.56kB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3342336,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 3.342MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2410762,\"total\":3380788},\"progress\":\"[===================================\\u003e + \ ] 2.411MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1583369,\"total\":9744271},\"progress\":\"[========\\u003e + \ ] 1.583MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4456448,\"total\":140240650},\"progress\":\"[=\\u003e + \ ] 4.456MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4442377,\"total\":9744271},\"progress\":\"[======================\\u003e + \ ] 4.442MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2902282,\"total\":3380788},\"progress\":\"[==========================================\\u003e + \ ] 2.902MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7031049,\"total\":9744271},\"progress\":\"[====================================\\u003e + \ ] 7.031MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6127616,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 6.128MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9201929,\"total\":9744271},\"progress\":\"[===============================================\\u003e + \ ] 9.202MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7241728,\"total\":140240650},\"progress\":\"[==\\u003e + \ ] 7.242MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50565,\"total\":4986975},\"progress\":\"[\\u003e + \ ] 50.56kB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1563897,\"total\":4986975},\"progress\":\"[===============\\u003e + \ ] 1.564MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9469952,\"total\":140240650},\"progress\":\"[===\\u003e + \ ] 9.47MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":16711680,\"total\":140240650},\"progress\":\"[=====\\u003e + \ ] 16.71MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2350329,\"total\":4986975},\"progress\":\"[=======================\\u003e + \ ] 2.35MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22486,\"total\":2211337},\"progress\":\"[\\u003e + \ ] 22.49kB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4897033,\"total\":4986975},\"progress\":\"[=================================================\\u003e + ] 4.897MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1071369,\"total\":2211337},\"progress\":\"[========================\\u003e + \ ] 1.071MB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89982,\"total\":8929617},\"progress\":\"[\\u003e + \ ] 89.98kB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1935606,\"total\":8929617},\"progress\":\"[==========\\u003e + \ ] 1.936MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4786422,\"total\":8929617},\"progress\":\"[==========================\\u003e + \ ] 4.786MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6158582,\"total\":8929617},\"progress\":\"[==================================\\u003e + \ ] 6.159MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":21725184,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 21.73MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":22282240,\"total\":140240650},\"progress\":\"[=======\\u003e + \ ] 22.28MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":22839296,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 22.84MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90148,\"total\":8893487},\"progress\":\"[\\u003e + \ ] 90.15kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":119449,\"total\":11636312},\"progress\":\"[\\u003e + \ ] 119.4kB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23396352,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964855,\"total\":8893487},\"progress\":\"[=====\\u003e + \ ] 964.9kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1411335,\"total\":11636312},\"progress\":\"[======\\u003e + \ ] 1.411MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1947895,\"total\":8893487},\"progress\":\"[==========\\u003e + \ ] 1.948MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3229959,\"total\":11636312},\"progress\":\"[=============\\u003e + \ ] 3.23MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110991,\"total\":11011662},\"progress\":\"[\\u003e + \ ] 111kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4008199,\"total\":11636312},\"progress\":\"[=================\\u003e + \ ] 4.008MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":801019,\"total\":11011662},\"progress\":\"[===\\u003e + \ ] 801kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2836727,\"total\":8893487},\"progress\":\"[===============\\u003e + \ ] 2.837MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":23953408,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 23.95MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1714427,\"total\":11011662},\"progress\":\"[=======\\u003e + \ ] 1.714MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5056775,\"total\":11636312},\"progress\":\"[=====================\\u003e + \ ] 5.057MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3614967,\"total\":8893487},\"progress\":\"[====================\\u003e + \ ] 3.615MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4106487,\"total\":8893487},\"progress\":\"[=======================\\u003e + \ ] 4.106MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2861307,\"total\":11011662},\"progress\":\"[============\\u003e + \ ] 2.861MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6367495,\"total\":11636312},\"progress\":\"[===========================\\u003e + \ ] 6.367MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3320059,\"total\":11011662},\"progress\":\"[===============\\u003e + \ ] 3.32MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5384439,\"total\":8893487},\"progress\":\"[==============================\\u003e + \ ] 5.384MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":24510464,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 24.51MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8186119,\"total\":11636312},\"progress\":\"[===================================\\u003e + \ ] 8.186MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6269175,\"total\":8893487},\"progress\":\"[===================================\\u003e + \ ] 6.269MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4471035,\"total\":11011662},\"progress\":\"[====================\\u003e + \ ] 4.471MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9365767,\"total\":11636312},\"progress\":\"[========================================\\u003e + \ ] 9.366MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":25067520,\"total\":140240650},\"progress\":\"[========\\u003e + \ ] 25.07MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7350519,\"total\":8893487},\"progress\":\"[=========================================\\u003e + \ ] 7.351MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5617915,\"total\":11011662},\"progress\":\"[=========================\\u003e + \ ] 5.618MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10938631,\"total\":11636312},\"progress\":\"[===============================================\\u003e + \ ] 10.94MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6543611,\"total\":11011662},\"progress\":\"[=============================\\u003e + \ ] 6.544MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8431863,\"total\":8893487},\"progress\":\"[===============================================\\u003e + \ ] 8.432MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":25624576,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 25.62MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7461115,\"total\":11011662},\"progress\":\"[=================================\\u003e + \ ] 7.461MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8378619,\"total\":11011662},\"progress\":\"[======================================\\u003e + \ ] 8.379MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9640187,\"total\":11011662},\"progress\":\"[===========================================\\u003e + \ ] 9.64MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26181632,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 26.18MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11011662,\"total\":11011662},\"progress\":\"[==================================================\\u003e] + \ 11.01MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":44326,\"total\":4431949},\"progress\":\"[\\u003e + \ ] 44.33kB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16969,\"total\":1665702},\"progress\":\"[\\u003e + \ ] 16.97kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":26738688,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 26.74MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1211620,\"total\":4431949},\"progress\":\"[=============\\u003e + \ ] 1.212MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":126957,\"total\":1665702},\"progress\":\"[===\\u003e + \ ] 127kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3827957,\"total\":4431949},\"progress\":\"[===========================================\\u003e + \ ] 3.828MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":27295744,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":494799,\"total\":1665702},\"progress\":\"[==============\\u003e + \ ] 494.8kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1018079,\"total\":1665702},\"progress\":\"[==============================\\u003e + \ ] 1.018MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":27852800,\"total\":140240650},\"progress\":\"[=========\\u003e + \ ] 27.85MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":25358,\"total\":2403554},\"progress\":\"[\\u003e + \ ] 25.36kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32866304,\"total\":140240650},\"progress\":\"[===========\\u003e + \ ] 32.87MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":449784,\"total\":2403554},\"progress\":\"[=========\\u003e + \ ] 449.8kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":37879808,\"total\":140240650},\"progress\":\"[=============\\u003e + \ ] 37.88MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1345800,\"total\":2403554},\"progress\":\"[===========================\\u003e + \ ] 1.346MB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22487,\"total\":2150282},\"progress\":\"[\\u003e + \ ] 22.49kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":895241,\"total\":2150282},\"progress\":\"[====================\\u003e + \ ] 895.2kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":114311,\"total\":11042537},\"progress\":\"[\\u003e + \ ] 114.3kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":810232,\"total\":11042537},\"progress\":\"[===\\u003e + \ ] 810.2kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19749,\"total\":1939158},\"progress\":\"[\\u003e + \ ] 19.75kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":363769,\"total\":1939158},\"progress\":\"[=========\\u003e + \ ] 363.8kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3811591,\"total\":11042537},\"progress\":\"[=================\\u003e + \ ] 3.812MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89970,\"total\":8954032},\"progress\":\"[\\u003e + \ ] 89.97kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":41222144,\"total\":140240650},\"progress\":\"[==============\\u003e + \ ] 41.22MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1576185,\"total\":1939158},\"progress\":\"[========================================\\u003e + \ ] 1.576MB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6121735,\"total\":11042537},\"progress\":\"[===========================\\u003e + \ ] 6.122MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":280810,\"total\":8954032},\"progress\":\"[=\\u003e + \ ] 280.8kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":46235648,\"total\":140240650},\"progress\":\"[================\\u003e + \ ] 46.24MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8419591,\"total\":11042537},\"progress\":\"[======================================\\u003e + \ ] 8.42MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":51249152,\"total\":140240650},\"progress\":\"[==================\\u003e + \ ] 51.25MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1059050,\"total\":8954032},\"progress\":\"[=====\\u003e + \ ] 1.059MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9799943,\"total\":11042537},\"progress\":\"[============================================\\u003e + \ ] 9.8MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2517226,\"total\":8954032},\"progress\":\"[==============\\u003e + \ ] 2.517MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4180202,\"total\":8954032},\"progress\":\"[=======================\\u003e + \ ] 4.18MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5044458,\"total\":8954032},\"progress\":\"[============================\\u003e + \ ] 5.044MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110228,\"total\":10967056},\"progress\":\"[\\u003e + \ ] 110.2kB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6711530,\"total\":8954032},\"progress\":\"[=====================================\\u003e + \ ] 6.712MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1030387,\"total\":10967056},\"progress\":\"[====\\u003e + \ ] 1.03MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8083690,\"total\":8954032},\"progress\":\"[=============================================\\u003e + \ ] 8.084MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8954032,\"total\":8954032},\"progress\":\"[==================================================\\u003e] + \ 8.954MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1960179,\"total\":10967056},\"progress\":\"[========\\u003e + \ ] 1.96MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2877683,\"total\":10967056},\"progress\":\"[=============\\u003e + \ ] 2.878MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":55148544,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 55.15MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3795187,\"total\":10967056},\"progress\":\"[=================\\u003e + \ ] 3.795MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":55705600,\"total\":140240650},\"progress\":\"[===================\\u003e + \ ] 55.71MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4712691,\"total\":10967056},\"progress\":\"[=====================\\u003e + \ ] 4.713MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":61833216,\"total\":140240650},\"progress\":\"[======================\\u003e + \ ] 61.83MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":53886,\"total\":5278058},\"progress\":\"[\\u003e + \ ] 53.89kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5630195,\"total\":10967056},\"progress\":\"[=========================\\u003e + \ ] 5.63MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":66846720,\"total\":140240650},\"progress\":\"[=======================\\u003e + \ ] 66.85MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":740601,\"total\":5278058},\"progress\":\"[=======\\u003e + \ ] 740.6kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6322419,\"total\":10967056},\"progress\":\"[============================\\u003e + \ ] 6.322MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":73531392,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 73.53MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2575609,\"total\":5278058},\"progress\":\"[========================\\u003e + \ ] 2.576MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7239923,\"total\":10967056},\"progress\":\"[=================================\\u003e + \ ] 7.24MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8268019,\"total\":10967056},\"progress\":\"[=====================================\\u003e + \ ] 8.268MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4525305,\"total\":5278058},\"progress\":\"[==========================================\\u003e + \ ] 4.525MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9423091,\"total\":10967056},\"progress\":\"[==========================================\\u003e + \ ] 9.423MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10684659,\"total\":10967056},\"progress\":\"[================================================\\u003e + \ ] 10.68MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":75202560,\"total\":140240650},\"progress\":\"[==========================\\u003e + \ ] 75.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":94231,\"total\":9010523},\"progress\":\"[\\u003e + \ ] 94.23kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":77430784,\"total\":140240650},\"progress\":\"[===========================\\u003e + \ ] 77.43MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":964873,\"total\":9010523},\"progress\":\"[=====\\u003e + \ ] 964.9kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3407736},\"progress\":\"[\\u003e + \ ] 34.81kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":79101952,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 79.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5572873,\"total\":9010523},\"progress\":\"[==============================\\u003e + \ ] 5.573MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":147079,\"total\":3407736},\"progress\":\"[==\\u003e + \ ] 147.1kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":80216064,\"total\":140240650},\"progress\":\"[============================\\u003e + \ ] 80.22MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":772359,\"total\":3407736},\"progress\":\"[===========\\u003e + \ ] 772.4kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1460487,\"total\":3407736},\"progress\":\"[=====================\\u003e + \ ] 1.46MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":81887232,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 81.89MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2435335,\"total\":3407736},\"progress\":\"[===================================\\u003e + \ ] 2.435MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":82444288,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 82.44MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":83001344,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 83MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17144,\"total\":1661545},\"progress\":\"[\\u003e + \ ] 17.14kB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1186057,\"total\":1661545},\"progress\":\"[===================================\\u003e + \ ] 1.186MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":84115456,\"total\":140240650},\"progress\":\"[=============================\\u003e + \ ] 84.12MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19748,\"total\":1927241},\"progress\":\"[\\u003e + \ ] 19.75kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":85229568,\"total\":140240650},\"progress\":\"[==============================\\u003e + \ ] 85.23MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":879864,\"total\":1927241},\"progress\":\"[======================\\u003e + \ ] 879.9kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8881041},\"progress\":\"[\\u003e + \ ] 90.91kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34744,\"total\":3353157},\"progress\":\"[\\u003e + \ ] 34.74kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":88571904,\"total\":140240650},\"progress\":\"[===============================\\u003e + \ ] 88.57MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":770048,\"total\":8881041},\"progress\":\"[====\\u003e + \ ] 770kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":556294,\"total\":3353157},\"progress\":\"[========\\u003e + \ ] 556.3kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":90243072,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 90.24MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1826021,\"total\":3353157},\"progress\":\"[===========================\\u003e + \ ] 1.826MB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1562889,\"total\":8881041},\"progress\":\"[========\\u003e + \ ] 1.563MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":92471296,\"total\":140240650},\"progress\":\"[================================\\u003e + \ ] 92.47MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2349321,\"total\":8881041},\"progress\":\"[=============\\u003e + \ ] 2.349MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":51147,\"total\":5014690},\"progress\":\"[\\u003e + \ ] 51.15kB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3037449,\"total\":8881041},\"progress\":\"[=================\\u003e + \ ] 3.037MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":97484800,\"total\":140240650},\"progress\":\"[==================================\\u003e + \ ] 97.48MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1436920,\"total\":5014690},\"progress\":\"[==============\\u003e + \ ] 1.437MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3627273,\"total\":8881041},\"progress\":\"[====================\\u003e + \ ] 3.627MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":99155968,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 99.16MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":100270080,\"total\":140240650},\"progress\":\"[===================================\\u003e + \ ] 100.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":101941248,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 101.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":103612416,\"total\":140240650},\"progress\":\"[====================================\\u003e + \ ] 103.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":105283584,\"total\":140240650},\"progress\":\"[=====================================\\u003e + \ ] 105.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3725577,\"total\":8881041},\"progress\":\"[====================\\u003e + \ ] 3.726MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2870520,\"total\":5014690},\"progress\":\"[============================\\u003e + \ ] 2.871MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":109182976,\"total\":140240650},\"progress\":\"[======================================\\u003e + \ ] 109.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5014690,\"total\":5014690},\"progress\":\"[==================================================\\u003e] + \ 5.015MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4413705,\"total\":8881041},\"progress\":\"[========================\\u003e + \ ] 4.414MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":111411200,\"total\":140240650},\"progress\":\"[=======================================\\u003e + \ ] 111.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5101833,\"total\":8881041},\"progress\":\"[============================\\u003e + \ ] 5.102MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5695753,\"total\":8881041},\"progress\":\"[================================\\u003e + \ ] 5.696MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":113082368,\"total\":140240650},\"progress\":\"[========================================\\u003e + \ ] 113.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6387977,\"total\":8881041},\"progress\":\"[===================================\\u003e + \ ] 6.388MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":115310592,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 115.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7366921,\"total\":8881041},\"progress\":\"[=========================================\\u003e + \ ] 7.367MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":117538816,\"total\":140240650},\"progress\":\"[=========================================\\u003e + \ ] 117.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":6388},\"progress\":\"[=====\\u003e + \ ] 720B/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8644873,\"total\":8881041},\"progress\":\"[================================================\\u003e + \ ] 8.645MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":119767040,\"total\":140240650},\"progress\":\"[==========================================\\u003e + \ ] 119.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":700,\"total\":6024},\"progress\":\"[=====\\u003e + \ ] 700B/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":120881152,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 120.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34807,\"total\":3387582},\"progress\":\"[\\u003e + \ ] 34.81kB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":121438208,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 121.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1046792,\"total\":3387582},\"progress\":\"[===============\\u003e + \ ] 1.047MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3387582,\"total\":3387582},\"progress\":\"[==================================================\\u003e] + \ 3.388MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":123109376,\"total\":140240650},\"progress\":\"[===========================================\\u003e + \ ] 123.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34763,\"total\":3442285},\"progress\":\"[\\u003e + \ ] 34.76kB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":123666432,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 123.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":69023,\"total\":6719033},\"progress\":\"[\\u003e + \ ] 69.02kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1284363,\"total\":3442285},\"progress\":\"[==================\\u003e + \ ] 1.284MB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":359706,\"total\":6719033},\"progress\":\"[==\\u003e + \ ] 359.7kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":124223488,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 124.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":675065,\"total\":6719033},\"progress\":\"[=====\\u003e + \ ] 675.1kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85773,\"total\":8518577},\"progress\":\"[\\u003e + \ ] 85.77kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1002745,\"total\":6719033},\"progress\":\"[=======\\u003e + \ ] 1.003MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":462073,\"total\":8518577},\"progress\":\"[==\\u003e + \ ] 462.1kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":125337600,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 125.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1412345,\"total\":6719033},\"progress\":\"[==========\\u003e + \ ] 1.412MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4548875,\"total\":8518577},\"progress\":\"[==========================\\u003e + \ ] 4.549MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":125894656,\"total\":140240650},\"progress\":\"[============================================\\u003e + \ ] 125.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7670027,\"total\":8518577},\"progress\":\"[=============================================\\u003e + \ ] 7.67MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1903865,\"total\":6719033},\"progress\":\"[==============\\u003e + \ ] 1.904MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2395385,\"total\":6719033},\"progress\":\"[=================\\u003e + \ ] 2.395MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":126451712,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 126.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2968825,\"total\":6719033},\"progress\":\"[======================\\u003e + \ ] 2.969MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3778828,\"total\":6719033},\"progress\":\"[============================\\u003e + \ ] 3.779MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90168,\"total\":8776512},\"progress\":\"[\\u003e + \ ] 90.17kB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":127008768,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4598028,\"total\":6719033},\"progress\":\"[==================================\\u003e + \ ] 4.598MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1060089,\"total\":8776512},\"progress\":\"[======\\u003e + \ ] 1.06MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":127565824,\"total\":140240650},\"progress\":\"[=============================================\\u003e + \ ] 127.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":129236992,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 129.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2133241,\"total\":8776512},\"progress\":\"[============\\u003e + \ ] 2.133MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5167372,\"total\":6719033},\"progress\":\"[======================================\\u003e + \ ] 5.167MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6396172,\"total\":6719033},\"progress\":\"[===============================================\\u003e + \ ] 6.396MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6719033,\"total\":6719033},\"progress\":\"[==================================================\\u003e] + \ 6.719MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3684618,\"total\":8776512},\"progress\":\"[====================\\u003e + \ ] 3.685MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":130351104,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 130.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5232906,\"total\":8776512},\"progress\":\"[=============================\\u003e + \ ] 5.233MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8546570,\"total\":8776512},\"progress\":\"[================================================\\u003e + \ ] 8.547MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131465216,\"total\":140240650},\"progress\":\"[==============================================\\u003e + \ ] 131.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106019,\"total\":10333354},\"progress\":\"[\\u003e + \ ] 106kB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":132579328,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 132.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1355000,\"total\":10333354},\"progress\":\"[======\\u003e + \ ] 1.355MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":133136384,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1928440,\"total\":10333354},\"progress\":\"[=========\\u003e + \ ] 1.928MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3177720,\"total\":10333354},\"progress\":\"[===============\\u003e + \ ] 3.178MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106762,\"total\":10253599},\"progress\":\"[\\u003e + \ ] 106.8kB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23989,\"total\":2368905},\"progress\":\"[\\u003e + \ ] 23.99kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":133693440,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 133.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":686347,\"total\":2368905},\"progress\":\"[==============\\u003e + \ ] 686.3kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4209912,\"total\":10333354},\"progress\":\"[====================\\u003e + \ ] 4.21MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1014022,\"total\":10253599},\"progress\":\"[====\\u003e + \ ] 1.014MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1894667,\"total\":2368905},\"progress\":\"[=======================================\\u003e + \ ] 1.895MB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5356792,\"total\":10333354},\"progress\":\"[=========================\\u003e + \ ] 5.357MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":134250496,\"total\":140240650},\"progress\":\"[===============================================\\u003e + \ ] 134.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2046214,\"total\":10253599},\"progress\":\"[=========\\u003e + \ ] 2.046MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7063816,\"total\":10333354},\"progress\":\"[==================================\\u003e + \ ] 7.064MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2734342,\"total\":10253599},\"progress\":\"[=============\\u003e + \ ] 2.734MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":134807552,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 134.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8542472,\"total\":10333354},\"progress\":\"[=========================================\\u003e + \ ] 8.542MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3422470,\"total\":10253599},\"progress\":\"[================\\u003e + \ ] 3.422MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10017032,\"total\":10333354},\"progress\":\"[================================================\\u003e + \ ] 10.02MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4110598,\"total\":10253599},\"progress\":\"[====================\\u003e + \ ] 4.111MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":135364608,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 135.4MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4798726,\"total\":10253599},\"progress\":\"[=======================\\u003e + \ ] 4.799MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105998,\"total\":10507288},\"progress\":\"[\\u003e + \ ] 106kB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5486854,\"total\":10253599},\"progress\":\"[==========================\\u003e + \ ] 5.487MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1345778,\"total\":10507288},\"progress\":\"[======\\u003e + \ ] 1.346MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6408454,\"total\":10253599},\"progress\":\"[===============================\\u003e + \ ] 6.408MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":135921664,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 135.9MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3180786,\"total\":10507288},\"progress\":\"[===============\\u003e + \ ] 3.181MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7325958,\"total\":10253599},\"progress\":\"[===================================\\u003e + \ ] 7.326MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4905202,\"total\":10507288},\"progress\":\"[=======================\\u003e + \ ] 4.905MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":136478720,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 136.5MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8681734,\"total\":10253599},\"progress\":\"[==========================================\\u003e + \ ] 8.682MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6854898,\"total\":10507288},\"progress\":\"[================================\\u003e + \ ] 6.855MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9251078,\"total\":10253599},\"progress\":\"[=============================================\\u003e + \ ] 9.251MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105853,\"total\":10507090},\"progress\":\"[\\u003e + \ ] 105.9kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":137035776,\"total\":140240650},\"progress\":\"[================================================\\u003e + \ ] 137MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8808690,\"total\":10507288},\"progress\":\"[=========================================\\u003e + \ ] 8.809MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":560376,\"total\":10507090},\"progress\":\"[==\\u003e + \ ] 560.4kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1133816,\"total\":10507090},\"progress\":\"[=====\\u003e + \ ] 1.134MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":137592832,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 137.6MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1927432,\"total\":10507090},\"progress\":\"[=========\\u003e + \ ] 1.927MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2951432,\"total\":10507090},\"progress\":\"[==============\\u003e + \ ] 2.951MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4327688,\"total\":10507090},\"progress\":\"[====================\\u003e + \ ] 4.328MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5585160,\"total\":10507090},\"progress\":\"[==========================\\u003e + \ ] 5.585MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7756040,\"total\":10507090},\"progress\":\"[====================================\\u003e + \ ] 7.756MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10283272,\"total\":10507090},\"progress\":\"[================================================\\u003e + \ ] 10.28MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10507090,\"total\":10507090},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22455,\"total\":2134896},\"progress\":\"[\\u003e + \ ] 22.45kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":765145,\"total\":2134896},\"progress\":\"[=================\\u003e + \ ] 765.1kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2134896,\"total\":2134896},\"progress\":\"[==================================================\\u003e] + \ 2.135MB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":138149888,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 138.1MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21904,\"total\":2100107},\"progress\":\"[\\u003e + \ ] 21.9kB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1304842,\"total\":2100107},\"progress\":\"[===============================\\u003e + \ ] 1.305MB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22486,\"total\":2135758},\"progress\":\"[\\u003e + \ ] 22.49kB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1292552,\"total\":2135758},\"progress\":\"[==============================\\u003e + \ ] 1.293MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2135758,\"total\":2135758},\"progress\":\"[==================================================\\u003e] + \ 2.136MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":138706944,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 138.7MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":180012,\"total\":17835616},\"progress\":\"[\\u003e + \ ] 180kB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2181383,\"total\":17835616},\"progress\":\"[======\\u003e + \ ] 2.181MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5482759,\"total\":17835616},\"progress\":\"[===============\\u003e + \ ] 5.483MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8374535,\"total\":17835616},\"progress\":\"[=======================\\u003e + \ ] 8.375MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12007687,\"total\":17835616},\"progress\":\"[=================================\\u003e + \ ] 12.01MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21118,\"total\":2101827},\"progress\":\"[\\u003e + \ ] 21.12kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":139264000,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 139.3MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14727431,\"total\":17835616},\"progress\":\"[=========================================\\u003e + \ ] 14.73MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":232697,\"total\":2101827},\"progress\":\"[=====\\u003e + \ ] 232.7kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16726279,\"total\":17835616},\"progress\":\"[==============================================\\u003e + \ ] 16.73MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":724217,\"total\":2101827},\"progress\":\"[=================\\u003e + \ ] 724.2kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":139821056,\"total\":140240650},\"progress\":\"[=================================================\\u003e + ] 139.8MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1412345,\"total\":2101827},\"progress\":\"[=================================\\u003e + \ ] 1.412MB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":140240650,\"total\":140240650},\"progress\":\"[==================================================\\u003e] + \ 140.2MB/140.2MB\",\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"f295e1bdcca6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":812,\"total\":812},\"progress\":\"[==================================================\\u003e] + \ 812B/812B\",\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"4e6dc31d05a9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":248,\"total\":248},\"progress\":\"[==================================================\\u003e] + \ 248B/248B\",\"id\":\"c501d664298a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90002,\"total\":8676127},\"progress\":\"[\\u003e + \ ] 90kB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"c501d664298a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11530976},\"progress\":\"[\\u003e + \ ] 131.1kB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2046218,\"total\":8676127},\"progress\":\"[===========\\u003e + \ ] 2.046MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1441792,\"total\":11530976},\"progress\":\"[======\\u003e + \ ] 1.442MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3713290,\"total\":8676127},\"progress\":\"[=====================\\u003e + \ ] 3.713MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":106019,\"total\":10574680},\"progress\":\"[\\u003e + \ ] 106kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6815744,\"total\":11530976},\"progress\":\"[=============================\\u003e + \ ] 6.816MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11530976,\"total\":11530976},\"progress\":\"[==================================================\\u003e] + \ 11.53MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11530976,\"total\":11530976},\"progress\":\"[==================================================\\u003e] + \ 11.53MB/11.53MB\",\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0550bc0169a3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5229051},\"progress\":\"[\\u003e + \ ] 65.54kB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5781770,\"total\":8676127},\"progress\":\"[=================================\\u003e + \ ] 5.782MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":212781,\"total\":10574680},\"progress\":\"[=\\u003e + \ ] 212.8kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8227082,\"total\":8676127},\"progress\":\"[===============================================\\u003e + \ ] 8.227MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5229051},\"progress\":\"[===================\\u003e + \ ] 2.032MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":552184,\"total\":10574680},\"progress\":\"[==\\u003e + \ ] 552.2kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5229051,\"total\":5229051},\"progress\":\"[==================================================\\u003e] + \ 5.229MB/5.229MB\",\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1125624,\"total\":10574680},\"progress\":\"[=====\\u003e + \ ] 1.126MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1813752,\"total\":10574680},\"progress\":\"[========\\u003e + \ ] 1.814MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"a781523ccbfc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5230450},\"progress\":\"[\\u003e + \ ] 65.54kB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2731256,\"total\":10574680},\"progress\":\"[============\\u003e + \ ] 2.731MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5230450},\"progress\":\"[===================\\u003e + \ ] 2.032MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5230450,\"total\":5230450},\"progress\":\"[==================================================\\u003e] + \ 5.23MB/5.23MB\",\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4102408,\"total\":10574680},\"progress\":\"[===================\\u003e + \ ] 4.102MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85731,\"total\":8517358},\"progress\":\"[\\u003e + \ ] 85.73kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5368072,\"total\":10574680},\"progress\":\"[=========================\\u003e + \ ] 5.368MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654543,\"total\":8517358},\"progress\":\"[===\\u003e + \ ] 654.5kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"baff1564ea73\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5182643},\"progress\":\"[\\u003e + \ ] 65.54kB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6629640,\"total\":10574680},\"progress\":\"[===============================\\u003e + \ ] 6.63MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3287264,\"total\":8517358},\"progress\":\"[===================\\u003e + \ ] 3.287MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":5182643},\"progress\":\"[=====================\\u003e + \ ] 2.228MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5182643,\"total\":5182643},\"progress\":\"[==================================================\\u003e] + \ 5.183MB/5.183MB\",\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4163808,\"total\":8517358},\"progress\":\"[========================\\u003e + \ ] 4.164MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7432456,\"total\":10574680},\"progress\":\"[===================================\\u003e + \ ] 7.432MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"921fd0049ac1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":6049034},\"progress\":\"[\\u003e + \ ] 65.54kB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5540064,\"total\":8517358},\"progress\":\"[================================\\u003e + \ ] 5.54MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8579336,\"total\":10574680},\"progress\":\"[========================================\\u003e + \ ] 8.579MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7702752,\"total\":8517358},\"progress\":\"[=============================================\\u003e + \ ] 7.703MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2686976,\"total\":6049034},\"progress\":\"[======================\\u003e + \ ] 2.687MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10070280,\"total\":10574680},\"progress\":\"[===============================================\\u003e + \ ] 10.07MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6049034,\"total\":6049034},\"progress\":\"[==================================================\\u003e] + \ 6.049MB/6.049MB\",\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"7346518f82c6\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10768502},\"progress\":\"[\\u003e + \ ] 131.1kB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":10768502},\"progress\":\"[==========================\\u003e + \ ] 5.767MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10768502,\"total\":10768502},\"progress\":\"[==================================================\\u003e] + \ 10.77MB/10.77MB\",\"id\":\"95594c47491a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":86681,\"total\":8516763},\"progress\":\"[\\u003e + \ ] 86.68kB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110249,\"total\":10733712},\"progress\":\"[\\u003e + \ ] 110.2kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1540096,\"total\":8516763},\"progress\":\"[=========\\u003e + \ ] 1.54MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":687386,\"total\":10733712},\"progress\":\"[===\\u003e + \ ] 687.4kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2607369,\"total\":8516763},\"progress\":\"[===============\\u003e + \ ] 2.607MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1259785,\"total\":10733712},\"progress\":\"[=====\\u003e + \ ] 1.26MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5417225,\"total\":8516763},\"progress\":\"[===============================\\u003e + \ ] 5.417MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2300169,\"total\":10733712},\"progress\":\"[==========\\u003e + \ ] 2.3MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7088393,\"total\":8516763},\"progress\":\"[=========================================\\u003e + \ ] 7.088MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3213577,\"total\":10733712},\"progress\":\"[==============\\u003e + \ ] 3.214MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4253961,\"total\":10733712},\"progress\":\"[===================\\u003e + \ ] 4.254MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"95594c47491a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8773101},\"progress\":\"[\\u003e + \ ] 98.3kB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5859593,\"total\":10733712},\"progress\":\"[===========================\\u003e + \ ] 5.86MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5799936,\"total\":8773101},\"progress\":\"[=================================\\u003e + \ ] 5.8MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7928073,\"total\":10733712},\"progress\":\"[====================================\\u003e + \ ] 7.928MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8773101,\"total\":8773101},\"progress\":\"[==================================================\\u003e] + \ 8.773MB/8.773MB\",\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":180013,\"total\":17836362},\"progress\":\"[\\u003e + \ ] 180kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10348809,\"total\":10733712},\"progress\":\"[================================================\\u003e + \ ] 10.35MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":359705,\"total\":17836362},\"progress\":\"[=\\u003e + \ ] 359.7kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":105977,\"total\":10375760},\"progress\":\"[\\u003e + \ ] 106kB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720120,\"total\":17836362},\"progress\":\"[==\\u003e + \ ] 720.1kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2050269,\"total\":10375760},\"progress\":\"[=========\\u003e + \ ] 2.05MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1260792,\"total\":17836362},\"progress\":\"[===\\u003e + \ ] 1.261MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5716189,\"total\":10375760},\"progress\":\"[===========================\\u003e + \ ] 5.716MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1801464,\"total\":17836362},\"progress\":\"[=====\\u003e + \ ] 1.801MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"711dc54c2a51\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4119659},\"progress\":\"[\\u003e + \ ] 65.54kB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8812765,\"total\":10375760},\"progress\":\"[==========================================\\u003e + \ ] 8.813MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2342136,\"total\":17836362},\"progress\":\"[======\\u003e + \ ] 2.342MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1825222},\"progress\":\"[\\u003e + \ ] 19.17kB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":4119659},\"progress\":\"[===========================\\u003e + \ ] 2.228MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4119659,\"total\":4119659},\"progress\":\"[==================================================\\u003e] + \ 4.12MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4119659,\"total\":4119659},\"progress\":\"[==================================================\\u003e] + \ 4.12MB/4.12MB\",\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2882808,\"total\":17836362},\"progress\":\"[========\\u003e + \ ] 2.883MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1486031,\"total\":1825222},\"progress\":\"[========================================\\u003e + \ ] 1.486MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"90eab7d2e0bf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3783928,\"total\":17836362},\"progress\":\"[==========\\u003e + \ ] 3.784MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4120757},\"progress\":\"[\\u003e + \ ] 65.54kB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4864263,\"total\":17836362},\"progress\":\"[=============\\u003e + \ ] 4.864MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":4120757},\"progress\":\"[===========================\\u003e + \ ] 2.228MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4120757,\"total\":4120757},\"progress\":\"[==================================================\\u003e] + \ 4.121MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4120757,\"total\":4120757},\"progress\":\"[==================================================\\u003e] + \ 4.121MB/4.121MB\",\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6494471,\"total\":17836362},\"progress\":\"[==================\\u003e + \ ] 6.494MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85731,\"total\":8532152},\"progress\":\"[\\u003e + \ ] 85.73kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e08ee0b35ef3\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7760135,\"total\":17836362},\"progress\":\"[=====================\\u003e + \ ] 7.76MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3604943},\"progress\":\"[\\u003e + \ ] 65.54kB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":650447,\"total\":8532152},\"progress\":\"[===\\u003e + \ ] 650.4kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2705631,\"total\":8532152},\"progress\":\"[===============\\u003e + \ ] 2.706MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21251,\"total\":2014841},\"progress\":\"[\\u003e + \ ] 21.25kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1966080,\"total\":3604943},\"progress\":\"[===========================\\u003e + \ ] 1.966MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9201927,\"total\":17836362},\"progress\":\"[=========================\\u003e + \ ] 9.202MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3604943,\"total\":3604943},\"progress\":\"[==================================================\\u003e] + \ 3.605MB/3.605MB\",\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5933279,\"total\":8532152},\"progress\":\"[==================================\\u003e + \ ] 5.933MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":228633,\"total\":2014841},\"progress\":\"[=====\\u003e + \ ] 228.6kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"730b2ef6ad52\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11553031,\"total\":17836362},\"progress\":\"[================================\\u003e + \ ] 11.55MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3380788},\"progress\":\"[\\u003e + \ ] 65.54kB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6809823,\"total\":8532152},\"progress\":\"[=======================================\\u003e + \ ] 6.81MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654584,\"total\":2014841},\"progress\":\"[================\\u003e + \ ] 654.6kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3380788,\"total\":3380788},\"progress\":\"[==================================================\\u003e] + \ 3.381MB/3.381MB\",\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12814599,\"total\":17836362},\"progress\":\"[===================================\\u003e + \ ] 12.81MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8071391,\"total\":8532152},\"progress\":\"[===============================================\\u003e + \ ] 8.071MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8532152,\"total\":8532152},\"progress\":\"[==================================================\\u003e] + \ 8.532MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1113336,\"total\":2014841},\"progress\":\"[===========================\\u003e + \ ] 1.113MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"c1a37eaf0455\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15194375,\"total\":17836362},\"progress\":\"[==========================================\\u003e + \ ] 15.19MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10328723},\"progress\":\"[\\u003e + \ ] 131.1kB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1473784,\"total\":2014841},\"progress\":\"[====================================\\u003e + \ ] 1.474MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16820487,\"total\":17836362},\"progress\":\"[===============================================\\u003e + \ ] 16.82MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":10328723},\"progress\":\"[===========================\\u003e + \ ] 5.636MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1867000,\"total\":2014841},\"progress\":\"[==============================================\\u003e + \ ] 1.867MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10328723,\"total\":10328723},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10328723,\"total\":10328723},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18338,\"total\":1743403},\"progress\":\"[\\u003e + \ ] 18.34kB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1641679,\"total\":1743403},\"progress\":\"[===============================================\\u003e + \ ] 1.642MB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18514,\"total\":1820134},\"progress\":\"[\\u003e + \ ] 18.51kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18472,\"total\":1742851},\"progress\":\"[\\u003e + \ ] 18.47kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":392474,\"total\":1820134},\"progress\":\"[==========\\u003e + \ ] 392.5kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":343280,\"total\":1742851},\"progress\":\"[=========\\u003e + \ ] 343.3kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"0f89305d12b2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":9744271},\"progress\":\"[\\u003e + \ ] 98.3kB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":965872,\"total\":1742851},\"progress\":\"[===========================\\u003e + \ ] 965.9kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3244032,\"total\":9744271},\"progress\":\"[================\\u003e + \ ] 3.244MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1742851,\"total\":1742851},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9437184,\"total\":9744271},\"progress\":\"[================================================\\u003e + \ ] 9.437MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9744271,\"total\":9744271},\"progress\":\"[==================================================\\u003e] + \ 9.744MB/9.744MB\",\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1821101},\"progress\":\"[\\u003e + \ ] 19.17kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19749,\"total\":1886268},\"progress\":\"[\\u003e + \ ] 19.75kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"1711e06fa4cd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4986975},\"progress\":\"[\\u003e + \ ] 65.54kB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":4986975},\"progress\":\"[====================\\u003e + \ ] 2.032MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4986975,\"total\":4986975},\"progress\":\"[==================================================\\u003e] + \ 4.987MB/4.987MB\",\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"170a0552db9f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2211337},\"progress\":\"[\\u003e + \ ] 32.77kB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":360448,\"total\":1821101},\"progress\":\"[=========\\u003e + \ ] 360.4kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2211337,\"total\":2211337},\"progress\":\"[==================================================\\u003e] + \ 2.211MB/2.211MB\",\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e304d58714f5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8929617},\"progress\":\"[\\u003e + \ ] 98.3kB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8929617},\"progress\":\"[===============================\\u003e + \ ] 5.702MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8929617,\"total\":8929617},\"progress\":\"[==================================================\\u003e] + \ 8.93MB/8.93MB\",\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18513,\"total\":1820839},\"progress\":\"[\\u003e + \ ] 18.51kB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"ad20cc9c0ebf\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8893487},\"progress\":\"[\\u003e + \ ] 98.3kB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8893487},\"progress\":\"[================================\\u003e + \ ] 5.702MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8893487,\"total\":8893487},\"progress\":\"[==================================================\\u003e] + \ 8.893MB/8.893MB\",\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34764,\"total\":3395117},\"progress\":\"[\\u003e + \ ] 34.76kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":13037,\"total\":1196611},\"progress\":\"[\\u003e + \ ] 13.04kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":294164,\"total\":1196611},\"progress\":\"[============\\u003e + \ ] 294.2kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81544,\"total\":1886268},\"progress\":\"[==\\u003e + \ ] 81.54kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":650489,\"total\":3395117},\"progress\":\"[=========\\u003e + \ ] 650.5kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1178900,\"total\":1196611},\"progress\":\"[=================================================\\u003e + ] 1.179MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2456825,\"total\":3395117},\"progress\":\"[====================================\\u003e + \ ] 2.457MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"7bbc53026547\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":624,\"total\":624},\"progress\":\"[==================================================\\u003e] + \ 624B/624B\",\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8c59eeaee7da\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11636312},\"progress\":\"[\\u003e + \ ] 131.1kB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3801088,\"total\":11636312},\"progress\":\"[================\\u003e + \ ] 3.801MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9830400,\"total\":11636312},\"progress\":\"[==========================================\\u003e + \ ] 9.83MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11636312,\"total\":11636312},\"progress\":\"[==================================================\\u003e] + \ 11.64MB/11.64MB\",\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":55254,\"total\":5500330},\"progress\":\"[\\u003e + \ ] 55.25kB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33395,\"total\":3276712},\"progress\":\"[\\u003e + \ ] 33.4kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1476872,\"total\":5500330},\"progress\":\"[=============\\u003e + \ ] 1.477MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":769306,\"total\":3276712},\"progress\":\"[===========\\u003e + \ ] 769.3kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3418376,\"total\":5500330},\"progress\":\"[===============================\\u003e + \ ] 3.418MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1494265,\"total\":3276712},\"progress\":\"[======================\\u003e + \ ] 1.494MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2369800,\"total\":3276712},\"progress\":\"[====================================\\u003e + \ ] 2.37MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3094792,\"total\":3276712},\"progress\":\"[===============================================\\u003e + \ ] 3.095MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"80afd4824a53\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11011662},\"progress\":\"[\\u003e + \ ] 131.1kB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":11011662},\"progress\":\"[==========================\\u003e + \ ] 5.898MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":142851,\"total\":1886268},\"progress\":\"[===\\u003e + \ ] 142.9kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11011662,\"total\":11011662},\"progress\":\"[==================================================\\u003e] + \ 11.01MB/11.01MB\",\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18514,\"total\":1820818},\"progress\":\"[\\u003e + \ ] 18.51kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":486649,\"total\":1820818},\"progress\":\"[=============\\u003e + \ ] 486.6kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19166,\"total\":1820482},\"progress\":\"[\\u003e + \ ] 19.17kB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1136906,\"total\":1820482},\"progress\":\"[===============================\\u003e + \ ] 1.137MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33395,\"total\":3298905},\"progress\":\"[\\u003e + \ ] 33.4kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":936201,\"total\":3298905},\"progress\":\"[==============\\u003e + \ ] 936.2kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"8788bc0aff6e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3298905,\"total\":3298905},\"progress\":\"[==================================================\\u003e] + \ 3.299MB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":4431949},\"progress\":\"[\\u003e + \ ] 65.54kB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2293760,\"total\":4431949},\"progress\":\"[=========================\\u003e + \ ] 2.294MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4431949,\"total\":4431949},\"progress\":\"[==================================================\\u003e] + \ 4.432MB/4.432MB\",\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"158d99f533ec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1665702},\"progress\":\"[\\u003e + \ ] 32.77kB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1665702,\"total\":1665702},\"progress\":\"[==================================================\\u003e] + \ 1.666MB/1.666MB\",\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30689,\"total\":2978678},\"progress\":\"[\\u003e + \ ] 30.69kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"f00d4c1d4550\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1939158},\"progress\":\"[\\u003e + \ ] 32.77kB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1939158,\"total\":1939158},\"progress\":\"[==================================================\\u003e] + \ 1.939MB/1.939MB\",\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":826616,\"total\":2978678},\"progress\":\"[=============\\u003e + \ ] 826.6kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"717aa4e99409\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2039032,\"total\":2978678},\"progress\":\"[==================================\\u003e + \ ] 2.039MB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2403554},\"progress\":\"[\\u003e + \ ] 32.77kB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2403554,\"total\":2403554},\"progress\":\"[==================================================\\u003e] + \ 2.404MB/2.404MB\",\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"872803a72f7f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2150282},\"progress\":\"[\\u003e + \ ] 32.77kB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2150282,\"total\":2150282},\"progress\":\"[==================================================\\u003e] + \ 2.15MB/2.15MB\",\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":110248,\"total\":10981132},\"progress\":\"[\\u003e + \ ] 110.2kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118705,\"total\":11496075},\"progress\":\"[\\u003e + \ ] 118.7kB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"0df31f208492\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":916728,\"total\":10981132},\"progress\":\"[====\\u003e + \ ] 916.7kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1293559,\"total\":11496075},\"progress\":\"[=====\\u003e + \ ] 1.294MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11042537},\"progress\":\"[\\u003e + \ ] 131.1kB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1719544,\"total\":10981132},\"progress\":\"[=======\\u003e + \ ] 1.72MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5505024,\"total\":11042537},\"progress\":\"[========================\\u003e + \ ] 5.505MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2866423,\"total\":11496075},\"progress\":\"[============\\u003e + \ ] 2.866MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118507,\"total\":11728043},\"progress\":\"[\\u003e + \ ] 118.5kB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2771209,\"total\":10981132},\"progress\":\"[============\\u003e + \ ] 2.771MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11042537,\"total\":11042537},\"progress\":\"[==================================================\\u003e] + \ 11.04MB/11.04MB\",\"id\":\"49602c034330\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4430086,\"total\":11496075},\"progress\":\"[===================\\u003e + \ ] 4.43MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3913993,\"total\":10981132},\"progress\":\"[=================\\u003e + \ ] 3.914MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1035479,\"total\":11728043},\"progress\":\"[====\\u003e + \ ] 1.035MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5990662,\"total\":11496075},\"progress\":\"[==========================\\u003e + \ ] 5.991MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6514950,\"total\":11496075},\"progress\":\"[============================\\u003e + \ ] 6.515MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1559767,\"total\":11728043},\"progress\":\"[======\\u003e + \ ] 1.56MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4602121,\"total\":10981132},\"progress\":\"[====================\\u003e + \ ] 4.602MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5863689,\"total\":10981132},\"progress\":\"[==========================\\u003e + \ ] 5.864MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7563526,\"total\":11496075},\"progress\":\"[================================\\u003e + \ ] 7.564MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2205935,\"total\":11728043},\"progress\":\"[=========\\u003e + \ ] 2.206MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8743174,\"total\":11496075},\"progress\":\"[======================================\\u003e + \ ] 8.743MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7481609,\"total\":10981132},\"progress\":\"[==================================\\u003e + \ ] 7.482MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3115247,\"total\":11728043},\"progress\":\"[=============\\u003e + \ ] 3.115MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9529606,\"total\":11496075},\"progress\":\"[=========================================\\u003e + \ ] 9.53MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3901679,\"total\":11728043},\"progress\":\"[================\\u003e + \ ] 3.902MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8624393,\"total\":10981132},\"progress\":\"[=======================================\\u003e + \ ] 8.624MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10438918,\"total\":11496075},\"progress\":\"[=============================================\\u003e + \ ] 10.44MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4950255,\"total\":11728043},\"progress\":\"[=====================\\u003e + \ ] 4.95MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10369289,\"total\":10981132},\"progress\":\"[===============================================\\u003e + \ ] 10.37MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"49602c034330\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8954032},\"progress\":\"[\\u003e + \ ] 98.3kB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11487494,\"total\":11496075},\"progress\":\"[=================================================\\u003e + ] 11.49MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5994735,\"total\":11728043},\"progress\":\"[=========================\\u003e + \ ] 5.995MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5406720,\"total\":8954032},\"progress\":\"[==============================\\u003e + \ ] 5.407MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7551215,\"total\":11728043},\"progress\":\"[================================\\u003e + \ ] 7.551MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8954032,\"total\":8954032},\"progress\":\"[==================================================\\u003e] + \ 8.954MB/8.954MB\",\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9373935,\"total\":11728043},\"progress\":\"[=======================================\\u003e + \ ] 9.374MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11589871,\"total\":11728043},\"progress\":\"[=================================================\\u003e + ] 11.59MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":118540,\"total\":11728621},\"progress\":\"[\\u003e + \ ] 118.5kB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21220,\"total\":2099197},\"progress\":\"[\\u003e + \ ] 21.22kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1166584,\"total\":11728621},\"progress\":\"[====\\u003e + \ ] 1.167MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":654553,\"total\":2099197},\"progress\":\"[===============\\u003e + \ ] 654.6kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2464012,\"total\":11728621},\"progress\":\"[==========\\u003e + \ ] 2.464MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1342681,\"total\":2099197},\"progress\":\"[===============================\\u003e + \ ] 1.343MB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"ee21ee5ec232\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10967056},\"progress\":\"[\\u003e + \ ] 131.1kB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4028684,\"total\":11728621},\"progress\":\"[=================\\u003e + \ ] 4.029MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90156,\"total\":8674271},\"progress\":\"[\\u003e + \ ] 90.16kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":10967056},\"progress\":\"[=========================\\u003e + \ ] 5.636MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5986572,\"total\":11728621},\"progress\":\"[=========================\\u003e + \ ] 5.987MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10967056,\"total\":10967056},\"progress\":\"[==================================================\\u003e] + \ 10.97MB/10.97MB\",\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":965902,\"total\":8674271},\"progress\":\"[=====\\u003e + \ ] 965.9kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7559436,\"total\":11728621},\"progress\":\"[================================\\u003e + \ ] 7.559MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1850638,\"total\":8674271},\"progress\":\"[==========\\u003e + \ ] 1.851MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9251084,\"total\":11728621},\"progress\":\"[=======================================\\u003e + \ ] 9.251MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2727149,\"total\":8674271},\"progress\":\"[===============\\u003e + \ ] 2.727MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11728621,\"total\":11728621},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90910,\"total\":8892057},\"progress\":\"[\\u003e + \ ] 90.91kB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3615981,\"total\":8674271},\"progress\":\"[====================\\u003e + \ ] 3.616MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1359096,\"total\":8892057},\"progress\":\"[=======\\u003e + \ ] 1.359MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5090541,\"total\":8674271},\"progress\":\"[=============================\\u003e + \ ] 5.091MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3016969,\"total\":8892057},\"progress\":\"[================\\u003e + \ ] 3.017MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6368493,\"total\":8674271},\"progress\":\"[====================================\\u003e + \ ] 6.368MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4589833,\"total\":8892057},\"progress\":\"[=========================\\u003e + \ ] 4.59MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"e16466d99f83\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":568,\"total\":568},\"progress\":\"[==================================================\\u003e] + \ 568B/568B\",\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"5c53d58717dd\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7727358,\"total\":8674271},\"progress\":\"[============================================\\u003e + \ ] 7.727MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5278058},\"progress\":\"[\\u003e + \ ] 65.54kB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2228224,\"total\":5278058},\"progress\":\"[=====================\\u003e + \ ] 2.228MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8120574,\"total\":8674271},\"progress\":\"[==============================================\\u003e + \ ] 8.121MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5851401,\"total\":8892057},\"progress\":\"[================================\\u003e + \ ] 5.851MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5278058,\"total\":5278058},\"progress\":\"[==================================================\\u003e] + \ 5.278MB/5.278MB\",\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90002,\"total\":8891888},\"progress\":\"[\\u003e + \ ] 90kB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7805193,\"total\":8892057},\"progress\":\"[===========================================\\u003e + \ ] 7.805MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3cc9719c6a4f\"}\r\n{\"status\":\"Verifying + Checksum\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1260793,\"total\":8891888},\"progress\":\"[=======\\u003e + \ ] 1.261MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3407736},\"progress\":\"[\\u003e + \ ] 65.54kB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3407736,\"total\":3407736},\"progress\":\"[==================================================\\u003e] + \ 3.408MB/3.408MB\",\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2922761,\"total\":8891888},\"progress\":\"[================\\u003e + \ ] 2.923MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5269769,\"total\":8891888},\"progress\":\"[=============================\\u003e + \ ] 5.27MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"6303ff5f4f6d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":9010523},\"progress\":\"[\\u003e + \ ] 98.3kB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7616777,\"total\":8891888},\"progress\":\"[==========================================\\u003e + \ ] 7.617MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5406720,\"total\":9010523},\"progress\":\"[==============================\\u003e + \ ] 5.407MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":9010523,\"total\":9010523},\"progress\":\"[==================================================\\u003e] + \ 9.011MB/9.011MB\",\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Pull + complete\",\"progressDetail\":{},\"id\":\"f80bb4346fec\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8881041},\"progress\":\"[\\u003e + \ ] 98.3kB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8881041},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8881041,\"total\":8881041},\"progress\":\"[==================================================\\u003e] + \ 8.881MB/8.881MB\",\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d283ab2a932a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1661545},\"progress\":\"[\\u003e + \ ] 32.77kB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1661545,\"total\":1661545},\"progress\":\"[==================================================\\u003e] + \ 1.662MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1661545,\"total\":1661545},\"progress\":\"[==================================================\\u003e] + \ 1.662MB/1.662MB\",\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ac80ca087bb3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1927241},\"progress\":\"[\\u003e + \ ] 32.77kB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1927241,\"total\":1927241},\"progress\":\"[==================================================\\u003e] + \ 1.927MB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1927241,\"total\":1927241},\"progress\":\"[==================================================\\u003e] + \ 1.927MB/1.927MB\",\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6bb6c35fef68\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3353157},\"progress\":\"[\\u003e + \ ] 65.54kB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3353157,\"total\":3353157},\"progress\":\"[==================================================\\u003e] + \ 3.353MB/3.353MB\",\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a6616fc1ba0d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5014690},\"progress\":\"[\\u003e + \ ] 65.54kB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2097152,\"total\":5014690},\"progress\":\"[====================\\u003e + \ ] 2.097MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5014690,\"total\":5014690},\"progress\":\"[==================================================\\u003e] + \ 5.015MB/5.015MB\",\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"c51b3d47f346\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6024,\"total\":6024},\"progress\":\"[==================================================\\u003e] + \ 6.024kB/6.024kB\",\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8fa535af5f9b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6388,\"total\":6388},\"progress\":\"[==================================================\\u003e] + \ 6.388kB/6.388kB\",\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3494ae5461f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3387582},\"progress\":\"[\\u003e + \ ] 65.54kB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3387582,\"total\":3387582},\"progress\":\"[==================================================\\u003e] + \ 3.388MB/3.388MB\",\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"951c9bf1f8f3\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":6719033},\"progress\":\"[\\u003e + \ ] 98.3kB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2162688,\"total\":6719033},\"progress\":\"[================\\u003e + \ ] 2.163MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":6719033,\"total\":6719033},\"progress\":\"[==================================================\\u003e] + \ 6.719MB/6.719MB\",\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6b2eff4e3248\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3442285},\"progress\":\"[\\u003e + \ ] 65.54kB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3442285,\"total\":3442285},\"progress\":\"[==================================================\\u003e] + \ 3.442MB/3.442MB\",\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d5631d9aa1ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8518577},\"progress\":\"[\\u003e + \ ] 98.3kB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8518577},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8518577,\"total\":8518577},\"progress\":\"[==================================================\\u003e] + \ 8.519MB/8.519MB\",\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"74afa5104fc7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8776512},\"progress\":\"[\\u003e + \ ] 98.3kB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5996544,\"total\":8776512},\"progress\":\"[==================================\\u003e + \ ] 5.997MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8776512,\"total\":8776512},\"progress\":\"[==================================================\\u003e] + \ 8.777MB/8.777MB\",\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3a4bfa1388b1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2368905},\"progress\":\"[\\u003e + \ ] 32.77kB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2368905,\"total\":2368905},\"progress\":\"[==================================================\\u003e] + \ 2.369MB/2.369MB\",\"id\":\"0946610ac053\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0946610ac053\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10333354},\"progress\":\"[\\u003e + \ ] 131.1kB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1572864,\"total\":10333354},\"progress\":\"[=======\\u003e + \ ] 1.573MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7471104,\"total\":10333354},\"progress\":\"[====================================\\u003e + \ ] 7.471MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10333354,\"total\":10333354},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10333354,\"total\":10333354},\"progress\":\"[==================================================\\u003e] + \ 10.33MB/10.33MB\",\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a7007ea2fb1a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10253599},\"progress\":\"[\\u003e + \ ] 131.1kB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10253599},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7995392,\"total\":10253599},\"progress\":\"[======================================\\u003e + \ ] 7.995MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10253599,\"total\":10253599},\"progress\":\"[==================================================\\u003e] + \ 10.25MB/10.25MB\",\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0a3df5278d6e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10507288},\"progress\":\"[\\u003e + \ ] 131.1kB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10507288},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7471104,\"total\":10507288},\"progress\":\"[===================================\\u003e + \ ] 7.471MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10507288,\"total\":10507288},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ddccd69f2106\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10507090},\"progress\":\"[\\u003e + \ ] 131.1kB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1835008,\"total\":10507090},\"progress\":\"[========\\u003e + \ ] 1.835MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7602176,\"total\":10507090},\"progress\":\"[====================================\\u003e + \ ] 7.602MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10507090,\"total\":10507090},\"progress\":\"[==================================================\\u003e] + \ 10.51MB/10.51MB\",\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"966b2eb46b92\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2135758},\"progress\":\"[\\u003e + \ ] 32.77kB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2135758,\"total\":2135758},\"progress\":\"[==================================================\\u003e] + \ 2.136MB/2.136MB\",\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"675b5ceb662c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2134896},\"progress\":\"[\\u003e + \ ] 32.77kB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2134896,\"total\":2134896},\"progress\":\"[==================================================\\u003e] + \ 2.135MB/2.135MB\",\"id\":\"621af36fffad\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"621af36fffad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2100107},\"progress\":\"[\\u003e + \ ] 32.77kB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2100107,\"total\":2100107},\"progress\":\"[==================================================\\u003e] + \ 2.1MB/2.1MB\",\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"7dc3d4a1d0d2\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":576,\"total\":576},\"progress\":\"[==================================================\\u003e] + \ 576B/576B\",\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cbaf031bd886\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":196608,\"total\":17835616},\"progress\":\"[\\u003e + \ ] 196.6kB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":17835616},\"progress\":\"[================\\u003e + \ ] 5.898MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11403264,\"total\":17835616},\"progress\":\"[===============================\\u003e + \ ] 11.4MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17498112,\"total\":17835616},\"progress\":\"[=================================================\\u003e + ] 17.5MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17835616,\"total\":17835616},\"progress\":\"[==================================================\\u003e] + \ 17.84MB/17.84MB\",\"id\":\"9eced3103575\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9eced3103575\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":196608,\"total\":17836362},\"progress\":\"[\\u003e + \ ] 196.6kB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5505024,\"total\":17836362},\"progress\":\"[===============\\u003e + \ ] 5.505MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11403264,\"total\":17836362},\"progress\":\"[===============================\\u003e + \ ] 11.4MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17104896,\"total\":17836362},\"progress\":\"[===============================================\\u003e + \ ] 17.1MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17836362,\"total\":17836362},\"progress\":\"[==================================================\\u003e] + \ 17.84MB/17.84MB\",\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"f29614c1dce9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2101827},\"progress\":\"[\\u003e + \ ] 32.77kB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2101827,\"total\":2101827},\"progress\":\"[==================================================\\u003e] + \ 2.102MB/2.102MB\",\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e1ef02a7afa4\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8676127},\"progress\":\"[\\u003e + \ ] 98.3kB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":8676127},\"progress\":\"[=================================\\u003e + \ ] 5.898MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8676127,\"total\":8676127},\"progress\":\"[==================================================\\u003e] + \ 8.676MB/8.676MB\",\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b70e1eaa11e7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10574680},\"progress\":\"[\\u003e + \ ] 131.1kB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":10574680},\"progress\":\"[===========================\\u003e + \ ] 5.767MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10574680,\"total\":10574680},\"progress\":\"[==================================================\\u003e] + \ 10.57MB/10.57MB\",\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"eee1955593d7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8517358},\"progress\":\"[\\u003e + \ ] 98.3kB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":8517358},\"progress\":\"[==================================\\u003e + \ ] 5.898MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8517358,\"total\":8517358},\"progress\":\"[==================================================\\u003e] + \ 8.517MB/8.517MB\",\"id\":\"e8934202970d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e8934202970d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10733712},\"progress\":\"[\\u003e + \ ] 131.1kB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":10733712},\"progress\":\"[===========================\\u003e + \ ] 5.898MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10733712,\"total\":10733712},\"progress\":\"[==================================================\\u003e] + \ 10.73MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10733712,\"total\":10733712},\"progress\":\"[==================================================\\u003e] + \ 10.73MB/10.73MB\",\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3ede0d52aadc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8516763},\"progress\":\"[\\u003e + \ ] 98.3kB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8516763},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8516763,\"total\":8516763},\"progress\":\"[==================================================\\u003e] + \ 8.517MB/8.517MB\",\"id\":\"462750244376\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"462750244376\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10375760},\"progress\":\"[\\u003e + \ ] 131.1kB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5242880,\"total\":10375760},\"progress\":\"[=========================\\u003e + \ ] 5.243MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10375760,\"total\":10375760},\"progress\":\"[==================================================\\u003e] + \ 10.38MB/10.38MB\",\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"67c85e60d410\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1825222},\"progress\":\"[\\u003e + \ ] 32.77kB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1825222,\"total\":1825222},\"progress\":\"[==================================================\\u003e] + \ 1.825MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1825222,\"total\":1825222},\"progress\":\"[==================================================\\u003e] + \ 1.825MB/1.825MB\",\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"e966a0ffd601\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8532152},\"progress\":\"[\\u003e + \ ] 98.3kB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5701632,\"total\":8532152},\"progress\":\"[=================================\\u003e + \ ] 5.702MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8532152,\"total\":8532152},\"progress\":\"[==================================================\\u003e] + \ 8.532MB/8.532MB\",\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cb20f596b25b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2014841},\"progress\":\"[\\u003e + \ ] 32.77kB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2014841,\"total\":2014841},\"progress\":\"[==================================================\\u003e] + \ 2.015MB/2.015MB\",\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"ab957ce63cbc\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1743403},\"progress\":\"[\\u003e + \ ] 32.77kB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1743403,\"total\":1743403},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"1ebdbf629f72\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820134},\"progress\":\"[\\u003e + \ ] 32.77kB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820134,\"total\":1820134},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"1cabf22413b5\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1742851},\"progress\":\"[\\u003e + \ ] 32.77kB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1742851,\"total\":1742851},\"progress\":\"[==================================================\\u003e] + \ 1.743MB/1.743MB\",\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b72c6909028d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":627,\"total\":627},\"progress\":\"[==================================================\\u003e] + \ 627B/627B\",\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"945d67d3de1f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1821101},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1821101,\"total\":1821101},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9381ce43653e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1886268},\"progress\":\"[\\u003e + \ ] 32.77kB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1886268,\"total\":1886268},\"progress\":\"[==================================================\\u003e] + \ 1.886MB/1.886MB\",\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"79589c2487f7\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820839},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820839,\"total\":1820839},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cdca6b8aca10\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":705,\"total\":705},\"progress\":\"[==================================================\\u003e] + \ 705B/705B\",\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"9404b6072a7e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3395117},\"progress\":\"[\\u003e + \ ] 65.54kB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1900544,\"total\":3395117},\"progress\":\"[===========================\\u003e + \ ] 1.901MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3395117,\"total\":3395117},\"progress\":\"[==================================================\\u003e] + \ 3.395MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3395117,\"total\":3395117},\"progress\":\"[==================================================\\u003e] + \ 3.395MB/3.395MB\",\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"667024c49ff0\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1196611},\"progress\":\"[=\\u003e + \ ] 32.77kB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1196611,\"total\":1196611},\"progress\":\"[==================================================\\u003e] + \ 1.197MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1196611,\"total\":1196611},\"progress\":\"[==================================================\\u003e] + \ 1.197MB/1.197MB\",\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"b1954ae26015\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":5500330},\"progress\":\"[\\u003e + \ ] 65.54kB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2031616,\"total\":5500330},\"progress\":\"[==================\\u003e + \ ] 2.032MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5500330,\"total\":5500330},\"progress\":\"[==================================================\\u003e] + \ 5.5MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5500330,\"total\":5500330},\"progress\":\"[==================================================\\u003e] + \ 5.5MB/5.5MB\",\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"73d7b95ab44f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":3276712},\"progress\":\"[\\u003e + \ ] 32.77kB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3276712,\"total\":3276712},\"progress\":\"[==================================================\\u003e] + \ 3.277MB/3.277MB\",\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"058a40a8ee17\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820818},\"progress\":\"[\\u003e + \ ] 32.77kB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820818,\"total\":1820818},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820818,\"total\":1820818},\"progress\":\"[==================================================\\u003e] + \ 1.821MB/1.821MB\",\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"09faabbbffd9\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":1820482},\"progress\":\"[\\u003e + \ ] 32.77kB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820482,\"total\":1820482},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1820482,\"total\":1820482},\"progress\":\"[==================================================\\u003e] + \ 1.82MB/1.82MB\",\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0fed10e34b2c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":65536,\"total\":3298905},\"progress\":\"[\\u003e + \ ] 65.54kB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3298905,\"total\":3298905},\"progress\":\"[==================================================\\u003e] + \ 3.299MB/3.299MB\",\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"bfa4bfd1f6ca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":10981132},\"progress\":\"[\\u003e + \ ] 131.1kB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":10981132},\"progress\":\"[==========================\\u003e + \ ] 5.898MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10981132,\"total\":10981132},\"progress\":\"[==================================================\\u003e] + \ 10.98MB/10.98MB\",\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"fcb7820e6fb8\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2978678},\"progress\":\"[\\u003e + \ ] 32.77kB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2978678,\"total\":2978678},\"progress\":\"[==================================================\\u003e] + \ 2.979MB/2.979MB\",\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"99bf60e2135f\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":628,\"total\":628},\"progress\":\"[==================================================\\u003e] + \ 628B/628B\",\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"12c60e3edeeb\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11496075},\"progress\":\"[\\u003e + \ ] 131.1kB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5636096,\"total\":11496075},\"progress\":\"[========================\\u003e + \ ] 5.636MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11141120,\"total\":11496075},\"progress\":\"[================================================\\u003e + \ ] 11.14MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11496075,\"total\":11496075},\"progress\":\"[==================================================\\u003e] + \ 11.5MB/11.5MB\",\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"c5e12a4c28ab\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11728043},\"progress\":\"[\\u003e + \ ] 131.1kB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5767168,\"total\":11728043},\"progress\":\"[========================\\u003e + \ ] 5.767MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11272192,\"total\":11728043},\"progress\":\"[================================================\\u003e + \ ] 11.27MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11728043,\"total\":11728043},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3b60389a8f6c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":131072,\"total\":11728621},\"progress\":\"[\\u003e + \ ] 131.1kB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5898240,\"total\":11728621},\"progress\":\"[=========================\\u003e + \ ] 5.898MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11272192,\"total\":11728621},\"progress\":\"[================================================\\u003e + \ ] 11.27MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11728621,\"total\":11728621},\"progress\":\"[==================================================\\u003e] + \ 11.73MB/11.73MB\",\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"8e0be7df638a\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32768,\"total\":2099197},\"progress\":\"[\\u003e + \ ] 32.77kB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2099197,\"total\":2099197},\"progress\":\"[==================================================\\u003e] + \ 2.099MB/2.099MB\",\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"6c541a3ff06c\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8674271},\"progress\":\"[\\u003e + \ ] 98.3kB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8674271},\"progress\":\"[================================\\u003e + \ ] 5.603MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8674271,\"total\":8674271},\"progress\":\"[==================================================\\u003e] + \ 8.674MB/8.674MB\",\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"efbeafa4d94d\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8892057},\"progress\":\"[\\u003e + \ ] 98.3kB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8892057},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8892057,\"total\":8892057},\"progress\":\"[==================================================\\u003e] + \ 8.892MB/8.892MB\",\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d2d079dfff37\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":98304,\"total\":8891888},\"progress\":\"[\\u003e + \ ] 98.3kB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5603328,\"total\":8891888},\"progress\":\"[===============================\\u003e + \ ] 5.603MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8891888,\"total\":8891888},\"progress\":\"[==================================================\\u003e] + \ 8.892MB/8.892MB\",\"id\":\"d741a76befca\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"d741a76befca\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":281,\"total\":281},\"progress\":\"[==================================================\\u003e] + \ 281B/281B\",\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"3c6a7eda90ad\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"44de89a4970e\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":187,\"total\":187},\"progress\":\"[==================================================\\u003e] + \ 187B/187B\",\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"916cec4c066b\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":32,\"total\":32},\"progress\":\"[==================================================\\u003e] + \ 32B/32B\",\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"4f4fb700ef54\"}\r\n{\"status\":\"Digest: + sha256:195f4f9092ac3143809ca9bac477068d0ad267477d54a3cc6f09b0d1db894708\"}\r\n{\"status\":\"Status: + Downloaded newer image for paketobuildpacks/builder-jammy-base:latest\"}\r\n" headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:10 GMT + - Tue, 29 Apr 2025 14:07:16 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"Platform":{"Name":"Docker Desktop 4.12.0 (85629)"},"Components":[{"Name":"Engine","Version":"20.10.17","Details":{"ApiVersion":"1.41","Arch":"amd64","BuildTime":"2022-06-06T23:01:23.000000000+00:00","Experimental":"false","GitCommit":"a89b842","GoVersion":"go1.17.11","KernelVersion":"5.10.124-linuxkit","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.8","Details":{"GitCommit":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"}},{"Name":"runc","Version":"1.1.4","Details":{"GitCommit":"v1.1.4-0-g5fd4c4d"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"20.10.17","ApiVersion":"1.41","MinAPIVersion":"1.12","GitCommit":"a89b842","GoVersion":"go1.17.11","Os":"linux","Arch":"amd64","KernelVersion":"5.10.124-linuxkit","BuildTime":"2022-06-06T23:01:23.000000000+00:00"} + {"Platform":{"Name":""},"Components":[{"Name":"Engine","Version":"26.1.3","Details":{"ApiVersion":"1.45","Arch":"amd64","BuildTime":"2024-12-12T08:27:10.000000000+00:00","Experimental":"false","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","KernelVersion":"6.11.0-24-generic","MinAPIVersion":"1.24","Os":"linux"}},{"Name":"containerd","Version":"2.0.0~rc3","Details":{"GitCommit":""}},{"Name":"runc","Version":"1.1.12-0ubuntu4","Details":{"GitCommit":""}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":""}}],"Version":"26.1.3","ApiVersion":"1.45","MinAPIVersion":"1.24","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","Os":"linux","Arch":"amd64","KernelVersion":"6.11.0-24-generic","BuildTime":"2024-12-12T08:27:10.000000000+00:00"} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/version + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/version method: GET response: body: | - {"Platform":{"Name":"Docker Desktop 4.12.0 (85629)"},"Components":[{"Name":"Engine","Version":"20.10.17","Details":{"ApiVersion":"1.41","Arch":"amd64","BuildTime":"2022-06-06T23:01:23.000000000+00:00","Experimental":"false","GitCommit":"a89b842","GoVersion":"go1.17.11","KernelVersion":"5.10.124-linuxkit","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.8","Details":{"GitCommit":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"}},{"Name":"runc","Version":"1.1.4","Details":{"GitCommit":"v1.1.4-0-g5fd4c4d"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"20.10.17","ApiVersion":"1.41","MinAPIVersion":"1.12","GitCommit":"a89b842","GoVersion":"go1.17.11","Os":"linux","Arch":"amd64","KernelVersion":"5.10.124-linuxkit","BuildTime":"2022-06-06T23:01:23.000000000+00:00"} + {"Platform":{"Name":""},"Components":[{"Name":"Engine","Version":"26.1.3","Details":{"ApiVersion":"1.45","Arch":"amd64","BuildTime":"2024-12-12T08:27:10.000000000+00:00","Experimental":"false","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","KernelVersion":"6.11.0-24-generic","MinAPIVersion":"1.24","Os":"linux"}},{"Name":"containerd","Version":"2.0.0~rc3","Details":{"GitCommit":""}},{"Name":"runc","Version":"1.1.12-0ubuntu4","Details":{"GitCommit":""}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":""}}],"Version":"26.1.3","ApiVersion":"1.45","MinAPIVersion":"1.24","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","Os":"linux","Arch":"amd64","KernelVersion":"6.11.0-24-generic","BuildTime":"2024-12-12T08:27:10.000000000+00:00"} headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "766" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:10 GMT + - Tue, 29 Apr 2025 14:08:23 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"Id":"sha256:050ed48532b2372205a8bded4b0ad65578e02f979ef50cabbc587e7c157bb255","RepoTags":["paketobuildpacks/builder:base"],"RepoDigests":["paketobuildpacks/builder@sha256:17ea21162ba8c7717d3ead3ee3836a368aced7f02f2e59658e52029bd6d149e7"],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1000","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.bionic"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"0.38.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"0.3.19\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"0.13.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"0.14.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"0.12.15\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.6.14\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.2.10\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.6\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.0.22\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.3.10\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.21\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"8.12.0\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.12.1\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"9.14.0\",\"homepage\":\"https://paketo.io/docs/howto/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"7.13.7\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.15.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.5.5\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"7.6.1\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"3.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"1.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.2\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.1\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.13.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.38.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.7.9\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.7.21\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.14.5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.10.3\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.31\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.9.1\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.30\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"0.17.1\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.15.3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Source Removal Buildpack\",\"version\":\"0.2.0\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run:base-cnb\",\"mirrors\":[\"gcr.io/paketo-buildpacks/run:base-cnb\"]}},\"lifecycle\":{\"version\":\"0.16.5\",\"api\":{\"buildpack\":\"0.2\",\"platform\":\"0.3\"},\"apis\":{\"buildpack\":{\"deprecated\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\"]},\"platform\":{\"deprecated\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.29.0+git-95c8060.build-4209\"}}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"7.13.7\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.15.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"10.2.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.7.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.7.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.6.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.8.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"3.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"},\"3.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"0.38.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.2.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"0.13.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.6.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"0.12.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"0.3.19\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"0.14.17\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"0.3.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"0.13.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"0.14.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"0.12.15\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.5.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.5.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.4.3\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.21\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.0.22\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.3.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"7.6.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.3.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.6.14\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.5.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"9.14.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"7.13.7\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"3.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.15.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"7.6.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.5.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871\",\"homepage\":\"https://paketo.io/docs/howto/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"8.12.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.4.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.12.1\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"3.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.15.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.8.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.14.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.12.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.15.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"1.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"1.0.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"1.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]}],\"layerDiffID\":\"sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.1.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.10.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.17.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.5.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.18\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.31\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.13.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.9.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.38.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.31\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.10.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.12.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5\",\"name\":\"Paketo Source Removal Buildpack\"}},\"paketo-buildpacks/spring-boot\":{\"5.26.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"1.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.4.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.2.10\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"2.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"},\"2.8.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"0.17.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]}],\"layerDiffID\":\"sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.1.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"1.1.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.38.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"0.38.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.4.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.13.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"0.17.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"8.12.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"9.14.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"1.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:bionic with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\",\"build:libmpc3\",\"build:libstdc++-7-dev\",\"build:libjq1\",\"build:curl\",\"build:libasan4\",\"build:libhx509-5-heimdal\",\"build:cpp-7\",\"build:perl-modules-5.26\",\"build:libgomp1\",\"build:libldap-2.4-2\",\"build:gcc-7\",\"build:libc6-dev\",\"build:libnghttp2-14\",\"build:build-essential\",\"build:libsasl2-modules-db\",\"build:librtmp1\",\"build:libisl19\",\"build:libquadmath0\",\"build:binutils-x86-64-linux-gnu\",\"build:github.com/BurntSushi/toml\",\"build:libonig4\",\"build:git\",\"build:g++\",\"build:libasn1-8-heimdal\",\"build:libbinutils\",\"build:libgdbm-compat4\",\"build:git-man\",\"build:libpsl5\",\"build:xz-utils\",\"build:binutils-common\",\"build:libitm1\",\"build:libgcc-7-dev\",\"build:libkrb5support0\",\"build:libsasl2-2\",\"build:libatomic1\",\"build:cpp\",\"build:gcc\",\"build:libdpkg-perl\",\"build:libmpfr6\",\"build:libmpx2\",\"build:make\",\"build:binutils\",\"build:dpkg-dev\",\"build:libkeyutils1\",\"build:jq\",\"build:libhcrypto4-heimdal\",\"build:g++-7\",\"build:libkrb5-3\",\"build:libldap-common\",\"build:libroken18-heimdal\",\"build:libtsan0\",\"build:github.com/hashicorp/hcl\",\"build:libgssapi-krb5-2\",\"build:libheimntlm0-heimdal\",\"build:libk5crypto3\",\"build:libsqlite3-0\",\"build:libcurl3-gnutls\",\"build:libc-dev-bin\",\"build:libcilkrts5\",\"build:liblsan0\",\"build:perl\",\"build:github.com/sclevine/yj/v5\",\"build:libgssapi3-heimdal\",\"build:libheimbase1-heimdal\",\"build:libkrb5-26-heimdal\",\"build:libwind0-heimdal\",\"build:libcc1-0\",\"build:libperl5.26\",\"build:linux-libc-dev\",\"build:patch\",\"build:gcc-7-base\",\"build:libubsan0\",\"build:libgmpxx4ldbl\",\"build:zlib1g-dev\",\"build:gopkg.in/yaml.v3\",\"build:libcurl4\",\"build:liberror-perl\",\"build:libgdbm5\",\"build:libgmp-dev\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"binutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-common\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"Common files for the GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-x86-64-linux-gnu\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities, for x86-64-linux-gnu target\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"build-essential\",\"version\":\"12.4ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Informational list of build-essential packages\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"cpp\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C preprocessor (cpp)\"},{\"name\":\"cpp-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C preprocessor\"},{\"name\":\"curl\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"command line tool for transferring data with URL syntax\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"dpkg-dev\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Debian package development tools\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"g++\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"g++-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"gcc\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7-base\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"git\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"fast, scalable, distributed revision control system\"},{\"name\":\"git-man\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"all\",\"source\":{\"name\":\"git\"},\"summary\":\"fast, scalable, distributed revision control system (manual pages)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"jq\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"lightweight and flexible command-line JSON processor\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libasan4\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"AddressSanitizer -- a fast memory error detector\"},{\"name\":\"libasn1-8-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - ASN.1 library\"},{\"name\":\"libatomic1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"support library providing __atomic built-in functions\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libbinutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities (private shared library)\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc-dev-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libc6-dev\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development Libraries and Header Files\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcc1-0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC cc1 plugin for GDB\"},{\"name\":\"libcilkrts5\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"Intel Cilk Plus language extensions (runtime)\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libcurl3-gnutls\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (GnuTLS flavour)\"},{\"name\":\"libcurl4\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (OpenSSL flavour)\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libdpkg-perl\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Dpkg perl modules\"},{\"name\":\"liberror-perl\",\"version\":\"0.17025-1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Perl module for error/exception handling in an OO-ish way\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC support library (development files)\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgdbm-compat4\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (legacy support runtime version)\"},{\"name\":\"libgdbm5\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (runtime version)\"},{\"name\":\"libgmp-dev\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library developers tools\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgmpxx4ldbl\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library (C++ bindings)\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgomp1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC OpenMP (GOMP) support library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libgssapi-krb5-2\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - krb5 GSS-API Mechanism\"},{\"name\":\"libgssapi3-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - GSSAPI support library\"},{\"name\":\"libhcrypto4-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - crypto library\"},{\"name\":\"libheimbase1-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - Base library\"},{\"name\":\"libheimntlm0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - NTLM support library\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libhx509-5-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - X509 support library\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"libisl19\",\"version\":\"0.19-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"isl\"},\"summary\":\"manipulating sets and relations of integer points bounded by linear constraints\"},{\"name\":\"libitm1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Transactional Memory Library\"},{\"name\":\"libjq1\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"jq\"},\"summary\":\"lightweight and flexible command-line JSON processor - shared library\"},{\"name\":\"libk5crypto3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Crypto Library\"},{\"name\":\"libkeyutils1\",\"version\":\"1.5.9-9.2ubuntu2.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"keyutils\"},\"summary\":\"Linux Key Management Utilities (library)\"},{\"name\":\"libkrb5-26-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - libraries\"},{\"name\":\"libkrb5-3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries\"},{\"name\":\"libkrb5support0\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Support library\"},{\"name\":\"libldap-2.4-2\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP libraries\"},{\"name\":\"libldap-common\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"all\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP common files for libraries\"},{\"name\":\"liblsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"LeakSanitizer -- a memory leak detector (runtime)\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libmpc3\",\"version\":\"1.1.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpclib3\"},\"summary\":\"multiple precision complex floating-point library\"},{\"name\":\"libmpfr6\",\"version\":\"4.0.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpfr4\"},\"summary\":\"multiple precision floating-point computation\"},{\"name\":\"libmpx2\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"Intel memory protection extensions (runtime)\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libnghttp2-14\",\"version\":\"1.30.0-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nghttp2\"},\"summary\":\"library implementing HTTP/2 protocol (shared library)\"},{\"name\":\"libonig4\",\"version\":\"6.7.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libonig\"},\"summary\":\"regular expressions library\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libperl5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"shared Perl library\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libpsl5\",\"version\":\"0.19.1-5build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libpsl\"},\"summary\":\"Library for Public Suffix List (shared libraries)\"},{\"name\":\"libquadmath0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC Quad-Precision Math Library\"},{\"name\":\"libroken18-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - roken support library\"},{\"name\":\"librtmp1\",\"version\":\"2.4+20151223.gitfa8646d.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"rtmpdump\"},\"summary\":\"toolkit for RTMP streams (shared library)\"},{\"name\":\"libsasl2-2\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - authentication abstraction library\"},{\"name\":\"libsasl2-modules-db\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - pluggable authentication modules (DB)\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libsqlite3-0\",\"version\":\"3.22.0-1ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"sqlite3\"},\"summary\":\"SQLite 3 shared library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU Standard C++ Library v3 (development files)\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libtsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"ThreadSanitizer -- a Valgrind-based detector of data races (runtime)\"},{\"name\":\"libubsan0\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"UBSan -- undefined behaviour sanitizer (runtime)\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libwind0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - stringprep implementation\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"linux-libc-dev\",\"version\":\"4.15.0-213.224\",\"arch\":\"amd64\",\"source\":{\"name\":\"linux\"},\"summary\":\"Linux Kernel Headers for development\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"make\",\"version\":\"4.1-9.1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"make-dfsg\"},\"summary\":\"utility for directing compilation\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"patch\",\"version\":\"2.7.6-2ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Apply a diff file to an original\"},{\"name\":\"perl\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Larry Wall's Practical Extraction and Report Language\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"perl-modules-5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"all\",\"source\":{\"name\":\"perl\"},\"summary\":\"Core Perl modules\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"xz-utils\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"XZ-format compression utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"},{\"name\":\"zlib1g-dev\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - development\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":1313090445,"VirtualSize":1313090445,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/302afa2ae7b1236b951648464ce6ecdf021855eb19ef3a21c01d4752a49d2ad1/diff:/var/lib/docker/overlay2/a3827a8caf7b2a496e659391cd6550b165931caa175931981d144d0ae01b41e3/diff:/var/lib/docker/overlay2/9aad20fb33f29e445ed9ed5da5e1b6f9b6769d35d547ae69ccc133dc2fd51f0f/diff:/var/lib/docker/overlay2/0956c9d3b61cfe5a9bb6ca26dac5d3eee7b9e65bef852afb594be53fb6d42bd9/diff:/var/lib/docker/overlay2/503b5868f1062e2664ef1086b7e99b005422b7463625c7add9c43fdd9dbe7465/diff:/var/lib/docker/overlay2/e792b55a733db85a54aec655eb06cf69692f02c11be863a29c952aff1469169f/diff:/var/lib/docker/overlay2/add55575bd519be1ca1dec4495961a7ad640f4e59d5d0a9deced63e85ae9c887/diff:/var/lib/docker/overlay2/87aa4351de78b1256486265f849064e22980e30dda35a1742cd38f462b02c607/diff:/var/lib/docker/overlay2/bf0f5acd9c0de9a5984fa5b666ea2e18076f60953528d874a582c2eb36b89fff/diff:/var/lib/docker/overlay2/35378a11de52877c7121197b60cb79b2cc886e47f9e26207445601cf4d114c2f/diff:/var/lib/docker/overlay2/1537d7d7dc7adbb815254fbe2cf661f631a88ab78b2abf2d0ef0cc435342bd0f/diff:/var/lib/docker/overlay2/f1cc426b53d50e22c009f2673ff43ca8c6075502bb1a485f544ce89834b19012/diff:/var/lib/docker/overlay2/2773eec0b2b8c8af4ec33319540d73050707ee3aabcb5bab547e22ef62840077/diff:/var/lib/docker/overlay2/5650d59057c99f9a53365403a2136f8818afc8cc879bc2abf5054318ab05ee69/diff:/var/lib/docker/overlay2/9d714323c843c20fda11faaaa6fb87562767d63dd59236378954792a7613f3af/diff:/var/lib/docker/overlay2/a223c61efaf8d684787122b1f7ca136aeba948abfb6ede6158edf23f9ba57278/diff:/var/lib/docker/overlay2/489b9c9b7df8d9e8129d6ec773dcf67dfd7f2f3a8a1bf6014ddd34a27389d01d/diff:/var/lib/docker/overlay2/6d781ec9ffd72ad6ab4fcc6933d1f0db7d6f8082fa9b896c333063f5dcdd5e4f/diff:/var/lib/docker/overlay2/39014eecb95362489e111c7296a550b6619e0c384f4d00094196ccae5a27b2c6/diff:/var/lib/docker/overlay2/446fc56dc0aa3a6dfdb23edc21952195ab5a5d908111ac6e0d4f63deae9a9e3c/diff:/var/lib/docker/overlay2/43f540120cc6ed10b7315ad7c6432744a84c11c657f3b82e449b43fa3a5a6e2b/diff:/var/lib/docker/overlay2/e4c5ffff899f289b22af901a805eb91672ec19034d6c5e58a5cf26ace34b4387/diff:/var/lib/docker/overlay2/6eefc2b4dc5fb51ba7553d4a41130ba6aec42529da0fb3ab143353c1c07a2acb/diff:/var/lib/docker/overlay2/b8cc3853a05670f41724321a1f9531cfeb8bcb6da0a2d4481f9c631011eac843/diff:/var/lib/docker/overlay2/d8718d005da1b643449f441e96410d43dc3c5a20d6ebb7908b1237a2010612c9/diff:/var/lib/docker/overlay2/b06ac8d6f64458a586fc7fa52164151519e5d9b9f9a024c4893a007fd54c4d57/diff:/var/lib/docker/overlay2/2c3a542f92a0efe5a51ab2812a87c83ef6d4d5d786a47e4a3020b283cd8cfffb/diff:/var/lib/docker/overlay2/473bc4629c07defe7127a98fe16555eb23c1814bd8b691958cc8ae2249672155/diff:/var/lib/docker/overlay2/32e14c81c68c735b3290261f24fee4579563925973d0549aa33dda0c6f148da7/diff:/var/lib/docker/overlay2/94095383d9f7bcc2240d62a584077b4305aebac65b03520738ad0c7e92f8cd46/diff:/var/lib/docker/overlay2/6f52665f98f7a3d9e8b09811ba6f7938d69c1bf6c5bc54ec2623c72b2dd9a933/diff:/var/lib/docker/overlay2/88d0176bb2d07f2296fe3f07ccf497acbc3983e32f82cd07fe9d2870e9aabc78/diff:/var/lib/docker/overlay2/8fd4515e66e8d8c73897c5e678cddb5cbdf058901231135b3afd017d805829af/diff:/var/lib/docker/overlay2/6dcbd9d4ccf40a94206bb7dce84e414c111a0cec59ad594c1d077963a17455e7/diff:/var/lib/docker/overlay2/cb6daa7b23ace6632f678694a54170280e9114777ff11a9d24ce3a584c00d83e/diff:/var/lib/docker/overlay2/ed041f018edf6476c11dc80459769d4170cc052bead961d3b7a8c36b8a36adb0/diff:/var/lib/docker/overlay2/ff3008cd914f0331e15f4c3f26f03cecff12538ff1eabd6cd6dd50b34f92267e/diff:/var/lib/docker/overlay2/d4313c8211ebd068df08cad679538ac500de28539fd957d48c858f6daa2b7040/diff:/var/lib/docker/overlay2/a9b53d0705ac4cf72a7d055745847826f04f2751911825dfa7389a96382cb279/diff:/var/lib/docker/overlay2/23bf27369c24b5510eccd9f445359bc714ad9209d6e38c8e789185a8870c1471/diff:/var/lib/docker/overlay2/123dca08b6e1aa04fd0d291a34efad82ad50f6b433a277268425913f51493e9d/diff:/var/lib/docker/overlay2/13a353a2193fb97360984e97426faa3bf86772ee020c0090d76c725d0ae7bbc2/diff:/var/lib/docker/overlay2/1c0c004c2a15c44c2de6e012d496a13101d3528174a88ef8a072bd481e86a22a/diff:/var/lib/docker/overlay2/230ce1c311f2b510f93ec763985cc031252f19efe1a57191fdbb5607e6ef31a8/diff:/var/lib/docker/overlay2/c65080d3db1192e88b1ad4a5be09b157b4265f64d8840f1810544b90f1258605/diff:/var/lib/docker/overlay2/e522cc9d182610fc2c71f083119e8da9f73f46bd616dac534da2662b3d943b82/diff:/var/lib/docker/overlay2/c09bcab874ab7eb6d2053d6e3b5edb0457416b21d1fab37f43e93ce7d726366d/diff:/var/lib/docker/overlay2/90bd5993bd4073bc694edc6d03ec479b30682cd12cff6f5124098f0125a07faf/diff:/var/lib/docker/overlay2/24cdee127e3b754c16579989f99595ff1f93e3c58646d72ef5a8d904a2fd23ba/diff:/var/lib/docker/overlay2/38812472e089e249b11533f1f44d6b6ff15cb7e879d043181821826e10f116de/diff:/var/lib/docker/overlay2/7ac69861cadcb545cb1f0b5d59580bc12bfbbdd0a94abbf27a73d5fefe421559/diff:/var/lib/docker/overlay2/189218b1dde3cd86e12774b20a8caa9c850c76e2ae1ae364124d3e2a51a0116e/diff:/var/lib/docker/overlay2/a7ef5e5dcf9da1168f710a20a4e5c729f0623b917ce002f55e1b0420a3f30ed2/diff:/var/lib/docker/overlay2/732f1dc35c429773efb072f914697ebe1a2b5f5fa69572c8609ab162aa75406b/diff:/var/lib/docker/overlay2/112667e9391df5265b92b6f7b5e9e412cf780902f87a12f65ed8140fa5b36eaf/diff:/var/lib/docker/overlay2/5fd0de8ef82cd932128e559b3a759696ecb489662df3abf2fd99b885a8fdc602/diff:/var/lib/docker/overlay2/babd08d88b92ef08be63a07de23171afd342657551500d941aed13d479f3bf1f/diff:/var/lib/docker/overlay2/73f90309c4fb7bc3a84a1118916db0da6a616841b30cf6cbe2d19ca97c036ff9/diff:/var/lib/docker/overlay2/36843a58f0dca94931627fa0f3146bba22e55c0d1e4ffe2651bae0345e907f89/diff:/var/lib/docker/overlay2/6d20b068669ab04dbd63acc5a64c7be367bdb17ce5f6cdc4244ad65486a81ae4/diff:/var/lib/docker/overlay2/e36f2a28cb63d824487b1fa16a26c46f487cf15c520258a2329866a3884bb5b6/diff:/var/lib/docker/overlay2/d51cde4f56c6c44ff4ecd8b37fd6c8008372114aeeb8093d7ca0e757e93e6da6/diff:/var/lib/docker/overlay2/e8f498ea488d0898be96ca2da17874532b75d1832c15c77e7421d8c40c3194ee/diff:/var/lib/docker/overlay2/c1406c2d658b341a383b2d43e59d47b1773f93c8172c1cc1b5b007d9188306c8/diff:/var/lib/docker/overlay2/901b0775add7dbd134a79046ba9369d312217498acc27d99a960ebce4583c18a/diff:/var/lib/docker/overlay2/de1b5628acaebb77eb5d1a671d1af60eafa6f54dee2c6d9890e1b7d9eaee0a19/diff:/var/lib/docker/overlay2/a726758537e2b74d5ca1cb09ebd1c8d66a9ab310d9738336b8e0e05b846065e1/diff:/var/lib/docker/overlay2/f19057095afa897dc1210c6ba6100b4544e53248cd08785337a427c423316999/diff:/var/lib/docker/overlay2/dfdd0b7a26bcbcf9ee485a99710c0d0840a93eaf23e5eee484b2359be23b20f1/diff:/var/lib/docker/overlay2/6c60e6beba1d54ab2d626645ac9957ccce166d1b6ba0fda86ba54fcd9a9fcbd4/diff:/var/lib/docker/overlay2/5311c5458ae7c1ca5e66ef50dbc2f354dd86b1b0b3a5071825cf184a61abfcfa/diff:/var/lib/docker/overlay2/26b96cb33c84aaa42a7df3d5b7db83c59fab0d22e93e1fd35da3bf2d61f1a584/diff:/var/lib/docker/overlay2/9f86a696549045cafd5783e672b3457cd902b3944f4a9879ed9943695b5d6df9/diff:/var/lib/docker/overlay2/4061fef03e120844388e1df7b09baf6cbdec9480ee2983bd825c6d8f5e586557/diff:/var/lib/docker/overlay2/c9252e9c814b6f9af02df9433a2ecadeb77142959386d29a682636087eb4120d/diff:/var/lib/docker/overlay2/d3367ad1462a46737430354f5403563eb3fa5962c49b7ee1a1184de04a9324d2/diff:/var/lib/docker/overlay2/cabb0ebdc61bf38fa2f52600c15e8aed2cde1c318e4d46f0bc78479ee2ba2353/diff:/var/lib/docker/overlay2/7b85d471cccb820554fe5159df801df408a259d3bea0b8e112bfcbeb81ab1d92/diff:/var/lib/docker/overlay2/bbf8c953ec543777d6634e6b862347f9973e83bc23af0a8e0063650e507f7af9/diff:/var/lib/docker/overlay2/c1250cbeba32e9feb83de00d2db08af048c5e56dbf7d55ca90e4b671a1efa784/diff:/var/lib/docker/overlay2/fc2462b3eb1d3a3c4aa2fcc1ce0c7482dce2fbb9901e0c1b1d32eb05c5b6dbb3/diff:/var/lib/docker/overlay2/296cedb9791c8e678961e6033cce424c3b7033b253a53baf28f30001f5946779/diff:/var/lib/docker/overlay2/d4e0585906bba19207b116502c4595bd649818186630bbe8b5c53145c5dc2cd0/diff:/var/lib/docker/overlay2/d0df5893d50421ba3b64412bd1fc925f00771e3f838d78f65d296f09efad484c/diff:/var/lib/docker/overlay2/f56883b900027b8cce2974a0f9b5f0d9cf2236e76475ecdabade6af8809ce4f8/diff:/var/lib/docker/overlay2/474d96bfe00be4133af96d0ac60d35dd3c4dcf761620c114c923a6e52f7e0c8f/diff:/var/lib/docker/overlay2/decd7174a3e6c9bd1d7415acef20340d05053a54adc66363b44f0e352559e454/diff:/var/lib/docker/overlay2/e2916b2682efff5188123050ec83c4e075eb62a4c54c37bf2d5312bf16dd9943/diff:/var/lib/docker/overlay2/f9271931dd77347295a3daffcc127c6b09035fcde31eb4af8242cb31ff45b9b6/diff:/var/lib/docker/overlay2/2a4f4f3c23c3bbec797885c87e2819d00f720a3844db74ba0661f51f35e1b63d/diff:/var/lib/docker/overlay2/35ea15198c92983c93742e2aaa091560ad4616c05ccfd1b7cbced9560e7c2c56/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/merged","UpperDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/diff","WorkDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:cef27de8b8d064d0908eac78978eac1e4731e5313256a69af5e483b9d2947735","sha256:862d7d21bc937488906ada4c1061656b27f1119fffd50c837a299a7ebee689c9","sha256:06522fa8fdff692d5a76cb879149a1042c205d2cc174180747816d9c35cc127a","sha256:3b92e77fd249f2b02b3015db79eee14511ff6a35bb165aa1c831b8b34341dc35","sha256:512d78321ba9025944af2691ac9f0c7e2433de46874200eaa5bde3ee06feac9d","sha256:2a84f718ff38571f2b3ac510117bb133d52fd76da217a92cdf98a4415d58a263","sha256:df60acf96b9b054fa3c80342718eac2d571d33934013440d70e5f4c79a811b39","sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c","sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35","sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c","sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885","sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914","sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2","sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0","sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664","sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba","sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4","sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335","sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6","sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca","sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d","sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0","sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad","sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497","sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7","sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4","sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23","sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5","sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3","sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f","sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f","sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf","sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a","sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e","sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99","sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071","sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c","sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864","sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352","sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae","sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754","sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23","sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc","sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288","sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871","sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c","sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470","sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53","sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0","sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5","sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31","sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3","sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76","sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6","sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef","sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35","sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b","sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2","sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac","sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225","sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5","sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94","sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64","sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87","sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486","sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3","sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377","sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94","sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9","sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79","sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1","sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c","sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da","sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c","sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd","sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b","sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5","sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e","sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857","sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a","sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb","sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064","sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e","sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f","sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72","sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397","sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa","sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1","sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04","sha256:b35c418a4b2732d6836866cbb904455bf9ede5ab41d163c68d617d4f9cb77599","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:138347c43bdda6ced9bcc55a4a76c1c5238eebeda26b8179ed2bb1ea9c0a01c7","RepoTags":["paketobuildpacks/builder-jammy-base:latest"],"RepoDigests":["paketobuildpacks/builder-jammy-base@sha256:195f4f9092ac3143809ca9bac477068d0ad267477d54a3cc6f09b0d1db894708"],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1001:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1001","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.jammy"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu 22.04 Jammy Jellyfish base image with buildpacks for Java, Go, .NET Core, Node.js, Python, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"1.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"1.0.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"1.0.16\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"1.0.8\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.7.42\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.3.46\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.15.4\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.47\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.2.32\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.7.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.60\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"11.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.16.0\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"18.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"8.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.25.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"9.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"5.1.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"7.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"2.1.14\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.26.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.14\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.19\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.47.6\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.8.14\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.8.25\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.17.15\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"4.1.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.9.2\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.51\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.10.24\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.51\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.54\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.15\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.0.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"1.4.2\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.48\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.17.24\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.1\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.8.8\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Buildpack for Source Removal\",\"version\":\"0.2.39\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.35\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.1.17\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}},\"lifecycle\":{\"version\":\"0.20.8\",\"api\":{\"buildpack\":\"0.7\",\"platform\":\"0.7\"},\"apis\":{\"buildpack\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]},\"platform\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\",\"0.12\",\"0.13\",\"0.14\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.37.0+git-bf1bd85.build-6370\"},\"images\":[{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}]}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"8.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.25.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"11.2.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.8.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.8.25\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.10.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"5.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"1.6.3\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.3.46\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"1.0.16\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.7.42\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"1.0.8\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"1.0.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"1.0.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"1.0.16\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"1.0.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"1.0.8\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.13.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.47\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.15.4\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.60\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.2.32\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.7.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.60\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"9.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.48\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.7.42\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"18.6.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"8.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"5.1.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.25.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"9.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed\",\"homepage\":\"https://github.com/paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"11.10.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.16.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"5.1.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.20.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.10.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.17.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.16.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.17.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"4.1.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"2.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"},\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"7.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.9.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"2.1.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.8.8\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"},\"1.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"2.1.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.14.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.22.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.6.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.21.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.9.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.23\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.36\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.11.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.9.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.26.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.14\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.10.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.47.6\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.54\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.18.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.39\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8\",\"name\":\"Paketo Buildpack for Source Removal\"}},\"paketo-buildpacks/spring-boot\":{\"5.33.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"2.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.54\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.3.46\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"3.5.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"1.4.2\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]}],\"layerDiffID\":\"sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.3.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.3.35\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"2.0.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.1.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.47.6\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"1.6.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.15.4\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"11.10.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"18.6.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"1.4.2\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"7.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.26.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:jammy with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"null","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":1696291580,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/05849a41625f06e6d3dd516407bf49f627d3f97c6c1a7f3b03899f1cd8d1a1dd/diff:/var/lib/docker/overlay2/524928bbee8ba6131b3a5d415a6cbb8a5339b57aa798348087225604832f4f5d/diff:/var/lib/docker/overlay2/db747eb241fef6b1a3a8bfcde317d31e545940e1bf4df4b330540c2f66f9d9d7/diff:/var/lib/docker/overlay2/92ee1c686ff54a0257b5be02ec209e05c3cb74eac70f025cd521176918953489/diff:/var/lib/docker/overlay2/f72692626c587bdc281d88120140e1fdb1c2ef4e0d9295f2e4ded55bfd90e896/diff:/var/lib/docker/overlay2/849cba8abc06154080817eafbf477144fd323cff7092a4ce291faff158cf77ed/diff:/var/lib/docker/overlay2/05619f8a472d266429cd9757c45d1fddc7a403091ce98e3c9f4e61615c240725/diff:/var/lib/docker/overlay2/0ad25cd5f827d84c7ca7502ca9e034b8613ade832408f763d5b4a45e08d2e92b/diff:/var/lib/docker/overlay2/c5d9e2fd978064bd4d9dd61b77d46729255265795d80f6531588cab35b212611/diff:/var/lib/docker/overlay2/6e577ba9343a2d41f030335596d6c8cf37459092c23f1f5de02b2fbf2c8e1518/diff:/var/lib/docker/overlay2/3a4c0a9ec4b0621e74f7cbff98f17fed95988aa1f9a756c01c73f864f208d3eb/diff:/var/lib/docker/overlay2/9155bd182cf47cd351f18538a486577367b499f96acc41f5912c20aaeb746082/diff:/var/lib/docker/overlay2/461c1ea03ac1f597d77abd4e86e9e774af1ffa5ecf11ec002c461acdcc97019f/diff:/var/lib/docker/overlay2/b2e79f1e263d59497b0448ea195f672588f5612fd4be536c3b028c230528db61/diff:/var/lib/docker/overlay2/4fc9b81d3bd4f9adfa84cc4b464ec4b0d41c64554adee2c64b4eafe0df70792b/diff:/var/lib/docker/overlay2/edb026f024fab0a30905db8ae6e954d8d7342880bec0402c5c70c1d5acc7571a/diff:/var/lib/docker/overlay2/290376a5eb6b1c8511dd6ae575094ff2184b5a4ea9e84587d816c7c6b49f42b0/diff:/var/lib/docker/overlay2/8942d22d37a8e85b3ff5186f8c10f40d81bf872d6ac5e866529152652d92db5a/diff:/var/lib/docker/overlay2/3469359778aa4cc7e389145bbe03e730f2f022e932414710b7dc949de4e66467/diff:/var/lib/docker/overlay2/948118b533c6889cf3b22b4729f90e684fd28b3831ccb6f52aa282495f1d6f97/diff:/var/lib/docker/overlay2/6a0e50f7116965e45d6b272454ff43071bd3d0c958de19185d7faf6861a5766e/diff:/var/lib/docker/overlay2/aff9bb35752e954823f2225f51aca261008db40be2cf1579fd57e8c5aa115416/diff:/var/lib/docker/overlay2/92833de57121a483704c46c0a52ecd0484fa60f0e2ad40f2e6c379566b134551/diff:/var/lib/docker/overlay2/b75f5a8a0f7d8308e1835ea91fb4e88f7d16a94b44ee039cd6c59cd1fb7d8aa8/diff:/var/lib/docker/overlay2/701728f152eb9114a31cea58e4c167d5bd63ca8bf08fd4681c23edcd9c98fdae/diff:/var/lib/docker/overlay2/c90388a66ff2b21cb279ad7cf3b058bd759ffbe76380028c68fb87beef4e3b0c/diff:/var/lib/docker/overlay2/a64d33d2ab5f2d3d3b66e8fb903ae77e93c0e2f8502a9bd1c1e7662ded64b0f1/diff:/var/lib/docker/overlay2/796c8304538ed57ddf77e328b527e264329cc7705819aee928884f12f7b79444/diff:/var/lib/docker/overlay2/0beff195f570c8c60fd66c1819b09c9da1856744b601e8e5c449be9e05aef6ac/diff:/var/lib/docker/overlay2/7a5a2635313cbc445a0f9f14d2d66d7aba83bfe8013b4750867b83f2e8e11b52/diff:/var/lib/docker/overlay2/8e98eb58f2f84a449d94aa4bcafe57870951459974af4c679e502b390824e5cb/diff:/var/lib/docker/overlay2/b8488ce379255dd226a2a692db556c65844ed5ff0326280c113ba095d4b63e6e/diff:/var/lib/docker/overlay2/5a6c8a57e275f1df627bd17b71ebc2f05bbc902e4fb29547d27548ecb038789c/diff:/var/lib/docker/overlay2/841c0464da3b234ba170896a1a087aa55bb828eee7e8c87591dc00149457ce33/diff:/var/lib/docker/overlay2/c8b98893578ba0a3d1404c06dc886740abb97a1e5bea4343fd281f2089875474/diff:/var/lib/docker/overlay2/e23b0f1ab1ea02a4a882b4f41fd61082f34cbdc33d6c71266317e725aaeee0e3/diff:/var/lib/docker/overlay2/6f3048b572ba1652e3970d72f17887a7993c48b03db28e21bdbf41cc4e7ea3cd/diff:/var/lib/docker/overlay2/1e8bb97d6f544b4ac319d312f2123f3e876cea6edd6a0ce3f866e781f2c84760/diff:/var/lib/docker/overlay2/707e3226ef45e97864ddcf48c345e51c321c62108a0f352584f9c088b2ce2aee/diff:/var/lib/docker/overlay2/1435aef7cdd9a38f325ccfbe6d8f782a72b84529322a2166613a83fb3a5a9744/diff:/var/lib/docker/overlay2/743e08944a5380d3c48d5550037ea1f03a47caf60d1d1012f6b7517ac715ed53/diff:/var/lib/docker/overlay2/338370d443b766b7b260eed4b7b98ae97cd5e0b69ba21c7e94cc8591a8920abd/diff:/var/lib/docker/overlay2/5a8c705f4dc15d7c167669bd725c91a96bd7236937404bf2ae1d868e62b5176c/diff:/var/lib/docker/overlay2/a1a16e8786fb6bb914b7e5f2e8c5be5b7b7f88cda56c8b45e4571fb47f0c1fb1/diff:/var/lib/docker/overlay2/6d476fe10241b7f9d726e43cec2fa12de9180fed9f1fe6a969351af9b9cb6cc3/diff:/var/lib/docker/overlay2/d5e6c291442094d4686134e5ef4695ac728520ad40d5f619312dc9699ce94957/diff:/var/lib/docker/overlay2/412b3427dced91e8f4f0ba40909ec5d779b759ab29c2fea20e7265836ec8cd21/diff:/var/lib/docker/overlay2/df4c16aca387b7cd5e76f9b3aecd2fd5cb69a2d8b42a36b560e6a444a52717b1/diff:/var/lib/docker/overlay2/2b32d1f2a1202b5a365c119230d3895b2058b0c4e3a7b746f0c83e2b76a8baa8/diff:/var/lib/docker/overlay2/1bd45843da1cc85980eeda5db05eaed542211047a5b421d67e2402f046564015/diff:/var/lib/docker/overlay2/7a2b8956f6c83a2338d350db1578a1d12f841aa1360ac1c4b07aba7ad4ba04f3/diff:/var/lib/docker/overlay2/32d7fb8616eac5c124dadbad7eac2acd661cdfb2aa60c846f1c36f01e9bbb328/diff:/var/lib/docker/overlay2/5e49b62ef8b3e4166a5f43ff99b9c66fccd356f61029ea7a5512e36cc875b835/diff:/var/lib/docker/overlay2/3270ef77412d0824227fac855874f38327995be33a8473d3babdfbbcd6f5fdc9/diff:/var/lib/docker/overlay2/4df8ffea1802ce62cd5e7ecbf23d6d220ead18054729a55fc7af963e7cce4205/diff:/var/lib/docker/overlay2/3e74558b7357d1ad4a1e95f6969c8560b87b04c3bcf3cd274ee2fa2d9a27003a/diff:/var/lib/docker/overlay2/54b5c750d660517fc0ebd4106790d904b6344689701b4902f786bb1452a892ee/diff:/var/lib/docker/overlay2/31bfe13761f1f8656afb1eab102a39f99dea43cc6c8ac3e9b55becf77ce59e25/diff:/var/lib/docker/overlay2/563b07cde13995c3c08b5dbff5045a26153df7e57be5cb7ce2a5b935e157d4b3/diff:/var/lib/docker/overlay2/5d6ae09c96ef429efc09df9b72573476fe0f1378f4aa679de8d5ab02274c6ed5/diff:/var/lib/docker/overlay2/79b01791538fcbcf3d163de77643c1f486583a245492996531f5d4a769793abf/diff:/var/lib/docker/overlay2/60e3db6adc58d4aead236b3544d6065d1152e9650bcb06cbea1891c206ac6162/diff:/var/lib/docker/overlay2/5fd186cacc998feaa7df3d8d1b42e0d74bd8bf6b3ad08ba78a122b3798ccb8ad/diff:/var/lib/docker/overlay2/59d17a0c09512550b3c2f96fb5ff433a528773ea62f9eceb05841bc664170e3d/diff:/var/lib/docker/overlay2/5683568da9dd80951b92a32accdcea2cee5061ad1068efdddc677498e8098948/diff:/var/lib/docker/overlay2/d371ab8e111a4963cb8e4f97dfaa544be5f074cc6c2b7445c60ddb7b98e14cc0/diff:/var/lib/docker/overlay2/a9f96e81000d8f6a13973a52e5b02bfc65fc5ca6d709023e8cae34ffb29651b0/diff:/var/lib/docker/overlay2/7f4b9677ca8186dc93164c72514af9a70e095bf29c5ddfb4ba7802b41eedb2d7/diff:/var/lib/docker/overlay2/98ab6aab8a6c8e105be863288c522d74defa9c53ce4b61cff83cbb9c1d91ccc6/diff:/var/lib/docker/overlay2/e6cfdccae7396040fa3de2ab80c38977e9726d794504dda9431801567f7cbb7f/diff:/var/lib/docker/overlay2/a08dd5395868d22554096109134ba4badb589112bdddf1fee3642dc4a95baee4/diff:/var/lib/docker/overlay2/acf08438d57c513600235f568c36ff464e3fb1a45076f661191fa5f2b46f0827/diff:/var/lib/docker/overlay2/4dc8b4c50ed39db623475ad540d49586d3cefbbd3dd9d20e16b12a78979dc50a/diff:/var/lib/docker/overlay2/0189712a555c8e533a6aaa95c6f9290a57e7b899695162140854cd238c373f01/diff:/var/lib/docker/overlay2/ce4dccf0d0abd41ce1a8c4a76c261ec76c2a3408518140e4983c2044c66922bf/diff:/var/lib/docker/overlay2/5d09f180d04427141137b005de2148f98ebdfec8bc37a6f4def87782ff4bfb7b/diff:/var/lib/docker/overlay2/977ffed6c2433851882daa5b85d2b2d6f5904a9b50348ed3bbfb95ed7d3b2dbd/diff:/var/lib/docker/overlay2/00741474a244759265c13e85959d0df2e427d693d86f3e5408d66212ffe45528/diff:/var/lib/docker/overlay2/9fb4c91ea29c34453f7a84fb3b260259da6785ea05d2b5e15fc4e39ed5b74854/diff:/var/lib/docker/overlay2/899a4acd15f4e2b2bda1ecd0084d3aa1206235284ebd3c05d3cd9e429feb8b16/diff:/var/lib/docker/overlay2/bd59faaaffce2d570861d45069d60445549069af32ff159230078c67f3176b64/diff:/var/lib/docker/overlay2/f4bf9a8bddcbf23b3cc27863647ce3b46d9f9b01768ffd9014bb642376084e8e/diff:/var/lib/docker/overlay2/74b23fd45cd9b853bb2f4422e314c5c3c64ebbf81821cdb8aab1dd31d19632bf/diff:/var/lib/docker/overlay2/1cca66139f12ee31b7afab694574c73bd3a86191dacf4769276d4d4c132ebd4f/diff:/var/lib/docker/overlay2/54bbd0f7060bc8aca32a360d9fe699a91115410a1d1aca70345b9007351d6d52/diff:/var/lib/docker/overlay2/112f5f458480a81079b652ea280d3a6812ed98ca384499563fd77ef1a4848964/diff:/var/lib/docker/overlay2/84082bf2e4788b5a8ce2c6f3274bf46989813bd85db69612706dabee30a0f3df/diff:/var/lib/docker/overlay2/b2cd3485ab678fcc1c989aea8c35ec03b5e5879e7c1a8896efa62f63e01c9e35/diff:/var/lib/docker/overlay2/aee48508e201a081c7dd3f417533ba4060199f64175c168bba131e18210c7e2d/diff:/var/lib/docker/overlay2/152f30829b4661e025466607d46d7d39d89812f28079afaa6a82a3606c368091/diff:/var/lib/docker/overlay2/ad5d095a4964cf26b6575d4076f8934f4bbd756ae407f73c81a312c74de9df6a/diff:/var/lib/docker/overlay2/5bbad6a2cea35241cf5ecaf52346413128180b737f7f1e395b046b443e8610e5/diff:/var/lib/docker/overlay2/9115a3a2268d9e72139143344c2fa293368da9844fd09f88a8ffeaa360c05d65/diff:/var/lib/docker/overlay2/57fa70ad459d89d3e838797b43c3881f4bc66bd9c40a26d34ea9dee2e2ad2250/diff:/var/lib/docker/overlay2/7105a0fa16cb548e0954f2aa897d7cccb0cb84baa75494165d789aa39e8df017/diff:/var/lib/docker/overlay2/c8e0711188c8026bfe6a2fb6354c8d980aecf8b12d566ada9c67b8b46e7b9807/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/merged","UpperDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/diff","WorkDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:e1dcc98ea01a5624f563e245e0d9a2fd86573c7c951b750bbecc7802203115b0","sha256:5d0e5f2a10c9c2baeb5e1e15a363f716488f314ee96d8926f49fe87422c1108b","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:a717541e0ef078af940b09e7fe6f3417f2e34a00a736e716e175d083876cb3d2","sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b","sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05","sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450","sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5","sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236","sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4","sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94","sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c","sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d","sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915","sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c","sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74","sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1","sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400","sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423","sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975","sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f","sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac","sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f","sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456","sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70","sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc","sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e","sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3","sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2","sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e","sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4","sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3","sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb","sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0","sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a","sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b","sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac","sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548","sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761","sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62","sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0","sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed","sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686","sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2","sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec","sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29","sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad","sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b","sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f","sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e","sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb","sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c","sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018","sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f","sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11","sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa","sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1","sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033","sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285","sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86","sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5","sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1","sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f","sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6","sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37","sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0","sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322","sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40","sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0","sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463","sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96","sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6","sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7","sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716","sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2","sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39","sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c","sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8","sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d","sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129","sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd","sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9","sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c","sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9","sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93","sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84","sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d","sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa","sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93","sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943","sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b","sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87","sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b","sha256:ba99eabc2d671773ee478e090fc10c16bfe63b18f488b320069951b668d0b479","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/index.docker.io/paketobuildpacks/builder:base/json + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/index.docker.io/paketobuildpacks/builder-jammy-base:latest/json method: GET response: body: | - {"Id":"sha256:050ed48532b2372205a8bded4b0ad65578e02f979ef50cabbc587e7c157bb255","RepoTags":["paketobuildpacks/builder:base"],"RepoDigests":["paketobuildpacks/builder@sha256:17ea21162ba8c7717d3ead3ee3836a368aced7f02f2e59658e52029bd6d149e7"],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1000","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.bionic"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"0.38.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"0.3.19\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"0.13.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"0.14.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"0.12.15\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.6.14\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.2.10\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.6\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.0.22\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.3.10\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.21\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"8.12.0\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.12.1\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"9.14.0\",\"homepage\":\"https://paketo.io/docs/howto/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"7.13.7\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.15.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.5.5\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"7.6.1\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"3.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"1.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.2\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.1\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.13.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.38.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.7.9\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.7.21\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.14.5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.10.3\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.31\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.9.1\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.30\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"0.17.1\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.15.3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Source Removal Buildpack\",\"version\":\"0.2.0\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run:base-cnb\",\"mirrors\":[\"gcr.io/paketo-buildpacks/run:base-cnb\"]}},\"lifecycle\":{\"version\":\"0.16.5\",\"api\":{\"buildpack\":\"0.2\",\"platform\":\"0.3\"},\"apis\":{\"buildpack\":{\"deprecated\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\"]},\"platform\":{\"deprecated\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.29.0+git-95c8060.build-4209\"}}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"7.13.7\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.15.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"10.2.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.7.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.7.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.6.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.8.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"3.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"},\"3.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"0.38.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.2.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"0.13.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.6.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"0.12.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"0.3.19\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"0.14.17\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"0.3.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"0.13.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"0.14.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"0.12.15\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.5.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.5.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.4.3\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.21\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.0.22\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.3.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"7.6.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.3.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.6.14\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.5.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"9.14.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"7.13.7\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"3.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.15.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"7.6.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.5.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871\",\"homepage\":\"https://paketo.io/docs/howto/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"8.12.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.4.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.12.1\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"3.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.15.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.8.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.14.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.12.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.15.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"1.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"1.0.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"1.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]}],\"layerDiffID\":\"sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.1.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.10.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.17.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.5.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.18\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.31\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.13.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.9.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.38.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.31\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.10.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.12.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5\",\"name\":\"Paketo Source Removal Buildpack\"}},\"paketo-buildpacks/spring-boot\":{\"5.26.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"1.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.4.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.2.10\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"2.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"},\"2.8.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"0.17.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]}],\"layerDiffID\":\"sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.1.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"1.1.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.38.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"0.38.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.4.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.13.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"0.17.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"8.12.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"9.14.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"1.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:bionic with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\",\"build:libmpc3\",\"build:libstdc++-7-dev\",\"build:libjq1\",\"build:curl\",\"build:libasan4\",\"build:libhx509-5-heimdal\",\"build:cpp-7\",\"build:perl-modules-5.26\",\"build:libgomp1\",\"build:libldap-2.4-2\",\"build:gcc-7\",\"build:libc6-dev\",\"build:libnghttp2-14\",\"build:build-essential\",\"build:libsasl2-modules-db\",\"build:librtmp1\",\"build:libisl19\",\"build:libquadmath0\",\"build:binutils-x86-64-linux-gnu\",\"build:github.com/BurntSushi/toml\",\"build:libonig4\",\"build:git\",\"build:g++\",\"build:libasn1-8-heimdal\",\"build:libbinutils\",\"build:libgdbm-compat4\",\"build:git-man\",\"build:libpsl5\",\"build:xz-utils\",\"build:binutils-common\",\"build:libitm1\",\"build:libgcc-7-dev\",\"build:libkrb5support0\",\"build:libsasl2-2\",\"build:libatomic1\",\"build:cpp\",\"build:gcc\",\"build:libdpkg-perl\",\"build:libmpfr6\",\"build:libmpx2\",\"build:make\",\"build:binutils\",\"build:dpkg-dev\",\"build:libkeyutils1\",\"build:jq\",\"build:libhcrypto4-heimdal\",\"build:g++-7\",\"build:libkrb5-3\",\"build:libldap-common\",\"build:libroken18-heimdal\",\"build:libtsan0\",\"build:github.com/hashicorp/hcl\",\"build:libgssapi-krb5-2\",\"build:libheimntlm0-heimdal\",\"build:libk5crypto3\",\"build:libsqlite3-0\",\"build:libcurl3-gnutls\",\"build:libc-dev-bin\",\"build:libcilkrts5\",\"build:liblsan0\",\"build:perl\",\"build:github.com/sclevine/yj/v5\",\"build:libgssapi3-heimdal\",\"build:libheimbase1-heimdal\",\"build:libkrb5-26-heimdal\",\"build:libwind0-heimdal\",\"build:libcc1-0\",\"build:libperl5.26\",\"build:linux-libc-dev\",\"build:patch\",\"build:gcc-7-base\",\"build:libubsan0\",\"build:libgmpxx4ldbl\",\"build:zlib1g-dev\",\"build:gopkg.in/yaml.v3\",\"build:libcurl4\",\"build:liberror-perl\",\"build:libgdbm5\",\"build:libgmp-dev\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"binutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-common\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"Common files for the GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-x86-64-linux-gnu\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities, for x86-64-linux-gnu target\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"build-essential\",\"version\":\"12.4ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Informational list of build-essential packages\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"cpp\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C preprocessor (cpp)\"},{\"name\":\"cpp-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C preprocessor\"},{\"name\":\"curl\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"command line tool for transferring data with URL syntax\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"dpkg-dev\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Debian package development tools\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"g++\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"g++-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"gcc\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7-base\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"git\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"fast, scalable, distributed revision control system\"},{\"name\":\"git-man\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"all\",\"source\":{\"name\":\"git\"},\"summary\":\"fast, scalable, distributed revision control system (manual pages)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"jq\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"lightweight and flexible command-line JSON processor\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libasan4\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"AddressSanitizer -- a fast memory error detector\"},{\"name\":\"libasn1-8-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - ASN.1 library\"},{\"name\":\"libatomic1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"support library providing __atomic built-in functions\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libbinutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities (private shared library)\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc-dev-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libc6-dev\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development Libraries and Header Files\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcc1-0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC cc1 plugin for GDB\"},{\"name\":\"libcilkrts5\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"Intel Cilk Plus language extensions (runtime)\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libcurl3-gnutls\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (GnuTLS flavour)\"},{\"name\":\"libcurl4\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (OpenSSL flavour)\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libdpkg-perl\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Dpkg perl modules\"},{\"name\":\"liberror-perl\",\"version\":\"0.17025-1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Perl module for error/exception handling in an OO-ish way\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC support library (development files)\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgdbm-compat4\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (legacy support runtime version)\"},{\"name\":\"libgdbm5\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (runtime version)\"},{\"name\":\"libgmp-dev\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library developers tools\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgmpxx4ldbl\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library (C++ bindings)\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgomp1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC OpenMP (GOMP) support library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libgssapi-krb5-2\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - krb5 GSS-API Mechanism\"},{\"name\":\"libgssapi3-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - GSSAPI support library\"},{\"name\":\"libhcrypto4-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - crypto library\"},{\"name\":\"libheimbase1-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - Base library\"},{\"name\":\"libheimntlm0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - NTLM support library\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libhx509-5-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - X509 support library\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"libisl19\",\"version\":\"0.19-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"isl\"},\"summary\":\"manipulating sets and relations of integer points bounded by linear constraints\"},{\"name\":\"libitm1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Transactional Memory Library\"},{\"name\":\"libjq1\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"jq\"},\"summary\":\"lightweight and flexible command-line JSON processor - shared library\"},{\"name\":\"libk5crypto3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Crypto Library\"},{\"name\":\"libkeyutils1\",\"version\":\"1.5.9-9.2ubuntu2.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"keyutils\"},\"summary\":\"Linux Key Management Utilities (library)\"},{\"name\":\"libkrb5-26-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - libraries\"},{\"name\":\"libkrb5-3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries\"},{\"name\":\"libkrb5support0\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Support library\"},{\"name\":\"libldap-2.4-2\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP libraries\"},{\"name\":\"libldap-common\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"all\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP common files for libraries\"},{\"name\":\"liblsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"LeakSanitizer -- a memory leak detector (runtime)\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libmpc3\",\"version\":\"1.1.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpclib3\"},\"summary\":\"multiple precision complex floating-point library\"},{\"name\":\"libmpfr6\",\"version\":\"4.0.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpfr4\"},\"summary\":\"multiple precision floating-point computation\"},{\"name\":\"libmpx2\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"Intel memory protection extensions (runtime)\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libnghttp2-14\",\"version\":\"1.30.0-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nghttp2\"},\"summary\":\"library implementing HTTP/2 protocol (shared library)\"},{\"name\":\"libonig4\",\"version\":\"6.7.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libonig\"},\"summary\":\"regular expressions library\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libperl5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"shared Perl library\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libpsl5\",\"version\":\"0.19.1-5build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libpsl\"},\"summary\":\"Library for Public Suffix List (shared libraries)\"},{\"name\":\"libquadmath0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC Quad-Precision Math Library\"},{\"name\":\"libroken18-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - roken support library\"},{\"name\":\"librtmp1\",\"version\":\"2.4+20151223.gitfa8646d.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"rtmpdump\"},\"summary\":\"toolkit for RTMP streams (shared library)\"},{\"name\":\"libsasl2-2\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - authentication abstraction library\"},{\"name\":\"libsasl2-modules-db\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - pluggable authentication modules (DB)\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libsqlite3-0\",\"version\":\"3.22.0-1ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"sqlite3\"},\"summary\":\"SQLite 3 shared library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU Standard C++ Library v3 (development files)\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libtsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"ThreadSanitizer -- a Valgrind-based detector of data races (runtime)\"},{\"name\":\"libubsan0\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"UBSan -- undefined behaviour sanitizer (runtime)\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libwind0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - stringprep implementation\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"linux-libc-dev\",\"version\":\"4.15.0-213.224\",\"arch\":\"amd64\",\"source\":{\"name\":\"linux\"},\"summary\":\"Linux Kernel Headers for development\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"make\",\"version\":\"4.1-9.1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"make-dfsg\"},\"summary\":\"utility for directing compilation\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"patch\",\"version\":\"2.7.6-2ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Apply a diff file to an original\"},{\"name\":\"perl\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Larry Wall's Practical Extraction and Report Language\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"perl-modules-5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"all\",\"source\":{\"name\":\"perl\"},\"summary\":\"Core Perl modules\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"xz-utils\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"XZ-format compression utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"},{\"name\":\"zlib1g-dev\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - development\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":1313090445,"VirtualSize":1313090445,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/302afa2ae7b1236b951648464ce6ecdf021855eb19ef3a21c01d4752a49d2ad1/diff:/var/lib/docker/overlay2/a3827a8caf7b2a496e659391cd6550b165931caa175931981d144d0ae01b41e3/diff:/var/lib/docker/overlay2/9aad20fb33f29e445ed9ed5da5e1b6f9b6769d35d547ae69ccc133dc2fd51f0f/diff:/var/lib/docker/overlay2/0956c9d3b61cfe5a9bb6ca26dac5d3eee7b9e65bef852afb594be53fb6d42bd9/diff:/var/lib/docker/overlay2/503b5868f1062e2664ef1086b7e99b005422b7463625c7add9c43fdd9dbe7465/diff:/var/lib/docker/overlay2/e792b55a733db85a54aec655eb06cf69692f02c11be863a29c952aff1469169f/diff:/var/lib/docker/overlay2/add55575bd519be1ca1dec4495961a7ad640f4e59d5d0a9deced63e85ae9c887/diff:/var/lib/docker/overlay2/87aa4351de78b1256486265f849064e22980e30dda35a1742cd38f462b02c607/diff:/var/lib/docker/overlay2/bf0f5acd9c0de9a5984fa5b666ea2e18076f60953528d874a582c2eb36b89fff/diff:/var/lib/docker/overlay2/35378a11de52877c7121197b60cb79b2cc886e47f9e26207445601cf4d114c2f/diff:/var/lib/docker/overlay2/1537d7d7dc7adbb815254fbe2cf661f631a88ab78b2abf2d0ef0cc435342bd0f/diff:/var/lib/docker/overlay2/f1cc426b53d50e22c009f2673ff43ca8c6075502bb1a485f544ce89834b19012/diff:/var/lib/docker/overlay2/2773eec0b2b8c8af4ec33319540d73050707ee3aabcb5bab547e22ef62840077/diff:/var/lib/docker/overlay2/5650d59057c99f9a53365403a2136f8818afc8cc879bc2abf5054318ab05ee69/diff:/var/lib/docker/overlay2/9d714323c843c20fda11faaaa6fb87562767d63dd59236378954792a7613f3af/diff:/var/lib/docker/overlay2/a223c61efaf8d684787122b1f7ca136aeba948abfb6ede6158edf23f9ba57278/diff:/var/lib/docker/overlay2/489b9c9b7df8d9e8129d6ec773dcf67dfd7f2f3a8a1bf6014ddd34a27389d01d/diff:/var/lib/docker/overlay2/6d781ec9ffd72ad6ab4fcc6933d1f0db7d6f8082fa9b896c333063f5dcdd5e4f/diff:/var/lib/docker/overlay2/39014eecb95362489e111c7296a550b6619e0c384f4d00094196ccae5a27b2c6/diff:/var/lib/docker/overlay2/446fc56dc0aa3a6dfdb23edc21952195ab5a5d908111ac6e0d4f63deae9a9e3c/diff:/var/lib/docker/overlay2/43f540120cc6ed10b7315ad7c6432744a84c11c657f3b82e449b43fa3a5a6e2b/diff:/var/lib/docker/overlay2/e4c5ffff899f289b22af901a805eb91672ec19034d6c5e58a5cf26ace34b4387/diff:/var/lib/docker/overlay2/6eefc2b4dc5fb51ba7553d4a41130ba6aec42529da0fb3ab143353c1c07a2acb/diff:/var/lib/docker/overlay2/b8cc3853a05670f41724321a1f9531cfeb8bcb6da0a2d4481f9c631011eac843/diff:/var/lib/docker/overlay2/d8718d005da1b643449f441e96410d43dc3c5a20d6ebb7908b1237a2010612c9/diff:/var/lib/docker/overlay2/b06ac8d6f64458a586fc7fa52164151519e5d9b9f9a024c4893a007fd54c4d57/diff:/var/lib/docker/overlay2/2c3a542f92a0efe5a51ab2812a87c83ef6d4d5d786a47e4a3020b283cd8cfffb/diff:/var/lib/docker/overlay2/473bc4629c07defe7127a98fe16555eb23c1814bd8b691958cc8ae2249672155/diff:/var/lib/docker/overlay2/32e14c81c68c735b3290261f24fee4579563925973d0549aa33dda0c6f148da7/diff:/var/lib/docker/overlay2/94095383d9f7bcc2240d62a584077b4305aebac65b03520738ad0c7e92f8cd46/diff:/var/lib/docker/overlay2/6f52665f98f7a3d9e8b09811ba6f7938d69c1bf6c5bc54ec2623c72b2dd9a933/diff:/var/lib/docker/overlay2/88d0176bb2d07f2296fe3f07ccf497acbc3983e32f82cd07fe9d2870e9aabc78/diff:/var/lib/docker/overlay2/8fd4515e66e8d8c73897c5e678cddb5cbdf058901231135b3afd017d805829af/diff:/var/lib/docker/overlay2/6dcbd9d4ccf40a94206bb7dce84e414c111a0cec59ad594c1d077963a17455e7/diff:/var/lib/docker/overlay2/cb6daa7b23ace6632f678694a54170280e9114777ff11a9d24ce3a584c00d83e/diff:/var/lib/docker/overlay2/ed041f018edf6476c11dc80459769d4170cc052bead961d3b7a8c36b8a36adb0/diff:/var/lib/docker/overlay2/ff3008cd914f0331e15f4c3f26f03cecff12538ff1eabd6cd6dd50b34f92267e/diff:/var/lib/docker/overlay2/d4313c8211ebd068df08cad679538ac500de28539fd957d48c858f6daa2b7040/diff:/var/lib/docker/overlay2/a9b53d0705ac4cf72a7d055745847826f04f2751911825dfa7389a96382cb279/diff:/var/lib/docker/overlay2/23bf27369c24b5510eccd9f445359bc714ad9209d6e38c8e789185a8870c1471/diff:/var/lib/docker/overlay2/123dca08b6e1aa04fd0d291a34efad82ad50f6b433a277268425913f51493e9d/diff:/var/lib/docker/overlay2/13a353a2193fb97360984e97426faa3bf86772ee020c0090d76c725d0ae7bbc2/diff:/var/lib/docker/overlay2/1c0c004c2a15c44c2de6e012d496a13101d3528174a88ef8a072bd481e86a22a/diff:/var/lib/docker/overlay2/230ce1c311f2b510f93ec763985cc031252f19efe1a57191fdbb5607e6ef31a8/diff:/var/lib/docker/overlay2/c65080d3db1192e88b1ad4a5be09b157b4265f64d8840f1810544b90f1258605/diff:/var/lib/docker/overlay2/e522cc9d182610fc2c71f083119e8da9f73f46bd616dac534da2662b3d943b82/diff:/var/lib/docker/overlay2/c09bcab874ab7eb6d2053d6e3b5edb0457416b21d1fab37f43e93ce7d726366d/diff:/var/lib/docker/overlay2/90bd5993bd4073bc694edc6d03ec479b30682cd12cff6f5124098f0125a07faf/diff:/var/lib/docker/overlay2/24cdee127e3b754c16579989f99595ff1f93e3c58646d72ef5a8d904a2fd23ba/diff:/var/lib/docker/overlay2/38812472e089e249b11533f1f44d6b6ff15cb7e879d043181821826e10f116de/diff:/var/lib/docker/overlay2/7ac69861cadcb545cb1f0b5d59580bc12bfbbdd0a94abbf27a73d5fefe421559/diff:/var/lib/docker/overlay2/189218b1dde3cd86e12774b20a8caa9c850c76e2ae1ae364124d3e2a51a0116e/diff:/var/lib/docker/overlay2/a7ef5e5dcf9da1168f710a20a4e5c729f0623b917ce002f55e1b0420a3f30ed2/diff:/var/lib/docker/overlay2/732f1dc35c429773efb072f914697ebe1a2b5f5fa69572c8609ab162aa75406b/diff:/var/lib/docker/overlay2/112667e9391df5265b92b6f7b5e9e412cf780902f87a12f65ed8140fa5b36eaf/diff:/var/lib/docker/overlay2/5fd0de8ef82cd932128e559b3a759696ecb489662df3abf2fd99b885a8fdc602/diff:/var/lib/docker/overlay2/babd08d88b92ef08be63a07de23171afd342657551500d941aed13d479f3bf1f/diff:/var/lib/docker/overlay2/73f90309c4fb7bc3a84a1118916db0da6a616841b30cf6cbe2d19ca97c036ff9/diff:/var/lib/docker/overlay2/36843a58f0dca94931627fa0f3146bba22e55c0d1e4ffe2651bae0345e907f89/diff:/var/lib/docker/overlay2/6d20b068669ab04dbd63acc5a64c7be367bdb17ce5f6cdc4244ad65486a81ae4/diff:/var/lib/docker/overlay2/e36f2a28cb63d824487b1fa16a26c46f487cf15c520258a2329866a3884bb5b6/diff:/var/lib/docker/overlay2/d51cde4f56c6c44ff4ecd8b37fd6c8008372114aeeb8093d7ca0e757e93e6da6/diff:/var/lib/docker/overlay2/e8f498ea488d0898be96ca2da17874532b75d1832c15c77e7421d8c40c3194ee/diff:/var/lib/docker/overlay2/c1406c2d658b341a383b2d43e59d47b1773f93c8172c1cc1b5b007d9188306c8/diff:/var/lib/docker/overlay2/901b0775add7dbd134a79046ba9369d312217498acc27d99a960ebce4583c18a/diff:/var/lib/docker/overlay2/de1b5628acaebb77eb5d1a671d1af60eafa6f54dee2c6d9890e1b7d9eaee0a19/diff:/var/lib/docker/overlay2/a726758537e2b74d5ca1cb09ebd1c8d66a9ab310d9738336b8e0e05b846065e1/diff:/var/lib/docker/overlay2/f19057095afa897dc1210c6ba6100b4544e53248cd08785337a427c423316999/diff:/var/lib/docker/overlay2/dfdd0b7a26bcbcf9ee485a99710c0d0840a93eaf23e5eee484b2359be23b20f1/diff:/var/lib/docker/overlay2/6c60e6beba1d54ab2d626645ac9957ccce166d1b6ba0fda86ba54fcd9a9fcbd4/diff:/var/lib/docker/overlay2/5311c5458ae7c1ca5e66ef50dbc2f354dd86b1b0b3a5071825cf184a61abfcfa/diff:/var/lib/docker/overlay2/26b96cb33c84aaa42a7df3d5b7db83c59fab0d22e93e1fd35da3bf2d61f1a584/diff:/var/lib/docker/overlay2/9f86a696549045cafd5783e672b3457cd902b3944f4a9879ed9943695b5d6df9/diff:/var/lib/docker/overlay2/4061fef03e120844388e1df7b09baf6cbdec9480ee2983bd825c6d8f5e586557/diff:/var/lib/docker/overlay2/c9252e9c814b6f9af02df9433a2ecadeb77142959386d29a682636087eb4120d/diff:/var/lib/docker/overlay2/d3367ad1462a46737430354f5403563eb3fa5962c49b7ee1a1184de04a9324d2/diff:/var/lib/docker/overlay2/cabb0ebdc61bf38fa2f52600c15e8aed2cde1c318e4d46f0bc78479ee2ba2353/diff:/var/lib/docker/overlay2/7b85d471cccb820554fe5159df801df408a259d3bea0b8e112bfcbeb81ab1d92/diff:/var/lib/docker/overlay2/bbf8c953ec543777d6634e6b862347f9973e83bc23af0a8e0063650e507f7af9/diff:/var/lib/docker/overlay2/c1250cbeba32e9feb83de00d2db08af048c5e56dbf7d55ca90e4b671a1efa784/diff:/var/lib/docker/overlay2/fc2462b3eb1d3a3c4aa2fcc1ce0c7482dce2fbb9901e0c1b1d32eb05c5b6dbb3/diff:/var/lib/docker/overlay2/296cedb9791c8e678961e6033cce424c3b7033b253a53baf28f30001f5946779/diff:/var/lib/docker/overlay2/d4e0585906bba19207b116502c4595bd649818186630bbe8b5c53145c5dc2cd0/diff:/var/lib/docker/overlay2/d0df5893d50421ba3b64412bd1fc925f00771e3f838d78f65d296f09efad484c/diff:/var/lib/docker/overlay2/f56883b900027b8cce2974a0f9b5f0d9cf2236e76475ecdabade6af8809ce4f8/diff:/var/lib/docker/overlay2/474d96bfe00be4133af96d0ac60d35dd3c4dcf761620c114c923a6e52f7e0c8f/diff:/var/lib/docker/overlay2/decd7174a3e6c9bd1d7415acef20340d05053a54adc66363b44f0e352559e454/diff:/var/lib/docker/overlay2/e2916b2682efff5188123050ec83c4e075eb62a4c54c37bf2d5312bf16dd9943/diff:/var/lib/docker/overlay2/f9271931dd77347295a3daffcc127c6b09035fcde31eb4af8242cb31ff45b9b6/diff:/var/lib/docker/overlay2/2a4f4f3c23c3bbec797885c87e2819d00f720a3844db74ba0661f51f35e1b63d/diff:/var/lib/docker/overlay2/35ea15198c92983c93742e2aaa091560ad4616c05ccfd1b7cbced9560e7c2c56/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/merged","UpperDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/diff","WorkDir":"/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:cef27de8b8d064d0908eac78978eac1e4731e5313256a69af5e483b9d2947735","sha256:862d7d21bc937488906ada4c1061656b27f1119fffd50c837a299a7ebee689c9","sha256:06522fa8fdff692d5a76cb879149a1042c205d2cc174180747816d9c35cc127a","sha256:3b92e77fd249f2b02b3015db79eee14511ff6a35bb165aa1c831b8b34341dc35","sha256:512d78321ba9025944af2691ac9f0c7e2433de46874200eaa5bde3ee06feac9d","sha256:2a84f718ff38571f2b3ac510117bb133d52fd76da217a92cdf98a4415d58a263","sha256:df60acf96b9b054fa3c80342718eac2d571d33934013440d70e5f4c79a811b39","sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c","sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35","sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c","sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885","sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914","sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2","sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0","sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664","sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba","sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4","sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335","sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6","sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca","sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d","sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0","sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad","sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497","sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7","sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4","sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23","sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5","sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3","sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f","sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f","sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf","sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a","sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e","sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99","sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071","sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c","sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864","sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352","sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae","sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754","sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23","sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc","sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288","sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871","sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c","sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470","sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53","sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0","sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5","sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31","sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3","sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76","sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6","sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef","sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35","sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b","sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2","sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac","sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225","sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5","sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94","sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64","sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87","sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486","sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3","sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377","sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94","sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9","sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79","sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1","sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c","sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da","sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c","sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd","sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b","sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5","sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e","sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857","sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a","sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb","sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064","sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e","sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f","sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72","sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397","sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa","sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1","sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04","sha256:b35c418a4b2732d6836866cbb904455bf9ede5ab41d163c68d617d4f9cb77599","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:138347c43bdda6ced9bcc55a4a76c1c5238eebeda26b8179ed2bb1ea9c0a01c7","RepoTags":["paketobuildpacks/builder-jammy-base:latest"],"RepoDigests":["paketobuildpacks/builder-jammy-base@sha256:195f4f9092ac3143809ca9bac477068d0ad267477d54a3cc6f09b0d1db894708"],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1001:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1001","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.jammy"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu 22.04 Jammy Jellyfish base image with buildpacks for Java, Go, .NET Core, Node.js, Python, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"1.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"1.0.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"1.0.16\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"1.0.8\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.7.42\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.3.46\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.15.4\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.47\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.2.32\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.7.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.60\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"11.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.16.0\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"18.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"8.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.25.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"9.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"5.1.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"7.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"2.1.14\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.26.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.14\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.19\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.47.6\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.8.14\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.8.25\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.17.15\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"4.1.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.9.2\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.51\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.10.24\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.51\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.54\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.15\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.0.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"1.4.2\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.48\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.17.24\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.1\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.8.8\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Buildpack for Source Removal\",\"version\":\"0.2.39\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.35\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.1.17\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}},\"lifecycle\":{\"version\":\"0.20.8\",\"api\":{\"buildpack\":\"0.7\",\"platform\":\"0.7\"},\"apis\":{\"buildpack\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]},\"platform\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\",\"0.12\",\"0.13\",\"0.14\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.37.0+git-bf1bd85.build-6370\"},\"images\":[{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}]}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"8.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.25.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"11.2.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.8.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.8.25\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.10.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"5.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"1.6.3\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.3.46\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"1.0.16\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.7.42\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"1.0.8\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"1.0.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"1.0.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"1.0.16\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"1.0.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"1.0.8\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.13.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.47\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.15.4\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.60\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.2.32\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.7.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.60\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"9.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.48\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.7.42\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"18.6.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"8.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"5.1.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.25.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"9.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed\",\"homepage\":\"https://github.com/paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"11.10.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.16.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"5.1.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.20.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.10.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.17.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.16.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.17.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"4.1.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"2.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"},\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"7.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.9.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"2.1.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.8.8\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"},\"1.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"2.1.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.14.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.22.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.6.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.21.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.9.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.23\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.36\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.11.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.9.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.26.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.14\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.10.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.47.6\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.54\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.18.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.39\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8\",\"name\":\"Paketo Buildpack for Source Removal\"}},\"paketo-buildpacks/spring-boot\":{\"5.33.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"2.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.54\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.3.46\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"3.5.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"1.4.2\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]}],\"layerDiffID\":\"sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.3.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.3.35\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"2.0.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.1.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.47.6\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"1.6.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.15.4\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"11.10.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"18.6.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"1.4.2\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"7.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.26.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:jammy with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"null","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":1696291580,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/05849a41625f06e6d3dd516407bf49f627d3f97c6c1a7f3b03899f1cd8d1a1dd/diff:/var/lib/docker/overlay2/524928bbee8ba6131b3a5d415a6cbb8a5339b57aa798348087225604832f4f5d/diff:/var/lib/docker/overlay2/db747eb241fef6b1a3a8bfcde317d31e545940e1bf4df4b330540c2f66f9d9d7/diff:/var/lib/docker/overlay2/92ee1c686ff54a0257b5be02ec209e05c3cb74eac70f025cd521176918953489/diff:/var/lib/docker/overlay2/f72692626c587bdc281d88120140e1fdb1c2ef4e0d9295f2e4ded55bfd90e896/diff:/var/lib/docker/overlay2/849cba8abc06154080817eafbf477144fd323cff7092a4ce291faff158cf77ed/diff:/var/lib/docker/overlay2/05619f8a472d266429cd9757c45d1fddc7a403091ce98e3c9f4e61615c240725/diff:/var/lib/docker/overlay2/0ad25cd5f827d84c7ca7502ca9e034b8613ade832408f763d5b4a45e08d2e92b/diff:/var/lib/docker/overlay2/c5d9e2fd978064bd4d9dd61b77d46729255265795d80f6531588cab35b212611/diff:/var/lib/docker/overlay2/6e577ba9343a2d41f030335596d6c8cf37459092c23f1f5de02b2fbf2c8e1518/diff:/var/lib/docker/overlay2/3a4c0a9ec4b0621e74f7cbff98f17fed95988aa1f9a756c01c73f864f208d3eb/diff:/var/lib/docker/overlay2/9155bd182cf47cd351f18538a486577367b499f96acc41f5912c20aaeb746082/diff:/var/lib/docker/overlay2/461c1ea03ac1f597d77abd4e86e9e774af1ffa5ecf11ec002c461acdcc97019f/diff:/var/lib/docker/overlay2/b2e79f1e263d59497b0448ea195f672588f5612fd4be536c3b028c230528db61/diff:/var/lib/docker/overlay2/4fc9b81d3bd4f9adfa84cc4b464ec4b0d41c64554adee2c64b4eafe0df70792b/diff:/var/lib/docker/overlay2/edb026f024fab0a30905db8ae6e954d8d7342880bec0402c5c70c1d5acc7571a/diff:/var/lib/docker/overlay2/290376a5eb6b1c8511dd6ae575094ff2184b5a4ea9e84587d816c7c6b49f42b0/diff:/var/lib/docker/overlay2/8942d22d37a8e85b3ff5186f8c10f40d81bf872d6ac5e866529152652d92db5a/diff:/var/lib/docker/overlay2/3469359778aa4cc7e389145bbe03e730f2f022e932414710b7dc949de4e66467/diff:/var/lib/docker/overlay2/948118b533c6889cf3b22b4729f90e684fd28b3831ccb6f52aa282495f1d6f97/diff:/var/lib/docker/overlay2/6a0e50f7116965e45d6b272454ff43071bd3d0c958de19185d7faf6861a5766e/diff:/var/lib/docker/overlay2/aff9bb35752e954823f2225f51aca261008db40be2cf1579fd57e8c5aa115416/diff:/var/lib/docker/overlay2/92833de57121a483704c46c0a52ecd0484fa60f0e2ad40f2e6c379566b134551/diff:/var/lib/docker/overlay2/b75f5a8a0f7d8308e1835ea91fb4e88f7d16a94b44ee039cd6c59cd1fb7d8aa8/diff:/var/lib/docker/overlay2/701728f152eb9114a31cea58e4c167d5bd63ca8bf08fd4681c23edcd9c98fdae/diff:/var/lib/docker/overlay2/c90388a66ff2b21cb279ad7cf3b058bd759ffbe76380028c68fb87beef4e3b0c/diff:/var/lib/docker/overlay2/a64d33d2ab5f2d3d3b66e8fb903ae77e93c0e2f8502a9bd1c1e7662ded64b0f1/diff:/var/lib/docker/overlay2/796c8304538ed57ddf77e328b527e264329cc7705819aee928884f12f7b79444/diff:/var/lib/docker/overlay2/0beff195f570c8c60fd66c1819b09c9da1856744b601e8e5c449be9e05aef6ac/diff:/var/lib/docker/overlay2/7a5a2635313cbc445a0f9f14d2d66d7aba83bfe8013b4750867b83f2e8e11b52/diff:/var/lib/docker/overlay2/8e98eb58f2f84a449d94aa4bcafe57870951459974af4c679e502b390824e5cb/diff:/var/lib/docker/overlay2/b8488ce379255dd226a2a692db556c65844ed5ff0326280c113ba095d4b63e6e/diff:/var/lib/docker/overlay2/5a6c8a57e275f1df627bd17b71ebc2f05bbc902e4fb29547d27548ecb038789c/diff:/var/lib/docker/overlay2/841c0464da3b234ba170896a1a087aa55bb828eee7e8c87591dc00149457ce33/diff:/var/lib/docker/overlay2/c8b98893578ba0a3d1404c06dc886740abb97a1e5bea4343fd281f2089875474/diff:/var/lib/docker/overlay2/e23b0f1ab1ea02a4a882b4f41fd61082f34cbdc33d6c71266317e725aaeee0e3/diff:/var/lib/docker/overlay2/6f3048b572ba1652e3970d72f17887a7993c48b03db28e21bdbf41cc4e7ea3cd/diff:/var/lib/docker/overlay2/1e8bb97d6f544b4ac319d312f2123f3e876cea6edd6a0ce3f866e781f2c84760/diff:/var/lib/docker/overlay2/707e3226ef45e97864ddcf48c345e51c321c62108a0f352584f9c088b2ce2aee/diff:/var/lib/docker/overlay2/1435aef7cdd9a38f325ccfbe6d8f782a72b84529322a2166613a83fb3a5a9744/diff:/var/lib/docker/overlay2/743e08944a5380d3c48d5550037ea1f03a47caf60d1d1012f6b7517ac715ed53/diff:/var/lib/docker/overlay2/338370d443b766b7b260eed4b7b98ae97cd5e0b69ba21c7e94cc8591a8920abd/diff:/var/lib/docker/overlay2/5a8c705f4dc15d7c167669bd725c91a96bd7236937404bf2ae1d868e62b5176c/diff:/var/lib/docker/overlay2/a1a16e8786fb6bb914b7e5f2e8c5be5b7b7f88cda56c8b45e4571fb47f0c1fb1/diff:/var/lib/docker/overlay2/6d476fe10241b7f9d726e43cec2fa12de9180fed9f1fe6a969351af9b9cb6cc3/diff:/var/lib/docker/overlay2/d5e6c291442094d4686134e5ef4695ac728520ad40d5f619312dc9699ce94957/diff:/var/lib/docker/overlay2/412b3427dced91e8f4f0ba40909ec5d779b759ab29c2fea20e7265836ec8cd21/diff:/var/lib/docker/overlay2/df4c16aca387b7cd5e76f9b3aecd2fd5cb69a2d8b42a36b560e6a444a52717b1/diff:/var/lib/docker/overlay2/2b32d1f2a1202b5a365c119230d3895b2058b0c4e3a7b746f0c83e2b76a8baa8/diff:/var/lib/docker/overlay2/1bd45843da1cc85980eeda5db05eaed542211047a5b421d67e2402f046564015/diff:/var/lib/docker/overlay2/7a2b8956f6c83a2338d350db1578a1d12f841aa1360ac1c4b07aba7ad4ba04f3/diff:/var/lib/docker/overlay2/32d7fb8616eac5c124dadbad7eac2acd661cdfb2aa60c846f1c36f01e9bbb328/diff:/var/lib/docker/overlay2/5e49b62ef8b3e4166a5f43ff99b9c66fccd356f61029ea7a5512e36cc875b835/diff:/var/lib/docker/overlay2/3270ef77412d0824227fac855874f38327995be33a8473d3babdfbbcd6f5fdc9/diff:/var/lib/docker/overlay2/4df8ffea1802ce62cd5e7ecbf23d6d220ead18054729a55fc7af963e7cce4205/diff:/var/lib/docker/overlay2/3e74558b7357d1ad4a1e95f6969c8560b87b04c3bcf3cd274ee2fa2d9a27003a/diff:/var/lib/docker/overlay2/54b5c750d660517fc0ebd4106790d904b6344689701b4902f786bb1452a892ee/diff:/var/lib/docker/overlay2/31bfe13761f1f8656afb1eab102a39f99dea43cc6c8ac3e9b55becf77ce59e25/diff:/var/lib/docker/overlay2/563b07cde13995c3c08b5dbff5045a26153df7e57be5cb7ce2a5b935e157d4b3/diff:/var/lib/docker/overlay2/5d6ae09c96ef429efc09df9b72573476fe0f1378f4aa679de8d5ab02274c6ed5/diff:/var/lib/docker/overlay2/79b01791538fcbcf3d163de77643c1f486583a245492996531f5d4a769793abf/diff:/var/lib/docker/overlay2/60e3db6adc58d4aead236b3544d6065d1152e9650bcb06cbea1891c206ac6162/diff:/var/lib/docker/overlay2/5fd186cacc998feaa7df3d8d1b42e0d74bd8bf6b3ad08ba78a122b3798ccb8ad/diff:/var/lib/docker/overlay2/59d17a0c09512550b3c2f96fb5ff433a528773ea62f9eceb05841bc664170e3d/diff:/var/lib/docker/overlay2/5683568da9dd80951b92a32accdcea2cee5061ad1068efdddc677498e8098948/diff:/var/lib/docker/overlay2/d371ab8e111a4963cb8e4f97dfaa544be5f074cc6c2b7445c60ddb7b98e14cc0/diff:/var/lib/docker/overlay2/a9f96e81000d8f6a13973a52e5b02bfc65fc5ca6d709023e8cae34ffb29651b0/diff:/var/lib/docker/overlay2/7f4b9677ca8186dc93164c72514af9a70e095bf29c5ddfb4ba7802b41eedb2d7/diff:/var/lib/docker/overlay2/98ab6aab8a6c8e105be863288c522d74defa9c53ce4b61cff83cbb9c1d91ccc6/diff:/var/lib/docker/overlay2/e6cfdccae7396040fa3de2ab80c38977e9726d794504dda9431801567f7cbb7f/diff:/var/lib/docker/overlay2/a08dd5395868d22554096109134ba4badb589112bdddf1fee3642dc4a95baee4/diff:/var/lib/docker/overlay2/acf08438d57c513600235f568c36ff464e3fb1a45076f661191fa5f2b46f0827/diff:/var/lib/docker/overlay2/4dc8b4c50ed39db623475ad540d49586d3cefbbd3dd9d20e16b12a78979dc50a/diff:/var/lib/docker/overlay2/0189712a555c8e533a6aaa95c6f9290a57e7b899695162140854cd238c373f01/diff:/var/lib/docker/overlay2/ce4dccf0d0abd41ce1a8c4a76c261ec76c2a3408518140e4983c2044c66922bf/diff:/var/lib/docker/overlay2/5d09f180d04427141137b005de2148f98ebdfec8bc37a6f4def87782ff4bfb7b/diff:/var/lib/docker/overlay2/977ffed6c2433851882daa5b85d2b2d6f5904a9b50348ed3bbfb95ed7d3b2dbd/diff:/var/lib/docker/overlay2/00741474a244759265c13e85959d0df2e427d693d86f3e5408d66212ffe45528/diff:/var/lib/docker/overlay2/9fb4c91ea29c34453f7a84fb3b260259da6785ea05d2b5e15fc4e39ed5b74854/diff:/var/lib/docker/overlay2/899a4acd15f4e2b2bda1ecd0084d3aa1206235284ebd3c05d3cd9e429feb8b16/diff:/var/lib/docker/overlay2/bd59faaaffce2d570861d45069d60445549069af32ff159230078c67f3176b64/diff:/var/lib/docker/overlay2/f4bf9a8bddcbf23b3cc27863647ce3b46d9f9b01768ffd9014bb642376084e8e/diff:/var/lib/docker/overlay2/74b23fd45cd9b853bb2f4422e314c5c3c64ebbf81821cdb8aab1dd31d19632bf/diff:/var/lib/docker/overlay2/1cca66139f12ee31b7afab694574c73bd3a86191dacf4769276d4d4c132ebd4f/diff:/var/lib/docker/overlay2/54bbd0f7060bc8aca32a360d9fe699a91115410a1d1aca70345b9007351d6d52/diff:/var/lib/docker/overlay2/112f5f458480a81079b652ea280d3a6812ed98ca384499563fd77ef1a4848964/diff:/var/lib/docker/overlay2/84082bf2e4788b5a8ce2c6f3274bf46989813bd85db69612706dabee30a0f3df/diff:/var/lib/docker/overlay2/b2cd3485ab678fcc1c989aea8c35ec03b5e5879e7c1a8896efa62f63e01c9e35/diff:/var/lib/docker/overlay2/aee48508e201a081c7dd3f417533ba4060199f64175c168bba131e18210c7e2d/diff:/var/lib/docker/overlay2/152f30829b4661e025466607d46d7d39d89812f28079afaa6a82a3606c368091/diff:/var/lib/docker/overlay2/ad5d095a4964cf26b6575d4076f8934f4bbd756ae407f73c81a312c74de9df6a/diff:/var/lib/docker/overlay2/5bbad6a2cea35241cf5ecaf52346413128180b737f7f1e395b046b443e8610e5/diff:/var/lib/docker/overlay2/9115a3a2268d9e72139143344c2fa293368da9844fd09f88a8ffeaa360c05d65/diff:/var/lib/docker/overlay2/57fa70ad459d89d3e838797b43c3881f4bc66bd9c40a26d34ea9dee2e2ad2250/diff:/var/lib/docker/overlay2/7105a0fa16cb548e0954f2aa897d7cccb0cb84baa75494165d789aa39e8df017/diff:/var/lib/docker/overlay2/c8e0711188c8026bfe6a2fb6354c8d980aecf8b12d566ada9c67b8b46e7b9807/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/merged","UpperDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/diff","WorkDir":"/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:e1dcc98ea01a5624f563e245e0d9a2fd86573c7c951b750bbecc7802203115b0","sha256:5d0e5f2a10c9c2baeb5e1e15a363f716488f314ee96d8926f49fe87422c1108b","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:a717541e0ef078af940b09e7fe6f3417f2e34a00a736e716e175d083876cb3d2","sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b","sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05","sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450","sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5","sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236","sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4","sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94","sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c","sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d","sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915","sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c","sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74","sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1","sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400","sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423","sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975","sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f","sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac","sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f","sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456","sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70","sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc","sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e","sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3","sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2","sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e","sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4","sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3","sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb","sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0","sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a","sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b","sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac","sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548","sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761","sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62","sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0","sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed","sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686","sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2","sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec","sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29","sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad","sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b","sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f","sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e","sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb","sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c","sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018","sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f","sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11","sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa","sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1","sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033","sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285","sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86","sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5","sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1","sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f","sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6","sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37","sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0","sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322","sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40","sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0","sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463","sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96","sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6","sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7","sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716","sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2","sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39","sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c","sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8","sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d","sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129","sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd","sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9","sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c","sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9","sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93","sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84","sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d","sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa","sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93","sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943","sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b","sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87","sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b","sha256:ba99eabc2d671773ee478e090fc10c16bfe63b18f488b320069951b668d0b479","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:10 GMT + - Tue, 29 Apr 2025 14:08:23 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - [{"Comment":"","Created":315532801,"CreatedBy":"","Id":"sha256:050ed48532b2372205a8bded4b0ad65578e02f979ef50cabbc587e7c157bb255","Size":0,"Tags":["paketobuildpacks/builder:base"]},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":124,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":812,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21588400,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4145623,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28717662,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5685,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5916782,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5912686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27219422,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5916686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973687,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973669,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5851197,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8308856,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2191643,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6174797,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6975,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973674,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4100675,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973681,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5421,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973600,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3969573,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7333413,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7528997,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21479693,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3981592,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27107722,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21453236,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27111950,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21457060,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27173381,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21539039,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4153811,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":43918761,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3427,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4153815,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4219371,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":23212368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":24466691,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4118898,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21764469,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21431301,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6257572,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":12233709,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6121396,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":18172,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":16155,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7517593,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5654754,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3451482,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3447386,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21510954,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21921818,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6147526,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7830183,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2076,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27157186,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21519961,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27194054,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4075841,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4156241,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3459474,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3725714,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6314288,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27267770,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28439246,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1749,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21749545,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21858863,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3770946,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5840233,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7544629,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":23068438,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27107929,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6126245,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7738973,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8009309,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21753110,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27206332,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10402380,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7595559,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8183273,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8176014,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29518237,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":0,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1421,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4562871,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":96,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":256766335,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":241,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":63156473,"Tags":null}] + [{"Comment":"","Created":315532801,"CreatedBy":"","Id":"sha256:138347c43bdda6ced9bcc55a4a76c1c5238eebeda26b8179ed2bb1ea9c0a01c7","Size":0,"Tags":["paketobuildpacks/builder-jammy-base:latest"]},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":93,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":94,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":813,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22559354,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22559355,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21813851,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4899470,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30876622,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30876623,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30065550,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5709,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7044330,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29198037,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7043471,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174543,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174525,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6982895,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11689360,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2773464,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7256699,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7008,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174530,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4330205,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174537,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5433,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3969656,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4170429,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3894508,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4640892,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21533093,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4186544,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27484706,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21449292,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28459686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21449016,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28033692,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21809528,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4907805,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":46623084,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":46623084,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3133,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4899470,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4977314,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4985507,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26127789,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26127789,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":25271473,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26016908,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4971243,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22048622,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21484614,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7340041,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":14373987,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7203301,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":20592,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":17627,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10582893,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7142718,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4434907,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3701691,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22518754,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22847698,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7271322,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11155541,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2081,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29180794,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22806368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29451134,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5022202,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5033896,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4463379,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3713779,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9329542,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29270896,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30622781,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1746,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22543926,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22661674,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4610902,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10528013,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":24598327,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27333361,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7208152,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8120496,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9529696,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9525489,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22031790,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28545877,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":13008263,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10955383,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11189501,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11180883,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":33616404,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":0,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1417,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":340893889,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":77863019,"Tags":null}] form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/index.docker.io/paketobuildpacks/builder:base/history + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/index.docker.io/paketobuildpacks/builder-jammy-base:latest/history method: GET response: body: | - [{"Comment":"","Created":315532801,"CreatedBy":"","Id":"sha256:050ed48532b2372205a8bded4b0ad65578e02f979ef50cabbc587e7c157bb255","Size":0,"Tags":["paketobuildpacks/builder:base"]},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":124,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":812,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21588400,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4145623,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28717662,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5685,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5916782,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5912686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27219422,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5916686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973687,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973669,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5851197,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8308856,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2191643,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6174797,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6975,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973674,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4100675,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973681,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5421,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3973600,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3969573,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7333413,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7528997,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21479693,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3981592,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27107722,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21453236,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27111950,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21457060,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27173381,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21539039,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4153811,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":43918761,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3427,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4153815,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4219371,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":23212368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":24466691,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4118898,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21764469,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21431301,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6257572,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":12233709,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6121396,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":18172,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":16155,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7517593,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5654754,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3451482,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3447386,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21510954,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21921818,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6147526,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7830183,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2076,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27157186,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21519961,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27194054,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4075841,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4156241,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3459474,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3725714,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6314288,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27267770,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28439246,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1749,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21749545,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21858863,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3770946,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5840233,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7544629,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":23068438,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27107929,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6126245,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7738973,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8009309,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21753110,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27206332,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10402380,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7595559,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8183273,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8176014,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29518237,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":0,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1421,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4562871,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":96,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":256766335,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":241,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":63156473,"Tags":null}] + [{"Comment":"","Created":315532801,"CreatedBy":"","Id":"sha256:138347c43bdda6ced9bcc55a4a76c1c5238eebeda26b8179ed2bb1ea9c0a01c7","Size":0,"Tags":["paketobuildpacks/builder-jammy-base:latest"]},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":93,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":94,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":813,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22559354,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22559355,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21813851,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4899470,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30876622,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30876623,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30065550,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5709,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7044330,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29198037,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7043471,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174543,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174525,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":6982895,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11689360,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2773464,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7256699,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7008,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174530,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4330205,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4174537,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5433,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3969656,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4170429,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3894508,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4640892,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21533093,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4186544,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27484706,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21449292,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28459686,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21449016,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28033692,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21809528,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4907805,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":46623084,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":46623084,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3133,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4899470,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4977314,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4985507,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26127789,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26127789,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":25271473,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":26016908,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4971243,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22048622,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":21484614,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7340041,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":14373987,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7203301,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":20592,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":17627,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10582893,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7142718,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4434907,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3701691,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22518754,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22847698,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7271322,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11155541,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":2081,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29180794,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22806368,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29451134,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5022202,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":5033896,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4463379,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":3713779,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9329542,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":29270896,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":30622781,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1746,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22543926,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22661674,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":4610902,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10528013,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":24598327,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":27333361,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":7208152,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":8120496,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9529696,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":9525489,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":22031790,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":28545877,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":13008263,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":10955383,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11189501,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":11180883,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":33616404,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":0,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":1417,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":340893889,"Tags":null},{"Comment":"","Created":315532801,"CreatedBy":"","Id":"","Size":77863019,"Tags":null}] headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:10 GMT + - Tue, 29 Apr 2025 14:08:23 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: - body: "{\"status\":\"Pulling from paketobuildpacks/run\",\"id\":\"base-cnb\"}\r\n{\"status\":\"Digest: - sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38\"}\r\n{\"status\":\"Status: - Image is up to date for paketobuildpacks/run:base-cnb\"}\r\n" + body: "{\"status\":\"Pulling from paketobuildpacks/run-jammy-base\",\"id\":\"latest\"}\r\n{\"status\":\"Already + exists\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":809},\"progress\":\"[============================================\\u003e + \ ] 720B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":212582,\"total\":20845746},\"progress\":\"[\\u003e + \ ] 212.6kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":642263,\"total\":20845746},\"progress\":\"[=\\u003e + \ ] 642.3kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1505513,\"total\":20845746},\"progress\":\"[===\\u003e + \ ] 1.506MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2160873,\"total\":20845746},\"progress\":\"[=====\\u003e + \ ] 2.161MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2377961,\"total\":20845746},\"progress\":\"[=====\\u003e + \ ] 2.378MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3229929,\"total\":20845746},\"progress\":\"[=======\\u003e + \ ] 3.23MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3868905,\"total\":20845746},\"progress\":\"[=========\\u003e + \ ] 3.869MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4290793,\"total\":20845746},\"progress\":\"[==========\\u003e + \ ] 4.291MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5138665,\"total\":20845746},\"progress\":\"[============\\u003e + \ ] 5.139MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5351657,\"total\":20845746},\"progress\":\"[============\\u003e + \ ] 5.352MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5773545,\"total\":20845746},\"progress\":\"[=============\\u003e + \ ] 5.774MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6199529,\"total\":20845746},\"progress\":\"[==============\\u003e + \ ] 6.2MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6625513,\"total\":20845746},\"progress\":\"[===============\\u003e + \ ] 6.626MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7059689,\"total\":20845746},\"progress\":\"[================\\u003e + \ ] 7.06MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7715049,\"total\":20845746},\"progress\":\"[==================\\u003e + \ ] 7.715MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8141033,\"total\":20845746},\"progress\":\"[===================\\u003e + \ ] 8.141MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9218281,\"total\":20845746},\"progress\":\"[======================\\u003e + \ ] 9.218MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9648361,\"total\":20845746},\"progress\":\"[=======================\\u003e + \ ] 9.648MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10504425,\"total\":20845746},\"progress\":\"[=========================\\u003e + \ ] 10.5MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11581673,\"total\":20845746},\"progress\":\"[===========================\\u003e + \ ] 11.58MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12441833,\"total\":20845746},\"progress\":\"[=============================\\u003e + \ ] 12.44MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14805225,\"total\":20845746},\"progress\":\"[===================================\\u003e + \ ] 14.81MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15014121,\"total\":20845746},\"progress\":\"[====================================\\u003e + \ ] 15.01MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17369321,\"total\":20845746},\"progress\":\"[=========================================\\u003e + \ ] 17.37MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17795305,\"total\":20845746},\"progress\":\"[==========================================\\u003e + \ ] 17.8MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18663657,\"total\":20845746},\"progress\":\"[============================================\\u003e + \ ] 18.66MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20154601,\"total\":20845746},\"progress\":\"[================================================\\u003e + \ ] 20.15MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20793577,\"total\":20845746},\"progress\":\"[=================================================\\u003e + ] 20.79MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":229376,\"total\":20845746},\"progress\":\"[\\u003e + \ ] 229.4kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1146880,\"total\":20845746},\"progress\":\"[==\\u003e + \ ] 1.147MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2523136,\"total\":20845746},\"progress\":\"[======\\u003e + \ ] 2.523MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3211264,\"total\":20845746},\"progress\":\"[=======\\u003e + \ ] 3.211MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3899392,\"total\":20845746},\"progress\":\"[=========\\u003e + \ ] 3.899MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4587520,\"total\":20845746},\"progress\":\"[===========\\u003e + \ ] 4.588MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5734400,\"total\":20845746},\"progress\":\"[=============\\u003e + \ ] 5.734MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7569408,\"total\":20845746},\"progress\":\"[==================\\u003e + \ ] 7.569MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8945664,\"total\":20845746},\"progress\":\"[=====================\\u003e + \ ] 8.946MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10321920,\"total\":20845746},\"progress\":\"[========================\\u003e + \ ] 10.32MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11927552,\"total\":20845746},\"progress\":\"[============================\\u003e + \ ] 11.93MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":13303808,\"total\":20845746},\"progress\":\"[===============================\\u003e + \ ] 13.3MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":15368192,\"total\":20845746},\"progress\":\"[====================================\\u003e + \ ] 15.37MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":16515072,\"total\":20845746},\"progress\":\"[=======================================\\u003e + \ ] 16.52MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17661952,\"total\":20845746},\"progress\":\"[==========================================\\u003e + \ ] 17.66MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":18808832,\"total\":20845746},\"progress\":\"[=============================================\\u003e + \ ] 18.81MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19267584,\"total\":20845746},\"progress\":\"[==============================================\\u003e + \ ] 19.27MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19496960,\"total\":20845746},\"progress\":\"[==============================================\\u003e + \ ] 19.5MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19726336,\"total\":20845746},\"progress\":\"[===============================================\\u003e + \ ] 19.73MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19955712,\"total\":20845746},\"progress\":\"[===============================================\\u003e + \ ] 19.96MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20643840,\"total\":20845746},\"progress\":\"[=================================================\\u003e + ] 20.64MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20845746,\"total\":20845746},\"progress\":\"[==================================================\\u003e] + \ 20.85MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Digest: + sha256:26d6d26e0e08ae5003a0d1ee4cdd63a0692cb9c530b2704f78fbd7662d79ae09\"}\r\n{\"status\":\"Status: + Downloaded newer image for paketobuildpacks/run-jammy-base:latest\"}\r\n" form: {} headers: - Content-Type: - - text/plain X-Registry-Auth: - - eyJ1c2VybmFtZSI6Inlmb2RpbCIsInBhc3N3b3JkIjoiT25jaGVvbmNoZTMxIiwiYXV0aCI6ImVXWnZaR2xzT2s5dVkyaGxiMjVqYUdVek1RPT0ifQ== - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/create?fromImage=paketobuildpacks%2Frun&platform=linux%2Famd64&tag=base-cnb + - eyJhdXRoIjoiT2c9PSJ9 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/create?fromImage=paketobuildpacks%2Frun-jammy-base&platform=linux%2Famd64&tag=latest method: POST response: - body: "{\"status\":\"Pulling from paketobuildpacks/run\",\"id\":\"base-cnb\"}\r\n{\"status\":\"Digest: - sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38\"}\r\n{\"status\":\"Status: - Image is up to date for paketobuildpacks/run:base-cnb\"}\r\n" + body: "{\"status\":\"Pulling from paketobuildpacks/run-jammy-base\",\"id\":\"latest\"}\r\n{\"status\":\"Already + exists\",\"progressDetail\":{},\"id\":\"aaf908379da9\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Pulling + fs layer\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":720,\"total\":809},\"progress\":\"[============================================\\u003e + \ ] 720B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":212582,\"total\":20845746},\"progress\":\"[\\u003e + \ ] 212.6kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":642263,\"total\":20845746},\"progress\":\"[=\\u003e + \ ] 642.3kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1505513,\"total\":20845746},\"progress\":\"[===\\u003e + \ ] 1.506MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2160873,\"total\":20845746},\"progress\":\"[=====\\u003e + \ ] 2.161MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2377961,\"total\":20845746},\"progress\":\"[=====\\u003e + \ ] 2.378MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3229929,\"total\":20845746},\"progress\":\"[=======\\u003e + \ ] 3.23MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3868905,\"total\":20845746},\"progress\":\"[=========\\u003e + \ ] 3.869MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4290793,\"total\":20845746},\"progress\":\"[==========\\u003e + \ ] 4.291MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5138665,\"total\":20845746},\"progress\":\"[============\\u003e + \ ] 5.139MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5351657,\"total\":20845746},\"progress\":\"[============\\u003e + \ ] 5.352MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5773545,\"total\":20845746},\"progress\":\"[=============\\u003e + \ ] 5.774MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6199529,\"total\":20845746},\"progress\":\"[==============\\u003e + \ ] 6.2MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6625513,\"total\":20845746},\"progress\":\"[===============\\u003e + \ ] 6.626MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7059689,\"total\":20845746},\"progress\":\"[================\\u003e + \ ] 7.06MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7715049,\"total\":20845746},\"progress\":\"[==================\\u003e + \ ] 7.715MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8141033,\"total\":20845746},\"progress\":\"[===================\\u003e + \ ] 8.141MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9218281,\"total\":20845746},\"progress\":\"[======================\\u003e + \ ] 9.218MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9648361,\"total\":20845746},\"progress\":\"[=======================\\u003e + \ ] 9.648MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10504425,\"total\":20845746},\"progress\":\"[=========================\\u003e + \ ] 10.5MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11581673,\"total\":20845746},\"progress\":\"[===========================\\u003e + \ ] 11.58MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12441833,\"total\":20845746},\"progress\":\"[=============================\\u003e + \ ] 12.44MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14805225,\"total\":20845746},\"progress\":\"[===================================\\u003e + \ ] 14.81MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15014121,\"total\":20845746},\"progress\":\"[====================================\\u003e + \ ] 15.01MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17369321,\"total\":20845746},\"progress\":\"[=========================================\\u003e + \ ] 17.37MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17795305,\"total\":20845746},\"progress\":\"[==========================================\\u003e + \ ] 17.8MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18663657,\"total\":20845746},\"progress\":\"[============================================\\u003e + \ ] 18.66MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20154601,\"total\":20845746},\"progress\":\"[================================================\\u003e + \ ] 20.15MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20793577,\"total\":20845746},\"progress\":\"[=================================================\\u003e + ] 20.79MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Verifying Checksum\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Download + complete\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":229376,\"total\":20845746},\"progress\":\"[\\u003e + \ ] 229.4kB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":1146880,\"total\":20845746},\"progress\":\"[==\\u003e + \ ] 1.147MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":2523136,\"total\":20845746},\"progress\":\"[======\\u003e + \ ] 2.523MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3211264,\"total\":20845746},\"progress\":\"[=======\\u003e + \ ] 3.211MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":3899392,\"total\":20845746},\"progress\":\"[=========\\u003e + \ ] 3.899MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":4587520,\"total\":20845746},\"progress\":\"[===========\\u003e + \ ] 4.588MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":5734400,\"total\":20845746},\"progress\":\"[=============\\u003e + \ ] 5.734MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":7569408,\"total\":20845746},\"progress\":\"[==================\\u003e + \ ] 7.569MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":8945664,\"total\":20845746},\"progress\":\"[=====================\\u003e + \ ] 8.946MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":10321920,\"total\":20845746},\"progress\":\"[========================\\u003e + \ ] 10.32MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":11927552,\"total\":20845746},\"progress\":\"[============================\\u003e + \ ] 11.93MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":13303808,\"total\":20845746},\"progress\":\"[===============================\\u003e + \ ] 13.3MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":15368192,\"total\":20845746},\"progress\":\"[====================================\\u003e + \ ] 15.37MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":16515072,\"total\":20845746},\"progress\":\"[=======================================\\u003e + \ ] 16.52MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":17661952,\"total\":20845746},\"progress\":\"[==========================================\\u003e + \ ] 17.66MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":18808832,\"total\":20845746},\"progress\":\"[=============================================\\u003e + \ ] 18.81MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19267584,\"total\":20845746},\"progress\":\"[==============================================\\u003e + \ ] 19.27MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19496960,\"total\":20845746},\"progress\":\"[==============================================\\u003e + \ ] 19.5MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19726336,\"total\":20845746},\"progress\":\"[===============================================\\u003e + \ ] 19.73MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":19955712,\"total\":20845746},\"progress\":\"[===============================================\\u003e + \ ] 19.96MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20643840,\"total\":20845746},\"progress\":\"[=================================================\\u003e + ] 20.64MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":20845746,\"total\":20845746},\"progress\":\"[==================================================\\u003e] + \ 20.85MB/20.85MB\",\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"a3ea12e4d875\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":809,\"total\":809},\"progress\":\"[==================================================\\u003e] + \ 809B/809B\",\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"cb4197092ed1\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Extracting\",\"progressDetail\":{\"current\":421,\"total\":421},\"progress\":\"[==================================================\\u003e] + \ 421B/421B\",\"id\":\"0f560873d144\"}\r\n{\"status\":\"Pull complete\",\"progressDetail\":{},\"id\":\"0f560873d144\"}\r\n{\"status\":\"Digest: + sha256:26d6d26e0e08ae5003a0d1ee4cdd63a0692cb9c530b2704f78fbd7662d79ae09\"}\r\n{\"status\":\"Status: + Downloaded newer image for paketobuildpacks/run-jammy-base:latest\"}\r\n" headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:27 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"Platform":{"Name":"Docker Desktop 4.12.0 (85629)"},"Components":[{"Name":"Engine","Version":"20.10.17","Details":{"ApiVersion":"1.41","Arch":"amd64","BuildTime":"2022-06-06T23:01:23.000000000+00:00","Experimental":"false","GitCommit":"a89b842","GoVersion":"go1.17.11","KernelVersion":"5.10.124-linuxkit","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.8","Details":{"GitCommit":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"}},{"Name":"runc","Version":"1.1.4","Details":{"GitCommit":"v1.1.4-0-g5fd4c4d"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"20.10.17","ApiVersion":"1.41","MinAPIVersion":"1.12","GitCommit":"a89b842","GoVersion":"go1.17.11","Os":"linux","Arch":"amd64","KernelVersion":"5.10.124-linuxkit","BuildTime":"2022-06-06T23:01:23.000000000+00:00"} + {"Platform":{"Name":""},"Components":[{"Name":"Engine","Version":"26.1.3","Details":{"ApiVersion":"1.45","Arch":"amd64","BuildTime":"2024-12-12T08:27:10.000000000+00:00","Experimental":"false","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","KernelVersion":"6.11.0-24-generic","MinAPIVersion":"1.24","Os":"linux"}},{"Name":"containerd","Version":"2.0.0~rc3","Details":{"GitCommit":""}},{"Name":"runc","Version":"1.1.12-0ubuntu4","Details":{"GitCommit":""}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":""}}],"Version":"26.1.3","ApiVersion":"1.45","MinAPIVersion":"1.24","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","Os":"linux","Arch":"amd64","KernelVersion":"6.11.0-24-generic","BuildTime":"2024-12-12T08:27:10.000000000+00:00"} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/version + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/version method: GET response: body: | - {"Platform":{"Name":"Docker Desktop 4.12.0 (85629)"},"Components":[{"Name":"Engine","Version":"20.10.17","Details":{"ApiVersion":"1.41","Arch":"amd64","BuildTime":"2022-06-06T23:01:23.000000000+00:00","Experimental":"false","GitCommit":"a89b842","GoVersion":"go1.17.11","KernelVersion":"5.10.124-linuxkit","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.8","Details":{"GitCommit":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"}},{"Name":"runc","Version":"1.1.4","Details":{"GitCommit":"v1.1.4-0-g5fd4c4d"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"20.10.17","ApiVersion":"1.41","MinAPIVersion":"1.12","GitCommit":"a89b842","GoVersion":"go1.17.11","Os":"linux","Arch":"amd64","KernelVersion":"5.10.124-linuxkit","BuildTime":"2022-06-06T23:01:23.000000000+00:00"} + {"Platform":{"Name":""},"Components":[{"Name":"Engine","Version":"26.1.3","Details":{"ApiVersion":"1.45","Arch":"amd64","BuildTime":"2024-12-12T08:27:10.000000000+00:00","Experimental":"false","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","KernelVersion":"6.11.0-24-generic","MinAPIVersion":"1.24","Os":"linux"}},{"Name":"containerd","Version":"2.0.0~rc3","Details":{"GitCommit":""}},{"Name":"runc","Version":"1.1.12-0ubuntu4","Details":{"GitCommit":""}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":""}}],"Version":"26.1.3","ApiVersion":"1.45","MinAPIVersion":"1.24","GitCommit":"26.1.3-0ubuntu1.1","GoVersion":"go1.22.8","Os":"linux","Arch":"amd64","KernelVersion":"6.11.0-24-generic","BuildTime":"2024-12-12T08:27:10.000000000+00:00"} headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "766" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"Id":"sha256:f2e5000af0cb0db7d16a2939fc88c2aa522e91826c0e87ef2a4ec2825b213585","RepoTags":["paketobuildpacks/run:base-cnb"],"RepoDigests":["paketobuildpacks/run@sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38"],"Parent":"","Comment":"","Created":"2023-06-29T19:41:21.43038979Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.stack.description":"ubuntu:bionic with some common dependencies like tzdata and openssl","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":87075344,"VirtualSize":87075344,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/7fcad8814c70c274578e88cdaf085fa8e75bad8e046e7c88a9fbd810ec11fcfe/diff:/var/lib/docker/overlay2/b3104abc5ad3efcecad793d46d3700b956384bc654147b30facdc906b99569fd/diff:/var/lib/docker/overlay2/5beb2e74526c1edbccd47c161f52423f114b3ab6936f2252dfc171da2a118dcd/diff:/var/lib/docker/overlay2/7d3e4f563dd1484e27c592a0dafe9f770b1f1e4f4843df6692d3c5aada80dc44/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/merged","UpperDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/diff","WorkDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:f92983442b23358a26b07830369780a1cf2e2bdf34bf68edd28e6b064b4460ff","sha256:fd93afbbe1ce451b6b0e50524270b44d9b27c49b38485246cde81ee0d4645e34","sha256:115fc79fb3d117fced3d82504131fd763516941e7e70f2947aea28607113d0bb","sha256:39d381810cef3ef27ade4c7a4f57206a7935c503713ad31f2ab75df086ce2d8e","sha256:1eb5983d73014e2f11902c90f9af0f0dd6b4b1cb128a57b1cebee6ef54252199"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:be69f851d370fdce0054d8720fd36ec8698b839c070336412c6277e6d9264d0a","RepoTags":["paketobuildpacks/run-jammy-base:latest"],"RepoDigests":["paketobuildpacks/run-jammy-base@sha256:26d6d26e0e08ae5003a0d1ee4cdd63a0692cb9c530b2704f78fbd7662d79ae09"],"Parent":"","Comment":"","Created":"2025-02-21T02:44:17.87122112Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1002:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.stack.description":"ubuntu:jammy with some common dependencies like tzdata and openssl","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":129032302,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/588ed03aae4ec0ef305c1176148e577963d1c200db65e87b533881508e15ff2f/diff:/var/lib/docker/overlay2/d68d09b25fdc7e1f8f6f7569f387accc6eb4e9a88328e12336190a3bf76a3070/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/merged","UpperDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/diff","WorkDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:69e7e9143c29e5bb6533dd6d139a74bc8debb7a588217c38eb0b0b792056e0ea","sha256:1f5a07f2fc66d9e8121aea9102bbb98072d21bad0c3ee6ef02aa8afa4d0cf85b","sha256:1ff5e081e9bc7b11362171e0ec53e158ed6d1d3ccb06256eb3ab7e455f48f70f"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/index.docker.io/paketobuildpacks/run:base-cnb/json + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/index.docker.io/paketobuildpacks/run-jammy-base:latest/json method: GET response: body: | - {"Id":"sha256:f2e5000af0cb0db7d16a2939fc88c2aa522e91826c0e87ef2a4ec2825b213585","RepoTags":["paketobuildpacks/run:base-cnb"],"RepoDigests":["paketobuildpacks/run@sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38"],"Parent":"","Comment":"","Created":"2023-06-29T19:41:21.43038979Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.stack.description":"ubuntu:bionic with some common dependencies like tzdata and openssl","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":87075344,"VirtualSize":87075344,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/7fcad8814c70c274578e88cdaf085fa8e75bad8e046e7c88a9fbd810ec11fcfe/diff:/var/lib/docker/overlay2/b3104abc5ad3efcecad793d46d3700b956384bc654147b30facdc906b99569fd/diff:/var/lib/docker/overlay2/5beb2e74526c1edbccd47c161f52423f114b3ab6936f2252dfc171da2a118dcd/diff:/var/lib/docker/overlay2/7d3e4f563dd1484e27c592a0dafe9f770b1f1e4f4843df6692d3c5aada80dc44/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/merged","UpperDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/diff","WorkDir":"/var/lib/docker/overlay2/6abff2c4f8f39dbbb8d6d39bb4db9279cf36f74ac3a1d581d5822997d6a5a0b7/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:f92983442b23358a26b07830369780a1cf2e2bdf34bf68edd28e6b064b4460ff","sha256:fd93afbbe1ce451b6b0e50524270b44d9b27c49b38485246cde81ee0d4645e34","sha256:115fc79fb3d117fced3d82504131fd763516941e7e70f2947aea28607113d0bb","sha256:39d381810cef3ef27ade4c7a4f57206a7935c503713ad31f2ab75df086ce2d8e","sha256:1eb5983d73014e2f11902c90f9af0f0dd6b4b1cb128a57b1cebee6ef54252199"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:be69f851d370fdce0054d8720fd36ec8698b839c070336412c6277e6d9264d0a","RepoTags":["paketobuildpacks/run-jammy-base:latest"],"RepoDigests":["paketobuildpacks/run-jammy-base@sha256:26d6d26e0e08ae5003a0d1ee4cdd63a0692cb9c530b2704f78fbd7662d79ae09"],"Parent":"","Comment":"","Created":"2025-02-21T02:44:17.87122112Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1002:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.stack.description":"ubuntu:jammy with some common dependencies like tzdata and openssl","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":129032302,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/588ed03aae4ec0ef305c1176148e577963d1c200db65e87b533881508e15ff2f/diff:/var/lib/docker/overlay2/d68d09b25fdc7e1f8f6f7569f387accc6eb4e9a88328e12336190a3bf76a3070/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/merged","UpperDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/diff","WorkDir":"/var/lib/docker/overlay2/28a69e6106a13ce61128a4aaf1415c3d0064f662f600fbf4d462716f9fc98a27/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:69e7e9143c29e5bb6533dd6d139a74bc8debb7a588217c38eb0b0b792056e0ea","sha256:1f5a07f2fc66d9e8121aea9102bbb98072d21bad0c3ee6ef02aa8afa4d0cf85b","sha256:1ff5e081e9bc7b11362171e0ec53e158ed6d1d3ccb06256eb3ab7e455f48f70f"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - [{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"sha256:f2e5000af0cb0db7d16a2939fc88c2aa522e91826c0e87ef2a4ec2825b213585","Size":509,"Tags":["paketobuildpacks/run:base-cnb"]},{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"","Size":1421,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067681,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c rm /etc/os-release && cat /usr/lib/os-release | sed -e 's#PRETTY_NAME=.*#PRETTY_NAME=\"Paketo Buildpacks Base Bionic\"#' -e 's#HOME_URL=.*#HOME_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack\"#' -e 's#SUPPORT_URL=.*#SUPPORT_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack/blob/main/README.md\"#' -e 's#BUG_REPORT_URL=.*#BUG_REPORT_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack/issues/new\"#' > /etc/os-release && rm /usr/lib/os-release # buildkit","Id":"","Size":509,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067681,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"debconf debconf/frontend select noninteractive\" | debconf-set-selections && export DEBIAN_FRONTEND=noninteractive && apt-get -y $package_args update && apt-get -y $package_args upgrade && apt-get -y $package_args install locales && locale-gen en_US.UTF-8 && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && apt-get -y $package_args install $packages && find /usr/share/doc/*/* ! -name copyright | xargs rm -rf && rm -rf /usr/share/man/* /usr/share/info/* /usr/share/groff/* /usr/share/lintian/* /usr/share/linda/* /var/lib/apt/lists/* /tmp/* /etc/apt/preferences # buildkit","Id":"","Size":23915927,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067660,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"Package: $packages\\nPin: release c=multiverse\\nPin-Priority: -1\\n\\nPackage: $packages\\nPin: release c=restricted\\nPin-Priority: -1\\n\" > /etc/apt/preferences # buildkit","Id":"","Size":264,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"$sources\" > /etc/apt/sources.list # buildkit","Id":"","Size":241,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG packages","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG sources","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439129,"CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439129,"CreatedBy":"/bin/sh -c #(nop) ADD file:3c74e7e08cbf9a87694ce6fa541af617599680fa54d9e48556fc0fbc120b4a83 in / ","Id":"","Size":63156473,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","Id":"","Size":0,"Tags":null}] + [{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"sha256:be69f851d370fdce0054d8720fd36ec8698b839c070336412c6277e6d9264d0a","Size":505,"Tags":["paketobuildpacks/run-jammy-base:latest"]},{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"","Size":1417,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu jammy main universe multiverse\n deb http://archive.ubuntu.com/ubuntu jammy-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu jammy-security main universe multiverse\n packages=ca-certificates libexpat1 libssl3 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--no-install-recommends /bin/sh -c echo \"$sources\" > /etc/apt/sources.list && echo \"Package: $packages\\nPin: release c=multiverse\\nPin-Priority: -1\\n\\nPackage: $packages\\nPin: release c=restricted\\nPin-Priority: -1\\n\" > /etc/apt/preferences && echo \"debconf debconf/frontend select noninteractive\" | debconf-set-selections && export DEBIAN_FRONTEND=noninteractive && apt-get -y $package_args update && apt-get -y $package_args upgrade && apt-get -y $package_args install locales && locale-gen en_US.UTF-8 && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && apt-get -y $package_args install $packages && find /usr/share/doc/*/* ! -name copyright | xargs rm -rf && rm -rf /usr/share/man/* /usr/share/info/* /usr/share/groff/* /usr/share/lintian/* /usr/share/linda/* /var/lib/apt/lists/* /tmp/* /etc/apt/preferences && rm /etc/os-release && cat /usr/lib/os-release | sed -e 's#PRETTY_NAME=.*#PRETTY_NAME=\"Paketo Buildpacks Base Jammy\"#' -e 's#HOME_URL=.*#HOME_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack\"#' -e 's#SUPPORT_URL=.*#SUPPORT_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack/blob/main/README.md\"#' -e 's#BUG_REPORT_URL=.*#BUG_REPORT_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack/issues/new\"#' > /etc/os-release && rm /usr/lib/os-release # buildkit","Id":"","Size":51167361,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG package_args=--no-install-recommends","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG packages","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG sources","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869471,"CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869470,"CreatedBy":"/bin/sh -c #(nop) ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / ","Id":"","Size":77863019,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","Id":"","Size":0,"Tags":null}] form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/index.docker.io/paketobuildpacks/run:base-cnb/history + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/index.docker.io/paketobuildpacks/run-jammy-base:latest/history method: GET response: body: | - [{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"sha256:f2e5000af0cb0db7d16a2939fc88c2aa522e91826c0e87ef2a4ec2825b213585","Size":509,"Tags":["paketobuildpacks/run:base-cnb"]},{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"","Size":1421,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067681,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c rm /etc/os-release && cat /usr/lib/os-release | sed -e 's#PRETTY_NAME=.*#PRETTY_NAME=\"Paketo Buildpacks Base Bionic\"#' -e 's#HOME_URL=.*#HOME_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack\"#' -e 's#SUPPORT_URL=.*#SUPPORT_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack/blob/main/README.md\"#' -e 's#BUG_REPORT_URL=.*#BUG_REPORT_URL=\"https://github.com/paketo-buildpacks/bionic-base-stack/issues/new\"#' > /etc/os-release && rm /usr/lib/os-release # buildkit","Id":"","Size":509,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067681,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"debconf debconf/frontend select noninteractive\" | debconf-set-selections && export DEBIAN_FRONTEND=noninteractive && apt-get -y $package_args update && apt-get -y $package_args upgrade && apt-get -y $package_args install locales && locale-gen en_US.UTF-8 && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && apt-get -y $package_args install $packages && find /usr/share/doc/*/* ! -name copyright | xargs rm -rf && rm -rf /usr/share/man/* /usr/share/info/* /usr/share/groff/* /usr/share/lintian/* /usr/share/linda/* /var/lib/apt/lists/* /tmp/* /etc/apt/preferences # buildkit","Id":"","Size":23915927,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067660,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"Package: $packages\\nPin: release c=multiverse\\nPin-Priority: -1\\n\\nPackage: $packages\\nPin: release c=restricted\\nPin-Priority: -1\\n\" > /etc/apt/preferences # buildkit","Id":"","Size":264,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse\n packages=ca-certificates libexpat1 libssl1.1 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends /bin/sh -c echo \"$sources\" > /etc/apt/sources.list # buildkit","Id":"","Size":241,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG package_args=--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG packages","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1688067659,"CreatedBy":"ARG sources","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439129,"CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439129,"CreatedBy":"/bin/sh -c #(nop) ADD file:3c74e7e08cbf9a87694ce6fa541af617599680fa54d9e48556fc0fbc120b4a83 in / ","Id":"","Size":63156473,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1685439127,"CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","Id":"","Size":0,"Tags":null}] + [{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"sha256:be69f851d370fdce0054d8720fd36ec8698b839c070336412c6277e6d9264d0a","Size":505,"Tags":["paketobuildpacks/run-jammy-base:latest"]},{"Comment":"","Created":-62135596800,"CreatedBy":"","Id":"","Size":1417,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"RUN |3 sources= deb http://archive.ubuntu.com/ubuntu jammy main universe multiverse\n deb http://archive.ubuntu.com/ubuntu jammy-updates main universe multiverse\n deb http://archive.ubuntu.com/ubuntu jammy-security main universe multiverse\n packages=ca-certificates libexpat1 libssl3 libyaml-0-2 netbase openssl tzdata zlib1g package_args=--no-install-recommends /bin/sh -c echo \"$sources\" > /etc/apt/sources.list && echo \"Package: $packages\\nPin: release c=multiverse\\nPin-Priority: -1\\n\\nPackage: $packages\\nPin: release c=restricted\\nPin-Priority: -1\\n\" > /etc/apt/preferences && echo \"debconf debconf/frontend select noninteractive\" | debconf-set-selections && export DEBIAN_FRONTEND=noninteractive && apt-get -y $package_args update && apt-get -y $package_args upgrade && apt-get -y $package_args install locales && locale-gen en_US.UTF-8 && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && apt-get -y $package_args install $packages && find /usr/share/doc/*/* ! -name copyright | xargs rm -rf && rm -rf /usr/share/man/* /usr/share/info/* /usr/share/groff/* /usr/share/lintian/* /usr/share/linda/* /var/lib/apt/lists/* /tmp/* /etc/apt/preferences && rm /etc/os-release && cat /usr/lib/os-release | sed -e 's#PRETTY_NAME=.*#PRETTY_NAME=\"Paketo Buildpacks Base Jammy\"#' -e 's#HOME_URL=.*#HOME_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack\"#' -e 's#SUPPORT_URL=.*#SUPPORT_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack/blob/main/README.md\"#' -e 's#BUG_REPORT_URL=.*#BUG_REPORT_URL=\"https://github.com/paketo-buildpacks/jammy-base-stack/issues/new\"#' > /etc/os-release && rm /usr/lib/os-release # buildkit","Id":"","Size":51167361,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG package_args=--no-install-recommends","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG packages","Id":"","Size":0,"Tags":null},{"Comment":"buildkit.dockerfile.v0","Created":1740105857,"CreatedBy":"ARG sources","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869471,"CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869470,"CreatedBy":"/bin/sh -c #(nop) ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / ","Id":"","Size":77863019,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","Id":"","Size":0,"Tags":null},{"Comment":"","Created":1737869467,"CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","Id":"","Size":0,"Tags":null}] headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"ID":"HEXW:6FAA:BOXA:VOL6:KXN3:VRXY:X6FW:UX34:KYRE:VLP4:INY3:HM6J","Containers":6,"ContainersRunning":2,"ContainersPaused":0,"ContainersStopped":4,"Images":29,"Driver":"overlay2","DriverStatus":[["Backing Filesystem","extfs"],["Supports d_type","true"],["Native Overlay Diff","true"],["userxattr","false"]],"Plugins":{"Volume":["local"],"Network":["bridge","host","ipvlan","macvlan","null","overlay"],"Authorization":null,"Log":["awslogs","fluentd","gcplogs","gelf","journald","json-file","local","logentries","splunk","syslog"]},"MemoryLimit":true,"SwapLimit":true,"KernelMemory":false,"KernelMemoryTCP":false,"CpuCfsPeriod":true,"CpuCfsQuota":true,"CPUShares":true,"CPUSet":true,"PidsLimit":true,"IPv4Forwarding":true,"BridgeNfIptables":true,"BridgeNfIp6tables":true,"Debug":false,"NFd":63,"OomKillDisable":false,"NGoroutines":57,"SystemTime":"2023-11-08T12:44:11.218231433Z","LoggingDriver":"json-file","CgroupDriver":"cgroupfs","CgroupVersion":"2","NEventsListener":3,"KernelVersion":"5.10.124-linuxkit","OperatingSystem":"Docker Desktop","OSVersion":"","OSType":"linux","Architecture":"x86_64","IndexServerAddress":"https://index.docker.io/v1/","RegistryConfig":{"AllowNondistributableArtifactsCIDRs":[],"AllowNondistributableArtifactsHostnames":[],"InsecureRegistryCIDRs":["127.0.0.0/8"],"IndexConfigs":{"docker.io":{"Name":"docker.io","Mirrors":[],"Secure":true,"Official":true},"hubproxy.docker.internal:5000":{"Name":"hubproxy.docker.internal:5000","Mirrors":[],"Secure":false,"Official":false}},"Mirrors":[]},"NCPU":8,"MemTotal":6232109056,"GenericResources":null,"DockerRootDir":"/var/lib/docker","HttpProxy":"http.docker.internal:3128","HttpsProxy":"http.docker.internal:3128","NoProxy":"hubproxy.docker.internal","Name":"docker-desktop","Labels":[],"ExperimentalBuild":false,"ServerVersion":"20.10.17","Runtimes":{"io.containerd.runc.v2":{"path":"runc"},"io.containerd.runtime.v1.linux":{"path":"runc"},"runc":{"path":"runc"}},"DefaultRuntime":"runc","Swarm":{"NodeID":"","NodeAddr":"","LocalNodeState":"inactive","ControlAvailable":false,"Error":"","RemoteManagers":null},"LiveRestoreEnabled":false,"Isolation":"","InitBinary":"docker-init","ContainerdCommit":{"ID":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6","Expected":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"},"RuncCommit":{"ID":"v1.1.4-0-g5fd4c4d","Expected":"v1.1.4-0-g5fd4c4d"},"InitCommit":{"ID":"de40ad0","Expected":"de40ad0"},"SecurityOptions":["name=seccomp,profile=default","name=cgroupns"],"Warnings":null} + {"ID":"1e13782b-3300-45d6-9158-bbc39f57081f","Containers":21,"ContainersRunning":0,"ContainersPaused":0,"ContainersStopped":21,"Images":63,"Driver":"overlay2","DriverStatus":[["Backing Filesystem","extfs"],["Supports d_type","true"],["Using metacopy","false"],["Native Overlay Diff","true"],["userxattr","false"]],"Plugins":{"Volume":["local"],"Network":["bridge","host","ipvlan","macvlan","null","overlay"],"Authorization":null,"Log":["awslogs","fluentd","gcplogs","gelf","journald","json-file","local","splunk","syslog"]},"MemoryLimit":true,"SwapLimit":true,"CpuCfsPeriod":true,"CpuCfsQuota":true,"CPUShares":true,"CPUSet":true,"PidsLimit":true,"IPv4Forwarding":true,"BridgeNfIptables":true,"BridgeNfIp6tables":true,"Debug":false,"NFd":23,"OomKillDisable":false,"NGoroutines":41,"SystemTime":"2025-04-29T16:08:35.088001619+02:00","LoggingDriver":"json-file","CgroupDriver":"systemd","CgroupVersion":"2","NEventsListener":0,"KernelVersion":"6.11.0-24-generic","OperatingSystem":"Ubuntu 24.10","OSVersion":"24.10","OSType":"linux","Architecture":"x86_64","IndexServerAddress":"https://index.docker.io/v1/","RegistryConfig":{"AllowNondistributableArtifactsCIDRs":null,"AllowNondistributableArtifactsHostnames":null,"InsecureRegistryCIDRs":["127.0.0.0/8"],"IndexConfigs":{"docker.io":{"Name":"docker.io","Mirrors":[],"Secure":true,"Official":true}},"Mirrors":null},"NCPU":16,"MemTotal":32210378752,"GenericResources":null,"DockerRootDir":"/var/lib/docker","HttpProxy":"","HttpsProxy":"","NoProxy":"","Name":"leila-ThinkPad-T14s-Gen-6","Labels":[],"ExperimentalBuild":false,"ServerVersion":"26.1.3","Runtimes":{"io.containerd.runc.v2":{"path":"runc","status":{"org.opencontainers.runtime-spec.features":"{\"ociVersionMin\":\"1.0.0\",\"ociVersionMax\":\"1.0.2-dev\",\"hooks\":[\"prestart\",\"createRuntime\",\"createContainer\",\"startContainer\",\"poststart\",\"poststop\"],\"mountOptions\":[\"acl\",\"async\",\"atime\",\"bind\",\"defaults\",\"dev\",\"diratime\",\"dirsync\",\"exec\",\"iversion\",\"lazytime\",\"loud\",\"mand\",\"noacl\",\"noatime\",\"nodev\",\"nodiratime\",\"noexec\",\"noiversion\",\"nolazytime\",\"nomand\",\"norelatime\",\"nostrictatime\",\"nosuid\",\"nosymfollow\",\"private\",\"ratime\",\"rbind\",\"rdev\",\"rdiratime\",\"relatime\",\"remount\",\"rexec\",\"rnoatime\",\"rnodev\",\"rnodiratime\",\"rnoexec\",\"rnorelatime\",\"rnostrictatime\",\"rnosuid\",\"rnosymfollow\",\"ro\",\"rprivate\",\"rrelatime\",\"rro\",\"rrw\",\"rshared\",\"rslave\",\"rstrictatime\",\"rsuid\",\"rsymfollow\",\"runbindable\",\"rw\",\"shared\",\"silent\",\"slave\",\"strictatime\",\"suid\",\"symfollow\",\"sync\",\"tmpcopyup\",\"unbindable\"],\"linux\":{\"namespaces\":[\"cgroup\",\"ipc\",\"mount\",\"network\",\"pid\",\"user\",\"uts\"],\"capabilities\":[\"CAP_CHOWN\",\"CAP_DAC_OVERRIDE\",\"CAP_DAC_READ_SEARCH\",\"CAP_FOWNER\",\"CAP_FSETID\",\"CAP_KILL\",\"CAP_SETGID\",\"CAP_SETUID\",\"CAP_SETPCAP\",\"CAP_LINUX_IMMUTABLE\",\"CAP_NET_BIND_SERVICE\",\"CAP_NET_BROADCAST\",\"CAP_NET_ADMIN\",\"CAP_NET_RAW\",\"CAP_IPC_LOCK\",\"CAP_IPC_OWNER\",\"CAP_SYS_MODULE\",\"CAP_SYS_RAWIO\",\"CAP_SYS_CHROOT\",\"CAP_SYS_PTRACE\",\"CAP_SYS_PACCT\",\"CAP_SYS_ADMIN\",\"CAP_SYS_BOOT\",\"CAP_SYS_NICE\",\"CAP_SYS_RESOURCE\",\"CAP_SYS_TIME\",\"CAP_SYS_TTY_CONFIG\",\"CAP_MKNOD\",\"CAP_LEASE\",\"CAP_AUDIT_WRITE\",\"CAP_AUDIT_CONTROL\",\"CAP_SETFCAP\",\"CAP_MAC_OVERRIDE\",\"CAP_MAC_ADMIN\",\"CAP_SYSLOG\",\"CAP_WAKE_ALARM\",\"CAP_BLOCK_SUSPEND\",\"CAP_AUDIT_READ\",\"CAP_PERFMON\",\"CAP_BPF\",\"CAP_CHECKPOINT_RESTORE\"],\"cgroup\":{\"v1\":true,\"v2\":true,\"systemd\":true,\"systemdUser\":true},\"seccomp\":{\"enabled\":true,\"actions\":[\"SCMP_ACT_ALLOW\",\"SCMP_ACT_ERRNO\",\"SCMP_ACT_KILL\",\"SCMP_ACT_KILL_PROCESS\",\"SCMP_ACT_KILL_THREAD\",\"SCMP_ACT_LOG\",\"SCMP_ACT_NOTIFY\",\"SCMP_ACT_TRACE\",\"SCMP_ACT_TRAP\"],\"operators\":[\"SCMP_CMP_EQ\",\"SCMP_CMP_GE\",\"SCMP_CMP_GT\",\"SCMP_CMP_LE\",\"SCMP_CMP_LT\",\"SCMP_CMP_MASKED_EQ\",\"SCMP_CMP_NE\"],\"archs\":[\"SCMP_ARCH_AARCH64\",\"SCMP_ARCH_ARM\",\"SCMP_ARCH_MIPS\",\"SCMP_ARCH_MIPS64\",\"SCMP_ARCH_MIPS64N32\",\"SCMP_ARCH_MIPSEL\",\"SCMP_ARCH_MIPSEL64\",\"SCMP_ARCH_MIPSEL64N32\",\"SCMP_ARCH_PPC\",\"SCMP_ARCH_PPC64\",\"SCMP_ARCH_PPC64LE\",\"SCMP_ARCH_RISCV64\",\"SCMP_ARCH_S390\",\"SCMP_ARCH_S390X\",\"SCMP_ARCH_X32\",\"SCMP_ARCH_X86\",\"SCMP_ARCH_X86_64\"]},\"apparmor\":{\"enabled\":true},\"selinux\":{\"enabled\":true}},\"annotations\":{\"io.github.seccomp.libseccomp.version\":\"2.5.5\",\"org.opencontainers.runc.checkpoint.enabled\":\"true\",\"org.opencontainers.runc.commit\":\"\",\"org.opencontainers.runc.version\":\"1.1.12-0ubuntu4\"}}"}},"runc":{"path":"runc","status":{"org.opencontainers.runtime-spec.features":"{\"ociVersionMin\":\"1.0.0\",\"ociVersionMax\":\"1.0.2-dev\",\"hooks\":[\"prestart\",\"createRuntime\",\"createContainer\",\"startContainer\",\"poststart\",\"poststop\"],\"mountOptions\":[\"acl\",\"async\",\"atime\",\"bind\",\"defaults\",\"dev\",\"diratime\",\"dirsync\",\"exec\",\"iversion\",\"lazytime\",\"loud\",\"mand\",\"noacl\",\"noatime\",\"nodev\",\"nodiratime\",\"noexec\",\"noiversion\",\"nolazytime\",\"nomand\",\"norelatime\",\"nostrictatime\",\"nosuid\",\"nosymfollow\",\"private\",\"ratime\",\"rbind\",\"rdev\",\"rdiratime\",\"relatime\",\"remount\",\"rexec\",\"rnoatime\",\"rnodev\",\"rnodiratime\",\"rnoexec\",\"rnorelatime\",\"rnostrictatime\",\"rnosuid\",\"rnosymfollow\",\"ro\",\"rprivate\",\"rrelatime\",\"rro\",\"rrw\",\"rshared\",\"rslave\",\"rstrictatime\",\"rsuid\",\"rsymfollow\",\"runbindable\",\"rw\",\"shared\",\"silent\",\"slave\",\"strictatime\",\"suid\",\"symfollow\",\"sync\",\"tmpcopyup\",\"unbindable\"],\"linux\":{\"namespaces\":[\"cgroup\",\"ipc\",\"mount\",\"network\",\"pid\",\"user\",\"uts\"],\"capabilities\":[\"CAP_CHOWN\",\"CAP_DAC_OVERRIDE\",\"CAP_DAC_READ_SEARCH\",\"CAP_FOWNER\",\"CAP_FSETID\",\"CAP_KILL\",\"CAP_SETGID\",\"CAP_SETUID\",\"CAP_SETPCAP\",\"CAP_LINUX_IMMUTABLE\",\"CAP_NET_BIND_SERVICE\",\"CAP_NET_BROADCAST\",\"CAP_NET_ADMIN\",\"CAP_NET_RAW\",\"CAP_IPC_LOCK\",\"CAP_IPC_OWNER\",\"CAP_SYS_MODULE\",\"CAP_SYS_RAWIO\",\"CAP_SYS_CHROOT\",\"CAP_SYS_PTRACE\",\"CAP_SYS_PACCT\",\"CAP_SYS_ADMIN\",\"CAP_SYS_BOOT\",\"CAP_SYS_NICE\",\"CAP_SYS_RESOURCE\",\"CAP_SYS_TIME\",\"CAP_SYS_TTY_CONFIG\",\"CAP_MKNOD\",\"CAP_LEASE\",\"CAP_AUDIT_WRITE\",\"CAP_AUDIT_CONTROL\",\"CAP_SETFCAP\",\"CAP_MAC_OVERRIDE\",\"CAP_MAC_ADMIN\",\"CAP_SYSLOG\",\"CAP_WAKE_ALARM\",\"CAP_BLOCK_SUSPEND\",\"CAP_AUDIT_READ\",\"CAP_PERFMON\",\"CAP_BPF\",\"CAP_CHECKPOINT_RESTORE\"],\"cgroup\":{\"v1\":true,\"v2\":true,\"systemd\":true,\"systemdUser\":true},\"seccomp\":{\"enabled\":true,\"actions\":[\"SCMP_ACT_ALLOW\",\"SCMP_ACT_ERRNO\",\"SCMP_ACT_KILL\",\"SCMP_ACT_KILL_PROCESS\",\"SCMP_ACT_KILL_THREAD\",\"SCMP_ACT_LOG\",\"SCMP_ACT_NOTIFY\",\"SCMP_ACT_TRACE\",\"SCMP_ACT_TRAP\"],\"operators\":[\"SCMP_CMP_EQ\",\"SCMP_CMP_GE\",\"SCMP_CMP_GT\",\"SCMP_CMP_LE\",\"SCMP_CMP_LT\",\"SCMP_CMP_MASKED_EQ\",\"SCMP_CMP_NE\"],\"archs\":[\"SCMP_ARCH_AARCH64\",\"SCMP_ARCH_ARM\",\"SCMP_ARCH_MIPS\",\"SCMP_ARCH_MIPS64\",\"SCMP_ARCH_MIPS64N32\",\"SCMP_ARCH_MIPSEL\",\"SCMP_ARCH_MIPSEL64\",\"SCMP_ARCH_MIPSEL64N32\",\"SCMP_ARCH_PPC\",\"SCMP_ARCH_PPC64\",\"SCMP_ARCH_PPC64LE\",\"SCMP_ARCH_RISCV64\",\"SCMP_ARCH_S390\",\"SCMP_ARCH_S390X\",\"SCMP_ARCH_X32\",\"SCMP_ARCH_X86\",\"SCMP_ARCH_X86_64\"]},\"apparmor\":{\"enabled\":true},\"selinux\":{\"enabled\":true}},\"annotations\":{\"io.github.seccomp.libseccomp.version\":\"2.5.5\",\"org.opencontainers.runc.checkpoint.enabled\":\"true\",\"org.opencontainers.runc.commit\":\"\",\"org.opencontainers.runc.version\":\"1.1.12-0ubuntu4\"}}"}}},"DefaultRuntime":"runc","Swarm":{"NodeID":"","NodeAddr":"","LocalNodeState":"inactive","ControlAvailable":false,"Error":"","RemoteManagers":null},"LiveRestoreEnabled":false,"Isolation":"","InitBinary":"docker-init","ContainerdCommit":{"ID":"","Expected":""},"RuncCommit":{"ID":"","Expected":""},"InitCommit":{"ID":"","Expected":""},"SecurityOptions":["name=apparmor","name=seccomp,profile=builtin","name=cgroupns"],"CDISpecDirs":[],"Warnings":null} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/info + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/info method: GET response: body: | - {"ID":"HEXW:6FAA:BOXA:VOL6:KXN3:VRXY:X6FW:UX34:KYRE:VLP4:INY3:HM6J","Containers":6,"ContainersRunning":2,"ContainersPaused":0,"ContainersStopped":4,"Images":29,"Driver":"overlay2","DriverStatus":[["Backing Filesystem","extfs"],["Supports d_type","true"],["Native Overlay Diff","true"],["userxattr","false"]],"Plugins":{"Volume":["local"],"Network":["bridge","host","ipvlan","macvlan","null","overlay"],"Authorization":null,"Log":["awslogs","fluentd","gcplogs","gelf","journald","json-file","local","logentries","splunk","syslog"]},"MemoryLimit":true,"SwapLimit":true,"KernelMemory":false,"KernelMemoryTCP":false,"CpuCfsPeriod":true,"CpuCfsQuota":true,"CPUShares":true,"CPUSet":true,"PidsLimit":true,"IPv4Forwarding":true,"BridgeNfIptables":true,"BridgeNfIp6tables":true,"Debug":false,"NFd":63,"OomKillDisable":false,"NGoroutines":57,"SystemTime":"2023-11-08T12:44:11.218231433Z","LoggingDriver":"json-file","CgroupDriver":"cgroupfs","CgroupVersion":"2","NEventsListener":3,"KernelVersion":"5.10.124-linuxkit","OperatingSystem":"Docker Desktop","OSVersion":"","OSType":"linux","Architecture":"x86_64","IndexServerAddress":"https://index.docker.io/v1/","RegistryConfig":{"AllowNondistributableArtifactsCIDRs":[],"AllowNondistributableArtifactsHostnames":[],"InsecureRegistryCIDRs":["127.0.0.0/8"],"IndexConfigs":{"docker.io":{"Name":"docker.io","Mirrors":[],"Secure":true,"Official":true},"hubproxy.docker.internal:5000":{"Name":"hubproxy.docker.internal:5000","Mirrors":[],"Secure":false,"Official":false}},"Mirrors":[]},"NCPU":8,"MemTotal":6232109056,"GenericResources":null,"DockerRootDir":"/var/lib/docker","HttpProxy":"http.docker.internal:3128","HttpsProxy":"http.docker.internal:3128","NoProxy":"hubproxy.docker.internal","Name":"docker-desktop","Labels":[],"ExperimentalBuild":false,"ServerVersion":"20.10.17","Runtimes":{"io.containerd.runc.v2":{"path":"runc"},"io.containerd.runtime.v1.linux":{"path":"runc"},"runc":{"path":"runc"}},"DefaultRuntime":"runc","Swarm":{"NodeID":"","NodeAddr":"","LocalNodeState":"inactive","ControlAvailable":false,"Error":"","RemoteManagers":null},"LiveRestoreEnabled":false,"Isolation":"","InitBinary":"docker-init","ContainerdCommit":{"ID":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6","Expected":"9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6"},"RuncCommit":{"ID":"v1.1.4-0-g5fd4c4d","Expected":"v1.1.4-0-g5fd4c4d"},"InitCommit":{"ID":"de40ad0","Expected":"de40ad0"},"SecurityOptions":["name=seccomp,profile=default","name=cgroupns"],"Warnings":null} + {"ID":"1e13782b-3300-45d6-9158-bbc39f57081f","Containers":21,"ContainersRunning":0,"ContainersPaused":0,"ContainersStopped":21,"Images":63,"Driver":"overlay2","DriverStatus":[["Backing Filesystem","extfs"],["Supports d_type","true"],["Using metacopy","false"],["Native Overlay Diff","true"],["userxattr","false"]],"Plugins":{"Volume":["local"],"Network":["bridge","host","ipvlan","macvlan","null","overlay"],"Authorization":null,"Log":["awslogs","fluentd","gcplogs","gelf","journald","json-file","local","splunk","syslog"]},"MemoryLimit":true,"SwapLimit":true,"CpuCfsPeriod":true,"CpuCfsQuota":true,"CPUShares":true,"CPUSet":true,"PidsLimit":true,"IPv4Forwarding":true,"BridgeNfIptables":true,"BridgeNfIp6tables":true,"Debug":false,"NFd":23,"OomKillDisable":false,"NGoroutines":41,"SystemTime":"2025-04-29T16:08:35.088001619+02:00","LoggingDriver":"json-file","CgroupDriver":"systemd","CgroupVersion":"2","NEventsListener":0,"KernelVersion":"6.11.0-24-generic","OperatingSystem":"Ubuntu 24.10","OSVersion":"24.10","OSType":"linux","Architecture":"x86_64","IndexServerAddress":"https://index.docker.io/v1/","RegistryConfig":{"AllowNondistributableArtifactsCIDRs":null,"AllowNondistributableArtifactsHostnames":null,"InsecureRegistryCIDRs":["127.0.0.0/8"],"IndexConfigs":{"docker.io":{"Name":"docker.io","Mirrors":[],"Secure":true,"Official":true}},"Mirrors":null},"NCPU":16,"MemTotal":32210378752,"GenericResources":null,"DockerRootDir":"/var/lib/docker","HttpProxy":"","HttpsProxy":"","NoProxy":"","Name":"leila-ThinkPad-T14s-Gen-6","Labels":[],"ExperimentalBuild":false,"ServerVersion":"26.1.3","Runtimes":{"io.containerd.runc.v2":{"path":"runc","status":{"org.opencontainers.runtime-spec.features":"{\"ociVersionMin\":\"1.0.0\",\"ociVersionMax\":\"1.0.2-dev\",\"hooks\":[\"prestart\",\"createRuntime\",\"createContainer\",\"startContainer\",\"poststart\",\"poststop\"],\"mountOptions\":[\"acl\",\"async\",\"atime\",\"bind\",\"defaults\",\"dev\",\"diratime\",\"dirsync\",\"exec\",\"iversion\",\"lazytime\",\"loud\",\"mand\",\"noacl\",\"noatime\",\"nodev\",\"nodiratime\",\"noexec\",\"noiversion\",\"nolazytime\",\"nomand\",\"norelatime\",\"nostrictatime\",\"nosuid\",\"nosymfollow\",\"private\",\"ratime\",\"rbind\",\"rdev\",\"rdiratime\",\"relatime\",\"remount\",\"rexec\",\"rnoatime\",\"rnodev\",\"rnodiratime\",\"rnoexec\",\"rnorelatime\",\"rnostrictatime\",\"rnosuid\",\"rnosymfollow\",\"ro\",\"rprivate\",\"rrelatime\",\"rro\",\"rrw\",\"rshared\",\"rslave\",\"rstrictatime\",\"rsuid\",\"rsymfollow\",\"runbindable\",\"rw\",\"shared\",\"silent\",\"slave\",\"strictatime\",\"suid\",\"symfollow\",\"sync\",\"tmpcopyup\",\"unbindable\"],\"linux\":{\"namespaces\":[\"cgroup\",\"ipc\",\"mount\",\"network\",\"pid\",\"user\",\"uts\"],\"capabilities\":[\"CAP_CHOWN\",\"CAP_DAC_OVERRIDE\",\"CAP_DAC_READ_SEARCH\",\"CAP_FOWNER\",\"CAP_FSETID\",\"CAP_KILL\",\"CAP_SETGID\",\"CAP_SETUID\",\"CAP_SETPCAP\",\"CAP_LINUX_IMMUTABLE\",\"CAP_NET_BIND_SERVICE\",\"CAP_NET_BROADCAST\",\"CAP_NET_ADMIN\",\"CAP_NET_RAW\",\"CAP_IPC_LOCK\",\"CAP_IPC_OWNER\",\"CAP_SYS_MODULE\",\"CAP_SYS_RAWIO\",\"CAP_SYS_CHROOT\",\"CAP_SYS_PTRACE\",\"CAP_SYS_PACCT\",\"CAP_SYS_ADMIN\",\"CAP_SYS_BOOT\",\"CAP_SYS_NICE\",\"CAP_SYS_RESOURCE\",\"CAP_SYS_TIME\",\"CAP_SYS_TTY_CONFIG\",\"CAP_MKNOD\",\"CAP_LEASE\",\"CAP_AUDIT_WRITE\",\"CAP_AUDIT_CONTROL\",\"CAP_SETFCAP\",\"CAP_MAC_OVERRIDE\",\"CAP_MAC_ADMIN\",\"CAP_SYSLOG\",\"CAP_WAKE_ALARM\",\"CAP_BLOCK_SUSPEND\",\"CAP_AUDIT_READ\",\"CAP_PERFMON\",\"CAP_BPF\",\"CAP_CHECKPOINT_RESTORE\"],\"cgroup\":{\"v1\":true,\"v2\":true,\"systemd\":true,\"systemdUser\":true},\"seccomp\":{\"enabled\":true,\"actions\":[\"SCMP_ACT_ALLOW\",\"SCMP_ACT_ERRNO\",\"SCMP_ACT_KILL\",\"SCMP_ACT_KILL_PROCESS\",\"SCMP_ACT_KILL_THREAD\",\"SCMP_ACT_LOG\",\"SCMP_ACT_NOTIFY\",\"SCMP_ACT_TRACE\",\"SCMP_ACT_TRAP\"],\"operators\":[\"SCMP_CMP_EQ\",\"SCMP_CMP_GE\",\"SCMP_CMP_GT\",\"SCMP_CMP_LE\",\"SCMP_CMP_LT\",\"SCMP_CMP_MASKED_EQ\",\"SCMP_CMP_NE\"],\"archs\":[\"SCMP_ARCH_AARCH64\",\"SCMP_ARCH_ARM\",\"SCMP_ARCH_MIPS\",\"SCMP_ARCH_MIPS64\",\"SCMP_ARCH_MIPS64N32\",\"SCMP_ARCH_MIPSEL\",\"SCMP_ARCH_MIPSEL64\",\"SCMP_ARCH_MIPSEL64N32\",\"SCMP_ARCH_PPC\",\"SCMP_ARCH_PPC64\",\"SCMP_ARCH_PPC64LE\",\"SCMP_ARCH_RISCV64\",\"SCMP_ARCH_S390\",\"SCMP_ARCH_S390X\",\"SCMP_ARCH_X32\",\"SCMP_ARCH_X86\",\"SCMP_ARCH_X86_64\"]},\"apparmor\":{\"enabled\":true},\"selinux\":{\"enabled\":true}},\"annotations\":{\"io.github.seccomp.libseccomp.version\":\"2.5.5\",\"org.opencontainers.runc.checkpoint.enabled\":\"true\",\"org.opencontainers.runc.commit\":\"\",\"org.opencontainers.runc.version\":\"1.1.12-0ubuntu4\"}}"}},"runc":{"path":"runc","status":{"org.opencontainers.runtime-spec.features":"{\"ociVersionMin\":\"1.0.0\",\"ociVersionMax\":\"1.0.2-dev\",\"hooks\":[\"prestart\",\"createRuntime\",\"createContainer\",\"startContainer\",\"poststart\",\"poststop\"],\"mountOptions\":[\"acl\",\"async\",\"atime\",\"bind\",\"defaults\",\"dev\",\"diratime\",\"dirsync\",\"exec\",\"iversion\",\"lazytime\",\"loud\",\"mand\",\"noacl\",\"noatime\",\"nodev\",\"nodiratime\",\"noexec\",\"noiversion\",\"nolazytime\",\"nomand\",\"norelatime\",\"nostrictatime\",\"nosuid\",\"nosymfollow\",\"private\",\"ratime\",\"rbind\",\"rdev\",\"rdiratime\",\"relatime\",\"remount\",\"rexec\",\"rnoatime\",\"rnodev\",\"rnodiratime\",\"rnoexec\",\"rnorelatime\",\"rnostrictatime\",\"rnosuid\",\"rnosymfollow\",\"ro\",\"rprivate\",\"rrelatime\",\"rro\",\"rrw\",\"rshared\",\"rslave\",\"rstrictatime\",\"rsuid\",\"rsymfollow\",\"runbindable\",\"rw\",\"shared\",\"silent\",\"slave\",\"strictatime\",\"suid\",\"symfollow\",\"sync\",\"tmpcopyup\",\"unbindable\"],\"linux\":{\"namespaces\":[\"cgroup\",\"ipc\",\"mount\",\"network\",\"pid\",\"user\",\"uts\"],\"capabilities\":[\"CAP_CHOWN\",\"CAP_DAC_OVERRIDE\",\"CAP_DAC_READ_SEARCH\",\"CAP_FOWNER\",\"CAP_FSETID\",\"CAP_KILL\",\"CAP_SETGID\",\"CAP_SETUID\",\"CAP_SETPCAP\",\"CAP_LINUX_IMMUTABLE\",\"CAP_NET_BIND_SERVICE\",\"CAP_NET_BROADCAST\",\"CAP_NET_ADMIN\",\"CAP_NET_RAW\",\"CAP_IPC_LOCK\",\"CAP_IPC_OWNER\",\"CAP_SYS_MODULE\",\"CAP_SYS_RAWIO\",\"CAP_SYS_CHROOT\",\"CAP_SYS_PTRACE\",\"CAP_SYS_PACCT\",\"CAP_SYS_ADMIN\",\"CAP_SYS_BOOT\",\"CAP_SYS_NICE\",\"CAP_SYS_RESOURCE\",\"CAP_SYS_TIME\",\"CAP_SYS_TTY_CONFIG\",\"CAP_MKNOD\",\"CAP_LEASE\",\"CAP_AUDIT_WRITE\",\"CAP_AUDIT_CONTROL\",\"CAP_SETFCAP\",\"CAP_MAC_OVERRIDE\",\"CAP_MAC_ADMIN\",\"CAP_SYSLOG\",\"CAP_WAKE_ALARM\",\"CAP_BLOCK_SUSPEND\",\"CAP_AUDIT_READ\",\"CAP_PERFMON\",\"CAP_BPF\",\"CAP_CHECKPOINT_RESTORE\"],\"cgroup\":{\"v1\":true,\"v2\":true,\"systemd\":true,\"systemdUser\":true},\"seccomp\":{\"enabled\":true,\"actions\":[\"SCMP_ACT_ALLOW\",\"SCMP_ACT_ERRNO\",\"SCMP_ACT_KILL\",\"SCMP_ACT_KILL_PROCESS\",\"SCMP_ACT_KILL_THREAD\",\"SCMP_ACT_LOG\",\"SCMP_ACT_NOTIFY\",\"SCMP_ACT_TRACE\",\"SCMP_ACT_TRAP\"],\"operators\":[\"SCMP_CMP_EQ\",\"SCMP_CMP_GE\",\"SCMP_CMP_GT\",\"SCMP_CMP_LE\",\"SCMP_CMP_LT\",\"SCMP_CMP_MASKED_EQ\",\"SCMP_CMP_NE\"],\"archs\":[\"SCMP_ARCH_AARCH64\",\"SCMP_ARCH_ARM\",\"SCMP_ARCH_MIPS\",\"SCMP_ARCH_MIPS64\",\"SCMP_ARCH_MIPS64N32\",\"SCMP_ARCH_MIPSEL\",\"SCMP_ARCH_MIPSEL64\",\"SCMP_ARCH_MIPSEL64N32\",\"SCMP_ARCH_PPC\",\"SCMP_ARCH_PPC64\",\"SCMP_ARCH_PPC64LE\",\"SCMP_ARCH_RISCV64\",\"SCMP_ARCH_S390\",\"SCMP_ARCH_S390X\",\"SCMP_ARCH_X32\",\"SCMP_ARCH_X86\",\"SCMP_ARCH_X86_64\"]},\"apparmor\":{\"enabled\":true},\"selinux\":{\"enabled\":true}},\"annotations\":{\"io.github.seccomp.libseccomp.version\":\"2.5.5\",\"org.opencontainers.runc.checkpoint.enabled\":\"true\",\"org.opencontainers.runc.commit\":\"\",\"org.opencontainers.runc.version\":\"1.1.12-0ubuntu4\"}}"}}},"DefaultRuntime":"runc","Swarm":{"NodeID":"","NodeAddr":"","LocalNodeState":"inactive","ControlAvailable":false,"Error":"","RemoteManagers":null},"LiveRestoreEnabled":false,"Isolation":"","InitBinary":"docker-init","ContainerdCommit":{"ID":"","Expected":""},"RuncCommit":{"ID":"","Expected":""},"InitCommit":{"ID":"","Expected":""},"SecurityOptions":["name=apparmor","name=seccomp,profile=builtin","name=cgroupns"],"CDISpecDirs":[],"Warnings":null} headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" @@ -413,101 +3031,103 @@ interactions: headers: Content-Type: - application/x-tar - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/load?quiet=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/load?quiet=1 method: POST response: body: "{\"stream\":\"Loaded image: pack.local/builder/11111111111111111111:latest\\n\"}\r\n" headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: | - {"Id":"sha256:47765944e4c055695ef2f8b39234d96d43834ae00c757762e952cb71809809fe","RepoTags":["pack.local/builder/11111111111111111111:latest"],"RepoDigests":[],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1000","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.bionic"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"0.38.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"0.3.19\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"0.13.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"0.14.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"0.12.15\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.6.14\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.2.10\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.6\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.0.22\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.3.10\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.21\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"8.12.0\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.12.1\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"9.14.0\",\"homepage\":\"https://paketo.io/docs/howto/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"7.13.7\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.15.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.5.5\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"7.6.1\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"3.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"1.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.2\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.1\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.13.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.38.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.7.9\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.7.21\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.14.5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.10.3\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.31\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.9.1\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.30\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"0.17.1\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.15.3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Source Removal Buildpack\",\"version\":\"0.2.0\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run:base-cnb\",\"mirrors\":[\"gcr.io/paketo-buildpacks/run:base-cnb\"]}},\"lifecycle\":{\"version\":\"0.16.5\",\"api\":{\"buildpack\":\"0.2\",\"platform\":\"0.3\"},\"apis\":{\"buildpack\":{\"deprecated\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\"]},\"platform\":{\"deprecated\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.0.0\"},\"images\":null}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"7.13.7\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.15.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"10.2.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.7.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.7.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.6.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.8.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"3.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"},\"3.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"0.38.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.2.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"0.13.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.6.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"0.12.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"0.3.19\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"0.14.17\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"0.3.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"0.13.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"0.14.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"0.12.15\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.5.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.5.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.4.3\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.21\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.0.22\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.3.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"7.6.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.3.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.6.14\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.5.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"9.14.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"7.13.7\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"3.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.15.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"7.6.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.5.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871\",\"homepage\":\"https://paketo.io/docs/howto/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"8.12.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.4.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.12.1\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"3.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.15.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.8.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.14.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.12.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.15.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"1.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"1.0.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"1.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]}],\"layerDiffID\":\"sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.1.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.10.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.17.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.5.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.18\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.31\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.13.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.9.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.38.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.31\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.10.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.12.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5\",\"name\":\"Paketo Source Removal Buildpack\"}},\"paketo-buildpacks/spring-boot\":{\"5.26.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"1.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.4.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.2.10\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"2.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"},\"2.8.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"0.17.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]}],\"layerDiffID\":\"sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.1.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"1.1.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.38.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"0.38.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.4.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.13.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"0.17.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"8.12.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"9.14.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"1.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:bionic with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\",\"build:libmpc3\",\"build:libstdc++-7-dev\",\"build:libjq1\",\"build:curl\",\"build:libasan4\",\"build:libhx509-5-heimdal\",\"build:cpp-7\",\"build:perl-modules-5.26\",\"build:libgomp1\",\"build:libldap-2.4-2\",\"build:gcc-7\",\"build:libc6-dev\",\"build:libnghttp2-14\",\"build:build-essential\",\"build:libsasl2-modules-db\",\"build:librtmp1\",\"build:libisl19\",\"build:libquadmath0\",\"build:binutils-x86-64-linux-gnu\",\"build:github.com/BurntSushi/toml\",\"build:libonig4\",\"build:git\",\"build:g++\",\"build:libasn1-8-heimdal\",\"build:libbinutils\",\"build:libgdbm-compat4\",\"build:git-man\",\"build:libpsl5\",\"build:xz-utils\",\"build:binutils-common\",\"build:libitm1\",\"build:libgcc-7-dev\",\"build:libkrb5support0\",\"build:libsasl2-2\",\"build:libatomic1\",\"build:cpp\",\"build:gcc\",\"build:libdpkg-perl\",\"build:libmpfr6\",\"build:libmpx2\",\"build:make\",\"build:binutils\",\"build:dpkg-dev\",\"build:libkeyutils1\",\"build:jq\",\"build:libhcrypto4-heimdal\",\"build:g++-7\",\"build:libkrb5-3\",\"build:libldap-common\",\"build:libroken18-heimdal\",\"build:libtsan0\",\"build:github.com/hashicorp/hcl\",\"build:libgssapi-krb5-2\",\"build:libheimntlm0-heimdal\",\"build:libk5crypto3\",\"build:libsqlite3-0\",\"build:libcurl3-gnutls\",\"build:libc-dev-bin\",\"build:libcilkrts5\",\"build:liblsan0\",\"build:perl\",\"build:github.com/sclevine/yj/v5\",\"build:libgssapi3-heimdal\",\"build:libheimbase1-heimdal\",\"build:libkrb5-26-heimdal\",\"build:libwind0-heimdal\",\"build:libcc1-0\",\"build:libperl5.26\",\"build:linux-libc-dev\",\"build:patch\",\"build:gcc-7-base\",\"build:libubsan0\",\"build:libgmpxx4ldbl\",\"build:zlib1g-dev\",\"build:gopkg.in/yaml.v3\",\"build:libcurl4\",\"build:liberror-perl\",\"build:libgdbm5\",\"build:libgmp-dev\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"binutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-common\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"Common files for the GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-x86-64-linux-gnu\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities, for x86-64-linux-gnu target\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"build-essential\",\"version\":\"12.4ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Informational list of build-essential packages\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"cpp\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C preprocessor (cpp)\"},{\"name\":\"cpp-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C preprocessor\"},{\"name\":\"curl\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"command line tool for transferring data with URL syntax\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"dpkg-dev\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Debian package development tools\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"g++\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"g++-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"gcc\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7-base\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"git\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"fast, scalable, distributed revision control system\"},{\"name\":\"git-man\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"all\",\"source\":{\"name\":\"git\"},\"summary\":\"fast, scalable, distributed revision control system (manual pages)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"jq\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"lightweight and flexible command-line JSON processor\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libasan4\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"AddressSanitizer -- a fast memory error detector\"},{\"name\":\"libasn1-8-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - ASN.1 library\"},{\"name\":\"libatomic1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"support library providing __atomic built-in functions\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libbinutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities (private shared library)\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc-dev-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libc6-dev\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development Libraries and Header Files\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcc1-0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC cc1 plugin for GDB\"},{\"name\":\"libcilkrts5\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"Intel Cilk Plus language extensions (runtime)\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libcurl3-gnutls\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (GnuTLS flavour)\"},{\"name\":\"libcurl4\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (OpenSSL flavour)\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libdpkg-perl\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Dpkg perl modules\"},{\"name\":\"liberror-perl\",\"version\":\"0.17025-1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Perl module for error/exception handling in an OO-ish way\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC support library (development files)\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgdbm-compat4\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (legacy support runtime version)\"},{\"name\":\"libgdbm5\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (runtime version)\"},{\"name\":\"libgmp-dev\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library developers tools\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgmpxx4ldbl\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library (C++ bindings)\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgomp1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC OpenMP (GOMP) support library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libgssapi-krb5-2\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - krb5 GSS-API Mechanism\"},{\"name\":\"libgssapi3-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - GSSAPI support library\"},{\"name\":\"libhcrypto4-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - crypto library\"},{\"name\":\"libheimbase1-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - Base library\"},{\"name\":\"libheimntlm0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - NTLM support library\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libhx509-5-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - X509 support library\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"libisl19\",\"version\":\"0.19-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"isl\"},\"summary\":\"manipulating sets and relations of integer points bounded by linear constraints\"},{\"name\":\"libitm1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Transactional Memory Library\"},{\"name\":\"libjq1\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"jq\"},\"summary\":\"lightweight and flexible command-line JSON processor - shared library\"},{\"name\":\"libk5crypto3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Crypto Library\"},{\"name\":\"libkeyutils1\",\"version\":\"1.5.9-9.2ubuntu2.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"keyutils\"},\"summary\":\"Linux Key Management Utilities (library)\"},{\"name\":\"libkrb5-26-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - libraries\"},{\"name\":\"libkrb5-3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries\"},{\"name\":\"libkrb5support0\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Support library\"},{\"name\":\"libldap-2.4-2\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP libraries\"},{\"name\":\"libldap-common\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"all\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP common files for libraries\"},{\"name\":\"liblsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"LeakSanitizer -- a memory leak detector (runtime)\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libmpc3\",\"version\":\"1.1.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpclib3\"},\"summary\":\"multiple precision complex floating-point library\"},{\"name\":\"libmpfr6\",\"version\":\"4.0.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpfr4\"},\"summary\":\"multiple precision floating-point computation\"},{\"name\":\"libmpx2\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"Intel memory protection extensions (runtime)\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libnghttp2-14\",\"version\":\"1.30.0-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nghttp2\"},\"summary\":\"library implementing HTTP/2 protocol (shared library)\"},{\"name\":\"libonig4\",\"version\":\"6.7.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libonig\"},\"summary\":\"regular expressions library\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libperl5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"shared Perl library\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libpsl5\",\"version\":\"0.19.1-5build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libpsl\"},\"summary\":\"Library for Public Suffix List (shared libraries)\"},{\"name\":\"libquadmath0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC Quad-Precision Math Library\"},{\"name\":\"libroken18-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - roken support library\"},{\"name\":\"librtmp1\",\"version\":\"2.4+20151223.gitfa8646d.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"rtmpdump\"},\"summary\":\"toolkit for RTMP streams (shared library)\"},{\"name\":\"libsasl2-2\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - authentication abstraction library\"},{\"name\":\"libsasl2-modules-db\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - pluggable authentication modules (DB)\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libsqlite3-0\",\"version\":\"3.22.0-1ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"sqlite3\"},\"summary\":\"SQLite 3 shared library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU Standard C++ Library v3 (development files)\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libtsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"ThreadSanitizer -- a Valgrind-based detector of data races (runtime)\"},{\"name\":\"libubsan0\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"UBSan -- undefined behaviour sanitizer (runtime)\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libwind0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - stringprep implementation\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"linux-libc-dev\",\"version\":\"4.15.0-213.224\",\"arch\":\"amd64\",\"source\":{\"name\":\"linux\"},\"summary\":\"Linux Kernel Headers for development\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"make\",\"version\":\"4.1-9.1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"make-dfsg\"},\"summary\":\"utility for directing compilation\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"patch\",\"version\":\"2.7.6-2ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Apply a diff file to an original\"},{\"name\":\"perl\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Larry Wall's Practical Extraction and Report Language\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"perl-modules-5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"all\",\"source\":{\"name\":\"perl\"},\"summary\":\"Core Perl modules\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"xz-utils\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"XZ-format compression utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"},{\"name\":\"zlib1g-dev\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - development\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":1313090569,"VirtualSize":1313090569,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/97332e39d6b362ae44417fb10d31ed7ec4b7c3a102777fa1e9c4dfd92a59adcd/diff:/var/lib/docker/overlay2/1d56ce5340d0ed4e4e8fdd2f016bc6adaf3b60c8400a73268263153256798ce5/diff:/var/lib/docker/overlay2/66aae1f61c0fee84dc8f4ddafbc85f0ebed8d4f5545f1b5be9d46511739a24e1/diff:/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/diff:/var/lib/docker/overlay2/302afa2ae7b1236b951648464ce6ecdf021855eb19ef3a21c01d4752a49d2ad1/diff:/var/lib/docker/overlay2/a3827a8caf7b2a496e659391cd6550b165931caa175931981d144d0ae01b41e3/diff:/var/lib/docker/overlay2/9aad20fb33f29e445ed9ed5da5e1b6f9b6769d35d547ae69ccc133dc2fd51f0f/diff:/var/lib/docker/overlay2/0956c9d3b61cfe5a9bb6ca26dac5d3eee7b9e65bef852afb594be53fb6d42bd9/diff:/var/lib/docker/overlay2/503b5868f1062e2664ef1086b7e99b005422b7463625c7add9c43fdd9dbe7465/diff:/var/lib/docker/overlay2/e792b55a733db85a54aec655eb06cf69692f02c11be863a29c952aff1469169f/diff:/var/lib/docker/overlay2/add55575bd519be1ca1dec4495961a7ad640f4e59d5d0a9deced63e85ae9c887/diff:/var/lib/docker/overlay2/87aa4351de78b1256486265f849064e22980e30dda35a1742cd38f462b02c607/diff:/var/lib/docker/overlay2/bf0f5acd9c0de9a5984fa5b666ea2e18076f60953528d874a582c2eb36b89fff/diff:/var/lib/docker/overlay2/35378a11de52877c7121197b60cb79b2cc886e47f9e26207445601cf4d114c2f/diff:/var/lib/docker/overlay2/1537d7d7dc7adbb815254fbe2cf661f631a88ab78b2abf2d0ef0cc435342bd0f/diff:/var/lib/docker/overlay2/f1cc426b53d50e22c009f2673ff43ca8c6075502bb1a485f544ce89834b19012/diff:/var/lib/docker/overlay2/2773eec0b2b8c8af4ec33319540d73050707ee3aabcb5bab547e22ef62840077/diff:/var/lib/docker/overlay2/5650d59057c99f9a53365403a2136f8818afc8cc879bc2abf5054318ab05ee69/diff:/var/lib/docker/overlay2/9d714323c843c20fda11faaaa6fb87562767d63dd59236378954792a7613f3af/diff:/var/lib/docker/overlay2/a223c61efaf8d684787122b1f7ca136aeba948abfb6ede6158edf23f9ba57278/diff:/var/lib/docker/overlay2/489b9c9b7df8d9e8129d6ec773dcf67dfd7f2f3a8a1bf6014ddd34a27389d01d/diff:/var/lib/docker/overlay2/6d781ec9ffd72ad6ab4fcc6933d1f0db7d6f8082fa9b896c333063f5dcdd5e4f/diff:/var/lib/docker/overlay2/39014eecb95362489e111c7296a550b6619e0c384f4d00094196ccae5a27b2c6/diff:/var/lib/docker/overlay2/446fc56dc0aa3a6dfdb23edc21952195ab5a5d908111ac6e0d4f63deae9a9e3c/diff:/var/lib/docker/overlay2/43f540120cc6ed10b7315ad7c6432744a84c11c657f3b82e449b43fa3a5a6e2b/diff:/var/lib/docker/overlay2/e4c5ffff899f289b22af901a805eb91672ec19034d6c5e58a5cf26ace34b4387/diff:/var/lib/docker/overlay2/6eefc2b4dc5fb51ba7553d4a41130ba6aec42529da0fb3ab143353c1c07a2acb/diff:/var/lib/docker/overlay2/b8cc3853a05670f41724321a1f9531cfeb8bcb6da0a2d4481f9c631011eac843/diff:/var/lib/docker/overlay2/d8718d005da1b643449f441e96410d43dc3c5a20d6ebb7908b1237a2010612c9/diff:/var/lib/docker/overlay2/b06ac8d6f64458a586fc7fa52164151519e5d9b9f9a024c4893a007fd54c4d57/diff:/var/lib/docker/overlay2/2c3a542f92a0efe5a51ab2812a87c83ef6d4d5d786a47e4a3020b283cd8cfffb/diff:/var/lib/docker/overlay2/473bc4629c07defe7127a98fe16555eb23c1814bd8b691958cc8ae2249672155/diff:/var/lib/docker/overlay2/32e14c81c68c735b3290261f24fee4579563925973d0549aa33dda0c6f148da7/diff:/var/lib/docker/overlay2/94095383d9f7bcc2240d62a584077b4305aebac65b03520738ad0c7e92f8cd46/diff:/var/lib/docker/overlay2/6f52665f98f7a3d9e8b09811ba6f7938d69c1bf6c5bc54ec2623c72b2dd9a933/diff:/var/lib/docker/overlay2/88d0176bb2d07f2296fe3f07ccf497acbc3983e32f82cd07fe9d2870e9aabc78/diff:/var/lib/docker/overlay2/8fd4515e66e8d8c73897c5e678cddb5cbdf058901231135b3afd017d805829af/diff:/var/lib/docker/overlay2/6dcbd9d4ccf40a94206bb7dce84e414c111a0cec59ad594c1d077963a17455e7/diff:/var/lib/docker/overlay2/cb6daa7b23ace6632f678694a54170280e9114777ff11a9d24ce3a584c00d83e/diff:/var/lib/docker/overlay2/ed041f018edf6476c11dc80459769d4170cc052bead961d3b7a8c36b8a36adb0/diff:/var/lib/docker/overlay2/ff3008cd914f0331e15f4c3f26f03cecff12538ff1eabd6cd6dd50b34f92267e/diff:/var/lib/docker/overlay2/d4313c8211ebd068df08cad679538ac500de28539fd957d48c858f6daa2b7040/diff:/var/lib/docker/overlay2/a9b53d0705ac4cf72a7d055745847826f04f2751911825dfa7389a96382cb279/diff:/var/lib/docker/overlay2/23bf27369c24b5510eccd9f445359bc714ad9209d6e38c8e789185a8870c1471/diff:/var/lib/docker/overlay2/123dca08b6e1aa04fd0d291a34efad82ad50f6b433a277268425913f51493e9d/diff:/var/lib/docker/overlay2/13a353a2193fb97360984e97426faa3bf86772ee020c0090d76c725d0ae7bbc2/diff:/var/lib/docker/overlay2/1c0c004c2a15c44c2de6e012d496a13101d3528174a88ef8a072bd481e86a22a/diff:/var/lib/docker/overlay2/230ce1c311f2b510f93ec763985cc031252f19efe1a57191fdbb5607e6ef31a8/diff:/var/lib/docker/overlay2/c65080d3db1192e88b1ad4a5be09b157b4265f64d8840f1810544b90f1258605/diff:/var/lib/docker/overlay2/e522cc9d182610fc2c71f083119e8da9f73f46bd616dac534da2662b3d943b82/diff:/var/lib/docker/overlay2/c09bcab874ab7eb6d2053d6e3b5edb0457416b21d1fab37f43e93ce7d726366d/diff:/var/lib/docker/overlay2/90bd5993bd4073bc694edc6d03ec479b30682cd12cff6f5124098f0125a07faf/diff:/var/lib/docker/overlay2/24cdee127e3b754c16579989f99595ff1f93e3c58646d72ef5a8d904a2fd23ba/diff:/var/lib/docker/overlay2/38812472e089e249b11533f1f44d6b6ff15cb7e879d043181821826e10f116de/diff:/var/lib/docker/overlay2/7ac69861cadcb545cb1f0b5d59580bc12bfbbdd0a94abbf27a73d5fefe421559/diff:/var/lib/docker/overlay2/189218b1dde3cd86e12774b20a8caa9c850c76e2ae1ae364124d3e2a51a0116e/diff:/var/lib/docker/overlay2/a7ef5e5dcf9da1168f710a20a4e5c729f0623b917ce002f55e1b0420a3f30ed2/diff:/var/lib/docker/overlay2/732f1dc35c429773efb072f914697ebe1a2b5f5fa69572c8609ab162aa75406b/diff:/var/lib/docker/overlay2/112667e9391df5265b92b6f7b5e9e412cf780902f87a12f65ed8140fa5b36eaf/diff:/var/lib/docker/overlay2/5fd0de8ef82cd932128e559b3a759696ecb489662df3abf2fd99b885a8fdc602/diff:/var/lib/docker/overlay2/babd08d88b92ef08be63a07de23171afd342657551500d941aed13d479f3bf1f/diff:/var/lib/docker/overlay2/73f90309c4fb7bc3a84a1118916db0da6a616841b30cf6cbe2d19ca97c036ff9/diff:/var/lib/docker/overlay2/36843a58f0dca94931627fa0f3146bba22e55c0d1e4ffe2651bae0345e907f89/diff:/var/lib/docker/overlay2/6d20b068669ab04dbd63acc5a64c7be367bdb17ce5f6cdc4244ad65486a81ae4/diff:/var/lib/docker/overlay2/e36f2a28cb63d824487b1fa16a26c46f487cf15c520258a2329866a3884bb5b6/diff:/var/lib/docker/overlay2/d51cde4f56c6c44ff4ecd8b37fd6c8008372114aeeb8093d7ca0e757e93e6da6/diff:/var/lib/docker/overlay2/e8f498ea488d0898be96ca2da17874532b75d1832c15c77e7421d8c40c3194ee/diff:/var/lib/docker/overlay2/c1406c2d658b341a383b2d43e59d47b1773f93c8172c1cc1b5b007d9188306c8/diff:/var/lib/docker/overlay2/901b0775add7dbd134a79046ba9369d312217498acc27d99a960ebce4583c18a/diff:/var/lib/docker/overlay2/de1b5628acaebb77eb5d1a671d1af60eafa6f54dee2c6d9890e1b7d9eaee0a19/diff:/var/lib/docker/overlay2/a726758537e2b74d5ca1cb09ebd1c8d66a9ab310d9738336b8e0e05b846065e1/diff:/var/lib/docker/overlay2/f19057095afa897dc1210c6ba6100b4544e53248cd08785337a427c423316999/diff:/var/lib/docker/overlay2/dfdd0b7a26bcbcf9ee485a99710c0d0840a93eaf23e5eee484b2359be23b20f1/diff:/var/lib/docker/overlay2/6c60e6beba1d54ab2d626645ac9957ccce166d1b6ba0fda86ba54fcd9a9fcbd4/diff:/var/lib/docker/overlay2/5311c5458ae7c1ca5e66ef50dbc2f354dd86b1b0b3a5071825cf184a61abfcfa/diff:/var/lib/docker/overlay2/26b96cb33c84aaa42a7df3d5b7db83c59fab0d22e93e1fd35da3bf2d61f1a584/diff:/var/lib/docker/overlay2/9f86a696549045cafd5783e672b3457cd902b3944f4a9879ed9943695b5d6df9/diff:/var/lib/docker/overlay2/4061fef03e120844388e1df7b09baf6cbdec9480ee2983bd825c6d8f5e586557/diff:/var/lib/docker/overlay2/c9252e9c814b6f9af02df9433a2ecadeb77142959386d29a682636087eb4120d/diff:/var/lib/docker/overlay2/d3367ad1462a46737430354f5403563eb3fa5962c49b7ee1a1184de04a9324d2/diff:/var/lib/docker/overlay2/cabb0ebdc61bf38fa2f52600c15e8aed2cde1c318e4d46f0bc78479ee2ba2353/diff:/var/lib/docker/overlay2/7b85d471cccb820554fe5159df801df408a259d3bea0b8e112bfcbeb81ab1d92/diff:/var/lib/docker/overlay2/bbf8c953ec543777d6634e6b862347f9973e83bc23af0a8e0063650e507f7af9/diff:/var/lib/docker/overlay2/c1250cbeba32e9feb83de00d2db08af048c5e56dbf7d55ca90e4b671a1efa784/diff:/var/lib/docker/overlay2/fc2462b3eb1d3a3c4aa2fcc1ce0c7482dce2fbb9901e0c1b1d32eb05c5b6dbb3/diff:/var/lib/docker/overlay2/296cedb9791c8e678961e6033cce424c3b7033b253a53baf28f30001f5946779/diff:/var/lib/docker/overlay2/d4e0585906bba19207b116502c4595bd649818186630bbe8b5c53145c5dc2cd0/diff:/var/lib/docker/overlay2/d0df5893d50421ba3b64412bd1fc925f00771e3f838d78f65d296f09efad484c/diff:/var/lib/docker/overlay2/f56883b900027b8cce2974a0f9b5f0d9cf2236e76475ecdabade6af8809ce4f8/diff:/var/lib/docker/overlay2/474d96bfe00be4133af96d0ac60d35dd3c4dcf761620c114c923a6e52f7e0c8f/diff:/var/lib/docker/overlay2/decd7174a3e6c9bd1d7415acef20340d05053a54adc66363b44f0e352559e454/diff:/var/lib/docker/overlay2/e2916b2682efff5188123050ec83c4e075eb62a4c54c37bf2d5312bf16dd9943/diff:/var/lib/docker/overlay2/f9271931dd77347295a3daffcc127c6b09035fcde31eb4af8242cb31ff45b9b6/diff:/var/lib/docker/overlay2/2a4f4f3c23c3bbec797885c87e2819d00f720a3844db74ba0661f51f35e1b63d/diff:/var/lib/docker/overlay2/35ea15198c92983c93742e2aaa091560ad4616c05ccfd1b7cbced9560e7c2c56/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/merged","UpperDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/diff","WorkDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:cef27de8b8d064d0908eac78978eac1e4731e5313256a69af5e483b9d2947735","sha256:862d7d21bc937488906ada4c1061656b27f1119fffd50c837a299a7ebee689c9","sha256:06522fa8fdff692d5a76cb879149a1042c205d2cc174180747816d9c35cc127a","sha256:3b92e77fd249f2b02b3015db79eee14511ff6a35bb165aa1c831b8b34341dc35","sha256:512d78321ba9025944af2691ac9f0c7e2433de46874200eaa5bde3ee06feac9d","sha256:2a84f718ff38571f2b3ac510117bb133d52fd76da217a92cdf98a4415d58a263","sha256:df60acf96b9b054fa3c80342718eac2d571d33934013440d70e5f4c79a811b39","sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c","sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35","sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c","sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885","sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914","sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2","sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0","sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664","sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba","sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4","sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335","sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6","sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca","sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d","sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0","sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad","sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497","sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7","sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4","sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23","sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5","sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3","sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f","sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f","sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf","sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a","sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e","sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99","sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071","sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c","sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864","sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352","sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae","sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754","sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23","sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc","sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288","sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871","sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c","sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470","sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53","sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0","sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5","sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31","sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3","sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76","sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6","sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef","sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35","sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b","sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2","sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac","sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225","sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5","sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94","sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64","sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87","sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486","sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3","sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377","sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94","sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9","sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79","sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1","sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c","sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da","sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c","sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd","sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b","sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5","sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e","sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857","sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a","sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb","sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064","sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e","sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f","sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72","sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397","sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa","sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1","sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04","sha256:b35c418a4b2732d6836866cbb904455bf9ede5ab41d163c68d617d4f9cb77599","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:fc454e27c1c60562a35add6e2a13dcd2f674221ec85d4266e85594499abdaac2","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:1580a622dd6132b4ed9d3f88764423d2cfc3b81b6a09d88549f06fbc28a42a61","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:8ee9eebded8df366c1c4ebee8af7b73e46dfd3dd7850ac8e55232fe40b6135bc","RepoTags":["pack.local/builder/11111111111111111111:latest"],"RepoDigests":[],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1001:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1001","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.jammy"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu 22.04 Jammy Jellyfish base image with buildpacks for Java, Go, .NET Core, Node.js, Python, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"1.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"1.0.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"1.0.16\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"1.0.8\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.7.42\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.3.46\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.15.4\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.47\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.2.32\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.7.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.60\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"11.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.16.0\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"18.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"8.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.25.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"9.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"5.1.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"7.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"2.1.14\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.26.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.14\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.19\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.47.6\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.8.14\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.8.25\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.17.15\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"4.1.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.9.2\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.51\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.10.24\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.51\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.54\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.15\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.0.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"1.4.2\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.48\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.17.24\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.1\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.8.8\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Buildpack for Source Removal\",\"version\":\"0.2.39\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.35\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.1.17\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}},\"lifecycle\":{\"version\":\"0.20.8\",\"api\":{\"buildpack\":\"0.7\",\"platform\":\"0.7\"},\"apis\":{\"buildpack\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]},\"platform\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\",\"0.12\",\"0.13\",\"0.14\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.0.0\"},\"images\":[{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}]}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"8.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.25.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"11.2.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.8.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.8.25\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.10.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"5.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"1.6.3\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.3.46\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"1.0.16\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.7.42\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"1.0.8\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"1.0.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"1.0.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"1.0.16\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"1.0.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"1.0.8\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.13.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.47\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.15.4\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.60\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.2.32\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.7.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.60\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"9.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.48\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.7.42\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"18.6.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"8.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"5.1.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.25.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"9.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed\",\"homepage\":\"https://github.com/paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"11.10.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.16.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"5.1.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.20.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.10.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.17.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.16.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.17.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"4.1.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"2.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"},\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"7.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.9.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"2.1.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.8.8\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"},\"1.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"2.1.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.14.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.22.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.6.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.21.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.9.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.23\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.36\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.11.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.9.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.26.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.14\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.10.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.47.6\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.54\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.18.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.39\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8\",\"name\":\"Paketo Buildpack for Source Removal\"}},\"paketo-buildpacks/spring-boot\":{\"5.33.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"2.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.54\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.3.46\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"3.5.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"1.4.2\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]}],\"layerDiffID\":\"sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.3.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.3.35\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"2.0.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.1.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.47.6\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"1.6.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.15.4\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"11.10.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"18.6.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"1.4.2\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"7.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.26.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:jammy with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"null","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":1696291767,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/a9f731f747a5a49612843b0903e406784e3e7cde8b98d476e96d6e82a4574e23/diff:/var/lib/docker/overlay2/9e12f2366d318b0dc51793b4b303e2f5ba878b5938e2862a1fff1305e147bfe4/diff:/var/lib/docker/overlay2/cc6dd45fa5f16ffcd7a86ccc4f9c25c0d9f8f6f6495d3132b65b713ad5a04f94/diff:/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/diff:/var/lib/docker/overlay2/05849a41625f06e6d3dd516407bf49f627d3f97c6c1a7f3b03899f1cd8d1a1dd/diff:/var/lib/docker/overlay2/524928bbee8ba6131b3a5d415a6cbb8a5339b57aa798348087225604832f4f5d/diff:/var/lib/docker/overlay2/db747eb241fef6b1a3a8bfcde317d31e545940e1bf4df4b330540c2f66f9d9d7/diff:/var/lib/docker/overlay2/92ee1c686ff54a0257b5be02ec209e05c3cb74eac70f025cd521176918953489/diff:/var/lib/docker/overlay2/f72692626c587bdc281d88120140e1fdb1c2ef4e0d9295f2e4ded55bfd90e896/diff:/var/lib/docker/overlay2/849cba8abc06154080817eafbf477144fd323cff7092a4ce291faff158cf77ed/diff:/var/lib/docker/overlay2/05619f8a472d266429cd9757c45d1fddc7a403091ce98e3c9f4e61615c240725/diff:/var/lib/docker/overlay2/0ad25cd5f827d84c7ca7502ca9e034b8613ade832408f763d5b4a45e08d2e92b/diff:/var/lib/docker/overlay2/c5d9e2fd978064bd4d9dd61b77d46729255265795d80f6531588cab35b212611/diff:/var/lib/docker/overlay2/6e577ba9343a2d41f030335596d6c8cf37459092c23f1f5de02b2fbf2c8e1518/diff:/var/lib/docker/overlay2/3a4c0a9ec4b0621e74f7cbff98f17fed95988aa1f9a756c01c73f864f208d3eb/diff:/var/lib/docker/overlay2/9155bd182cf47cd351f18538a486577367b499f96acc41f5912c20aaeb746082/diff:/var/lib/docker/overlay2/461c1ea03ac1f597d77abd4e86e9e774af1ffa5ecf11ec002c461acdcc97019f/diff:/var/lib/docker/overlay2/b2e79f1e263d59497b0448ea195f672588f5612fd4be536c3b028c230528db61/diff:/var/lib/docker/overlay2/4fc9b81d3bd4f9adfa84cc4b464ec4b0d41c64554adee2c64b4eafe0df70792b/diff:/var/lib/docker/overlay2/edb026f024fab0a30905db8ae6e954d8d7342880bec0402c5c70c1d5acc7571a/diff:/var/lib/docker/overlay2/290376a5eb6b1c8511dd6ae575094ff2184b5a4ea9e84587d816c7c6b49f42b0/diff:/var/lib/docker/overlay2/8942d22d37a8e85b3ff5186f8c10f40d81bf872d6ac5e866529152652d92db5a/diff:/var/lib/docker/overlay2/3469359778aa4cc7e389145bbe03e730f2f022e932414710b7dc949de4e66467/diff:/var/lib/docker/overlay2/948118b533c6889cf3b22b4729f90e684fd28b3831ccb6f52aa282495f1d6f97/diff:/var/lib/docker/overlay2/6a0e50f7116965e45d6b272454ff43071bd3d0c958de19185d7faf6861a5766e/diff:/var/lib/docker/overlay2/aff9bb35752e954823f2225f51aca261008db40be2cf1579fd57e8c5aa115416/diff:/var/lib/docker/overlay2/92833de57121a483704c46c0a52ecd0484fa60f0e2ad40f2e6c379566b134551/diff:/var/lib/docker/overlay2/b75f5a8a0f7d8308e1835ea91fb4e88f7d16a94b44ee039cd6c59cd1fb7d8aa8/diff:/var/lib/docker/overlay2/701728f152eb9114a31cea58e4c167d5bd63ca8bf08fd4681c23edcd9c98fdae/diff:/var/lib/docker/overlay2/c90388a66ff2b21cb279ad7cf3b058bd759ffbe76380028c68fb87beef4e3b0c/diff:/var/lib/docker/overlay2/a64d33d2ab5f2d3d3b66e8fb903ae77e93c0e2f8502a9bd1c1e7662ded64b0f1/diff:/var/lib/docker/overlay2/796c8304538ed57ddf77e328b527e264329cc7705819aee928884f12f7b79444/diff:/var/lib/docker/overlay2/0beff195f570c8c60fd66c1819b09c9da1856744b601e8e5c449be9e05aef6ac/diff:/var/lib/docker/overlay2/7a5a2635313cbc445a0f9f14d2d66d7aba83bfe8013b4750867b83f2e8e11b52/diff:/var/lib/docker/overlay2/8e98eb58f2f84a449d94aa4bcafe57870951459974af4c679e502b390824e5cb/diff:/var/lib/docker/overlay2/b8488ce379255dd226a2a692db556c65844ed5ff0326280c113ba095d4b63e6e/diff:/var/lib/docker/overlay2/5a6c8a57e275f1df627bd17b71ebc2f05bbc902e4fb29547d27548ecb038789c/diff:/var/lib/docker/overlay2/841c0464da3b234ba170896a1a087aa55bb828eee7e8c87591dc00149457ce33/diff:/var/lib/docker/overlay2/c8b98893578ba0a3d1404c06dc886740abb97a1e5bea4343fd281f2089875474/diff:/var/lib/docker/overlay2/e23b0f1ab1ea02a4a882b4f41fd61082f34cbdc33d6c71266317e725aaeee0e3/diff:/var/lib/docker/overlay2/6f3048b572ba1652e3970d72f17887a7993c48b03db28e21bdbf41cc4e7ea3cd/diff:/var/lib/docker/overlay2/1e8bb97d6f544b4ac319d312f2123f3e876cea6edd6a0ce3f866e781f2c84760/diff:/var/lib/docker/overlay2/707e3226ef45e97864ddcf48c345e51c321c62108a0f352584f9c088b2ce2aee/diff:/var/lib/docker/overlay2/1435aef7cdd9a38f325ccfbe6d8f782a72b84529322a2166613a83fb3a5a9744/diff:/var/lib/docker/overlay2/743e08944a5380d3c48d5550037ea1f03a47caf60d1d1012f6b7517ac715ed53/diff:/var/lib/docker/overlay2/338370d443b766b7b260eed4b7b98ae97cd5e0b69ba21c7e94cc8591a8920abd/diff:/var/lib/docker/overlay2/5a8c705f4dc15d7c167669bd725c91a96bd7236937404bf2ae1d868e62b5176c/diff:/var/lib/docker/overlay2/a1a16e8786fb6bb914b7e5f2e8c5be5b7b7f88cda56c8b45e4571fb47f0c1fb1/diff:/var/lib/docker/overlay2/6d476fe10241b7f9d726e43cec2fa12de9180fed9f1fe6a969351af9b9cb6cc3/diff:/var/lib/docker/overlay2/d5e6c291442094d4686134e5ef4695ac728520ad40d5f619312dc9699ce94957/diff:/var/lib/docker/overlay2/412b3427dced91e8f4f0ba40909ec5d779b759ab29c2fea20e7265836ec8cd21/diff:/var/lib/docker/overlay2/df4c16aca387b7cd5e76f9b3aecd2fd5cb69a2d8b42a36b560e6a444a52717b1/diff:/var/lib/docker/overlay2/2b32d1f2a1202b5a365c119230d3895b2058b0c4e3a7b746f0c83e2b76a8baa8/diff:/var/lib/docker/overlay2/1bd45843da1cc85980eeda5db05eaed542211047a5b421d67e2402f046564015/diff:/var/lib/docker/overlay2/7a2b8956f6c83a2338d350db1578a1d12f841aa1360ac1c4b07aba7ad4ba04f3/diff:/var/lib/docker/overlay2/32d7fb8616eac5c124dadbad7eac2acd661cdfb2aa60c846f1c36f01e9bbb328/diff:/var/lib/docker/overlay2/5e49b62ef8b3e4166a5f43ff99b9c66fccd356f61029ea7a5512e36cc875b835/diff:/var/lib/docker/overlay2/3270ef77412d0824227fac855874f38327995be33a8473d3babdfbbcd6f5fdc9/diff:/var/lib/docker/overlay2/4df8ffea1802ce62cd5e7ecbf23d6d220ead18054729a55fc7af963e7cce4205/diff:/var/lib/docker/overlay2/3e74558b7357d1ad4a1e95f6969c8560b87b04c3bcf3cd274ee2fa2d9a27003a/diff:/var/lib/docker/overlay2/54b5c750d660517fc0ebd4106790d904b6344689701b4902f786bb1452a892ee/diff:/var/lib/docker/overlay2/31bfe13761f1f8656afb1eab102a39f99dea43cc6c8ac3e9b55becf77ce59e25/diff:/var/lib/docker/overlay2/563b07cde13995c3c08b5dbff5045a26153df7e57be5cb7ce2a5b935e157d4b3/diff:/var/lib/docker/overlay2/5d6ae09c96ef429efc09df9b72573476fe0f1378f4aa679de8d5ab02274c6ed5/diff:/var/lib/docker/overlay2/79b01791538fcbcf3d163de77643c1f486583a245492996531f5d4a769793abf/diff:/var/lib/docker/overlay2/60e3db6adc58d4aead236b3544d6065d1152e9650bcb06cbea1891c206ac6162/diff:/var/lib/docker/overlay2/5fd186cacc998feaa7df3d8d1b42e0d74bd8bf6b3ad08ba78a122b3798ccb8ad/diff:/var/lib/docker/overlay2/59d17a0c09512550b3c2f96fb5ff433a528773ea62f9eceb05841bc664170e3d/diff:/var/lib/docker/overlay2/5683568da9dd80951b92a32accdcea2cee5061ad1068efdddc677498e8098948/diff:/var/lib/docker/overlay2/d371ab8e111a4963cb8e4f97dfaa544be5f074cc6c2b7445c60ddb7b98e14cc0/diff:/var/lib/docker/overlay2/a9f96e81000d8f6a13973a52e5b02bfc65fc5ca6d709023e8cae34ffb29651b0/diff:/var/lib/docker/overlay2/7f4b9677ca8186dc93164c72514af9a70e095bf29c5ddfb4ba7802b41eedb2d7/diff:/var/lib/docker/overlay2/98ab6aab8a6c8e105be863288c522d74defa9c53ce4b61cff83cbb9c1d91ccc6/diff:/var/lib/docker/overlay2/e6cfdccae7396040fa3de2ab80c38977e9726d794504dda9431801567f7cbb7f/diff:/var/lib/docker/overlay2/a08dd5395868d22554096109134ba4badb589112bdddf1fee3642dc4a95baee4/diff:/var/lib/docker/overlay2/acf08438d57c513600235f568c36ff464e3fb1a45076f661191fa5f2b46f0827/diff:/var/lib/docker/overlay2/4dc8b4c50ed39db623475ad540d49586d3cefbbd3dd9d20e16b12a78979dc50a/diff:/var/lib/docker/overlay2/0189712a555c8e533a6aaa95c6f9290a57e7b899695162140854cd238c373f01/diff:/var/lib/docker/overlay2/ce4dccf0d0abd41ce1a8c4a76c261ec76c2a3408518140e4983c2044c66922bf/diff:/var/lib/docker/overlay2/5d09f180d04427141137b005de2148f98ebdfec8bc37a6f4def87782ff4bfb7b/diff:/var/lib/docker/overlay2/977ffed6c2433851882daa5b85d2b2d6f5904a9b50348ed3bbfb95ed7d3b2dbd/diff:/var/lib/docker/overlay2/00741474a244759265c13e85959d0df2e427d693d86f3e5408d66212ffe45528/diff:/var/lib/docker/overlay2/9fb4c91ea29c34453f7a84fb3b260259da6785ea05d2b5e15fc4e39ed5b74854/diff:/var/lib/docker/overlay2/899a4acd15f4e2b2bda1ecd0084d3aa1206235284ebd3c05d3cd9e429feb8b16/diff:/var/lib/docker/overlay2/bd59faaaffce2d570861d45069d60445549069af32ff159230078c67f3176b64/diff:/var/lib/docker/overlay2/f4bf9a8bddcbf23b3cc27863647ce3b46d9f9b01768ffd9014bb642376084e8e/diff:/var/lib/docker/overlay2/74b23fd45cd9b853bb2f4422e314c5c3c64ebbf81821cdb8aab1dd31d19632bf/diff:/var/lib/docker/overlay2/1cca66139f12ee31b7afab694574c73bd3a86191dacf4769276d4d4c132ebd4f/diff:/var/lib/docker/overlay2/54bbd0f7060bc8aca32a360d9fe699a91115410a1d1aca70345b9007351d6d52/diff:/var/lib/docker/overlay2/112f5f458480a81079b652ea280d3a6812ed98ca384499563fd77ef1a4848964/diff:/var/lib/docker/overlay2/84082bf2e4788b5a8ce2c6f3274bf46989813bd85db69612706dabee30a0f3df/diff:/var/lib/docker/overlay2/b2cd3485ab678fcc1c989aea8c35ec03b5e5879e7c1a8896efa62f63e01c9e35/diff:/var/lib/docker/overlay2/aee48508e201a081c7dd3f417533ba4060199f64175c168bba131e18210c7e2d/diff:/var/lib/docker/overlay2/152f30829b4661e025466607d46d7d39d89812f28079afaa6a82a3606c368091/diff:/var/lib/docker/overlay2/ad5d095a4964cf26b6575d4076f8934f4bbd756ae407f73c81a312c74de9df6a/diff:/var/lib/docker/overlay2/5bbad6a2cea35241cf5ecaf52346413128180b737f7f1e395b046b443e8610e5/diff:/var/lib/docker/overlay2/9115a3a2268d9e72139143344c2fa293368da9844fd09f88a8ffeaa360c05d65/diff:/var/lib/docker/overlay2/57fa70ad459d89d3e838797b43c3881f4bc66bd9c40a26d34ea9dee2e2ad2250/diff:/var/lib/docker/overlay2/7105a0fa16cb548e0954f2aa897d7cccb0cb84baa75494165d789aa39e8df017/diff:/var/lib/docker/overlay2/c8e0711188c8026bfe6a2fb6354c8d980aecf8b12d566ada9c67b8b46e7b9807/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/merged","UpperDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/diff","WorkDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:e1dcc98ea01a5624f563e245e0d9a2fd86573c7c951b750bbecc7802203115b0","sha256:5d0e5f2a10c9c2baeb5e1e15a363f716488f314ee96d8926f49fe87422c1108b","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:a717541e0ef078af940b09e7fe6f3417f2e34a00a736e716e175d083876cb3d2","sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b","sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05","sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450","sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5","sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236","sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4","sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94","sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c","sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d","sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915","sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c","sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74","sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1","sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400","sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423","sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975","sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f","sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac","sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f","sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456","sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70","sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc","sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e","sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3","sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2","sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e","sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4","sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3","sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb","sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0","sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a","sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b","sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac","sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548","sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761","sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62","sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0","sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed","sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686","sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2","sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec","sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29","sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad","sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b","sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f","sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e","sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb","sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c","sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018","sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f","sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11","sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa","sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1","sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033","sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285","sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86","sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5","sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1","sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f","sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6","sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37","sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0","sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322","sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40","sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0","sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463","sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96","sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6","sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7","sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716","sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2","sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39","sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c","sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8","sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d","sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129","sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd","sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9","sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c","sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9","sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93","sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84","sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d","sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa","sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93","sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943","sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b","sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87","sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b","sha256:ba99eabc2d671773ee478e090fc10c16bfe63b18f488b320069951b668d0b479","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/pack.local/builder/11111111111111111111:latest/json + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/pack.local/builder/11111111111111111111:latest/json method: GET response: body: | - {"Id":"sha256:47765944e4c055695ef2f8b39234d96d43834ae00c757762e952cb71809809fe","RepoTags":["pack.local/builder/11111111111111111111:latest"],"RepoDigests":[],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1000:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1000","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.bionic"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"0.38.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"0.3.19\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"0.13.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"0.14.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"0.12.15\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.6.14\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.2.10\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.6\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.0.22\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.3.10\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.21\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"8.12.0\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.12.1\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.4.3\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"9.14.0\",\"homepage\":\"https://paketo.io/docs/howto/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"7.13.7\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.15.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"10.2.6\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.5.5\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.7.4\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"7.6.1\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.3.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"3.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.15.5\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.12.2\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.26.1\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"1.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"1.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.2\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"3.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.1\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.2\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.13.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.38.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.7.9\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.7.21\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.14.5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.10.3\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.31\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.9.1\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.30\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.30\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"0.17.1\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.5.3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.11\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.15.3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"1.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"1.0.10\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.1.4\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.6.4\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Source Removal Buildpack\",\"version\":\"0.2.0\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"2.8.3\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.1.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"1.1.3\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run:base-cnb\",\"mirrors\":[\"gcr.io/paketo-buildpacks/run:base-cnb\"]}},\"lifecycle\":{\"version\":\"0.16.5\",\"api\":{\"buildpack\":\"0.2\",\"platform\":\"0.3\"},\"apis\":{\"buildpack\":{\"deprecated\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.2\",\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\"]},\"platform\":{\"deprecated\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\"],\"supported\":[\"0.3\",\"0.4\",\"0.5\",\"0.6\",\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.0.0\"},\"images\":null}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"7.13.7\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.15.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"10.2.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.7.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.7.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.6.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.8.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"3.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"},\"3.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"0.38.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.2.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"0.13.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.6.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"0.12.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"0.3.19\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"0.14.17\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"0.3.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"0.13.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"0.14.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"0.12.15\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.5.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.5.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.7.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.4.3\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.21\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.3.10\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.6\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.0.22\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.0.22\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.3.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.21\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"7.6.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.3.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.6.14\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.5.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"9.14.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"7.13.7\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"3.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.15.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"7.6.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.5.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871\",\"homepage\":\"https://paketo.io/docs/howto/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"8.12.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.4.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"10.2.6\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"1.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.3.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.15.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.12.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.7.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.26.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.12.1\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288\",\"homepage\":\"https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"3.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.15.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.8.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.14.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.12.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.15.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"1.6.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"1.0.10\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"1.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"1.0.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"3.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.1\",\"optional\":true}]}],\"layerDiffID\":\"sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.1.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.10.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.17.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.5.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.16\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.18\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.6.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.6.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.31\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.13.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.18.0\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.17\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.5.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.8.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.18\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.17.4\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.6.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.16\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.8.11\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.9.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.38.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.31\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.10.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.9.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.14.5\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.7.21\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.7.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.30\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.12.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5\",\"name\":\"Paketo Source Removal Buildpack\"}},\"paketo-buildpacks/spring-boot\":{\"5.26.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"1.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.30\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.4.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.2.10\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"2.8.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"},\"2.8.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"0.17.1\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.1.9\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"1.1.3\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"1.6.0\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.1.4\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"1.0.10\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.15.3\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.6.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"2.8.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.5.3\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.0\"}]}],\"layerDiffID\":\"sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.1.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"1.1.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"1.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.38.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"0.38.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.4.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.13.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"0.17.1\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"8.12.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"9.14.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"1.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.6.4\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:bionic with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"18.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/bionic-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.bionic","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"[\"libaudit1\",\"liblzma5\",\"libncurses5\",\"passwd\",\"zlib1g\",\"dpkg\",\"libgcrypt20\",\"libdebconfclient0\",\"liblz4-1\",\"libbz2-1.0\",\"gcc-8-base\",\"gpgv\",\"base-passwd\",\"libudev1\",\"mount\",\"sed\",\"libpam-modules-bin\",\"libseccomp2\",\"libss2\",\"tar\",\"sysvinit-utils\",\"grep\",\"libcap-ng0\",\"libcom-err2\",\"libext2fs2\",\"libgcc1\",\"locales\",\"netbase\",\"libblkid1\",\"libuuid1\",\"mawk\",\"libgmp10\",\"libsepol1\",\"findutils\",\"libffi6\",\"libidn2-0\",\"login\",\"dash\",\"libc-bin\",\"libselinux1\",\"tzdata\",\"diffutils\",\"libpam-modules\",\"libpam0g\",\"libpcre3\",\"libyaml-0-2\",\"openssl\",\"libc6\",\"ncurses-bin\",\"libaudit-common\",\"libncursesw5\",\"gzip\",\"libzstd1\",\"fdisk\",\"libapt-pkg5.0\",\"lsb-base\",\"ca-certificates\",\"libattr1\",\"perl-base\",\"ubuntu-keyring\",\"apt\",\"libprocps6\",\"debianutils\",\"libtasn1-6\",\"libtinfo5\",\"adduser\",\"init-system-helpers\",\"libsemanage1\",\"bash\",\"hostname\",\"libdb5.3\",\"libsmartcols1\",\"bzip2\",\"e2fsprogs\",\"libgnutls30\",\"libsystemd0\",\"libunistring2\",\"libsemanage-common\",\"libgpg-error0\",\"procps\",\"libexpat1\",\"libacl1\",\"libfdisk1\",\"ncurses-base\",\"sensible-utils\",\"util-linux\",\"bsdutils\",\"debconf\",\"libhogweed4\",\"libnettle6\",\"libp11-kit0\",\"base-files\",\"libmount1\",\"libpam-runtime\",\"coreutils\",\"libstdc++6\",\"libssl1.1\",\"build:libmpc3\",\"build:libstdc++-7-dev\",\"build:libjq1\",\"build:curl\",\"build:libasan4\",\"build:libhx509-5-heimdal\",\"build:cpp-7\",\"build:perl-modules-5.26\",\"build:libgomp1\",\"build:libldap-2.4-2\",\"build:gcc-7\",\"build:libc6-dev\",\"build:libnghttp2-14\",\"build:build-essential\",\"build:libsasl2-modules-db\",\"build:librtmp1\",\"build:libisl19\",\"build:libquadmath0\",\"build:binutils-x86-64-linux-gnu\",\"build:github.com/BurntSushi/toml\",\"build:libonig4\",\"build:git\",\"build:g++\",\"build:libasn1-8-heimdal\",\"build:libbinutils\",\"build:libgdbm-compat4\",\"build:git-man\",\"build:libpsl5\",\"build:xz-utils\",\"build:binutils-common\",\"build:libitm1\",\"build:libgcc-7-dev\",\"build:libkrb5support0\",\"build:libsasl2-2\",\"build:libatomic1\",\"build:cpp\",\"build:gcc\",\"build:libdpkg-perl\",\"build:libmpfr6\",\"build:libmpx2\",\"build:make\",\"build:binutils\",\"build:dpkg-dev\",\"build:libkeyutils1\",\"build:jq\",\"build:libhcrypto4-heimdal\",\"build:g++-7\",\"build:libkrb5-3\",\"build:libldap-common\",\"build:libroken18-heimdal\",\"build:libtsan0\",\"build:github.com/hashicorp/hcl\",\"build:libgssapi-krb5-2\",\"build:libheimntlm0-heimdal\",\"build:libk5crypto3\",\"build:libsqlite3-0\",\"build:libcurl3-gnutls\",\"build:libc-dev-bin\",\"build:libcilkrts5\",\"build:liblsan0\",\"build:perl\",\"build:github.com/sclevine/yj/v5\",\"build:libgssapi3-heimdal\",\"build:libheimbase1-heimdal\",\"build:libkrb5-26-heimdal\",\"build:libwind0-heimdal\",\"build:libcc1-0\",\"build:libperl5.26\",\"build:linux-libc-dev\",\"build:patch\",\"build:gcc-7-base\",\"build:libubsan0\",\"build:libgmpxx4ldbl\",\"build:zlib1g-dev\",\"build:gopkg.in/yaml.v3\",\"build:libcurl4\",\"build:liberror-perl\",\"build:libgdbm5\",\"build:libgmp-dev\"]","io.buildpacks.stack.released":"2023-06-29T19:41:56Z","io.paketo.stack.packages":"[{\"name\":\"adduser\",\"version\":\"3.116ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"add and remove users and groups\"},{\"name\":\"apt\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"commandline package manager\"},{\"name\":\"base-files\",\"version\":\"10.1ubuntu2.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system miscellaneous files\"},{\"name\":\"base-passwd\",\"version\":\"3.5.44\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian base system master password and group files\"},{\"name\":\"bash\",\"version\":\"4.4.18-2ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU Bourne Again SHell\"},{\"name\":\"binutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-common\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"Common files for the GNU assembler, linker and binary utilities\"},{\"name\":\"binutils-x86-64-linux-gnu\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities, for x86-64-linux-gnu target\"},{\"name\":\"bsdutils\",\"version\":\"1:2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"upstreamVersion\":\"2.31.1\"},\"summary\":\"basic utilities from 4.4BSD-Lite\"},{\"name\":\"build-essential\",\"version\":\"12.4ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Informational list of build-essential packages\"},{\"name\":\"bzip2\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"high-quality block-sorting file compressor - utilities\"},{\"name\":\"ca-certificates\",\"version\":\"20230311ubuntu0.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Common CA certificates\"},{\"name\":\"coreutils\",\"version\":\"8.28-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU core utilities\"},{\"name\":\"cpp\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C preprocessor (cpp)\"},{\"name\":\"cpp-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C preprocessor\"},{\"name\":\"curl\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"command line tool for transferring data with URL syntax\"},{\"name\":\"dash\",\"version\":\"0.5.8-2.10\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"POSIX-compliant shell\"},{\"name\":\"debconf\",\"version\":\"1.5.66ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Debian configuration management system\"},{\"name\":\"debianutils\",\"version\":\"4.8.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Miscellaneous utilities specific to Debian\"},{\"name\":\"diffutils\",\"version\":\"1:3.6-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"File comparison utilities\"},{\"name\":\"dpkg\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Debian package management system\"},{\"name\":\"dpkg-dev\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Debian package development tools\"},{\"name\":\"e2fsprogs\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"ext2/ext3/ext4 file system utilities\"},{\"name\":\"fdisk\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"collection of partitioning utilities\"},{\"name\":\"findutils\",\"version\":\"4.6.0+git+20170828-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utilities for finding files--find, xargs\"},{\"name\":\"g++\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"g++-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU C++ compiler\"},{\"name\":\"gcc\",\"version\":\"4:7.4.0-1ubuntu2.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-defaults\",\"version\":\"1.176ubuntu2.3\",\"upstreamVersion\":\"1.176ubuntu2.3\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU C compiler\"},{\"name\":\"gcc-7-base\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"gcc-8-base\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC, the GNU Compiler Collection (base package)\"},{\"name\":\"git\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"fast, scalable, distributed revision control system\"},{\"name\":\"git-man\",\"version\":\"1:2.17.1-1ubuntu0.18\",\"arch\":\"all\",\"source\":{\"name\":\"git\"},\"summary\":\"fast, scalable, distributed revision control system (manual pages)\"},{\"name\":\"gpgv\",\"version\":\"2.2.4-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnupg2\"},\"summary\":\"GNU privacy guard - signature verification tool\"},{\"name\":\"grep\",\"version\":\"3.1-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU grep, egrep and fgrep\"},{\"name\":\"gzip\",\"version\":\"1.6-5ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU compression utilities\"},{\"name\":\"hostname\",\"version\":\"3.20\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"utility to set/show the host name or domain name\"},{\"name\":\"init-system-helpers\",\"version\":\"1.51\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"helper tools for all init systems\"},{\"name\":\"jq\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"lightweight and flexible command-line JSON processor\"},{\"name\":\"libacl1\",\"version\":\"2.2.52-3build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"acl\"},\"summary\":\"Access control list shared library\"},{\"name\":\"libapt-pkg5.0\",\"version\":\"1.6.17\",\"arch\":\"amd64\",\"source\":{\"name\":\"apt\"},\"summary\":\"package management runtime library\"},{\"name\":\"libasan4\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"AddressSanitizer -- a fast memory error detector\"},{\"name\":\"libasn1-8-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - ASN.1 library\"},{\"name\":\"libatomic1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"support library providing __atomic built-in functions\"},{\"name\":\"libattr1\",\"version\":\"1:2.4.47-2build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"attr\"},\"summary\":\"Extended attribute shared library\"},{\"name\":\"libaudit-common\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"all\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing - common files\"},{\"name\":\"libaudit1\",\"version\":\"1:2.8.2-1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"audit\"},\"summary\":\"Dynamic library for security auditing\"},{\"name\":\"libbinutils\",\"version\":\"2.30-21ubuntu1~18.04.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"binutils\"},\"summary\":\"GNU binary utilities (private shared library)\"},{\"name\":\"libblkid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"block device ID library\"},{\"name\":\"libbz2-1.0\",\"version\":\"1.0.6-8.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"bzip2\"},\"summary\":\"high-quality block-sorting file compressor library - runtime\"},{\"name\":\"libc-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Binaries\"},{\"name\":\"libc-dev-bin\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development binaries\"},{\"name\":\"libc6\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Shared libraries\"},{\"name\":\"libc6-dev\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: Development Libraries and Header Files\"},{\"name\":\"libcap-ng0\",\"version\":\"0.7.7-3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libcap-ng\"},\"summary\":\"An alternate POSIX capabilities library\"},{\"name\":\"libcc1-0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC cc1 plugin for GDB\"},{\"name\":\"libcilkrts5\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"Intel Cilk Plus language extensions (runtime)\"},{\"name\":\"libcom-err2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"common error description library\"},{\"name\":\"libcurl3-gnutls\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (GnuTLS flavour)\"},{\"name\":\"libcurl4\",\"version\":\"7.58.0-2ubuntu3.24\",\"arch\":\"amd64\",\"source\":{\"name\":\"curl\"},\"summary\":\"easy-to-use client-side URL transfer library (OpenSSL flavour)\"},{\"name\":\"libdb5.3\",\"version\":\"5.3.28-13.1ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"db5.3\"},\"summary\":\"Berkeley v5.3 Database Libraries [runtime]\"},{\"name\":\"libdebconfclient0\",\"version\":\"0.213ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"cdebconf\"},\"summary\":\"Debian Configuration Management System (C-implementation library)\"},{\"name\":\"libdpkg-perl\",\"version\":\"1.19.0.5ubuntu2.4\",\"arch\":\"all\",\"source\":{\"name\":\"dpkg\"},\"summary\":\"Dpkg perl modules\"},{\"name\":\"liberror-perl\",\"version\":\"0.17025-1\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Perl module for error/exception handling in an OO-ish way\"},{\"name\":\"libexpat1\",\"version\":\"2.2.5-3ubuntu0.9\",\"arch\":\"amd64\",\"source\":{\"name\":\"expat\"},\"summary\":\"XML parsing C library - runtime library\"},{\"name\":\"libext2fs2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"ext2/ext3/ext4 file system libraries\"},{\"name\":\"libfdisk1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"fdisk partitioning library\"},{\"name\":\"libffi6\",\"version\":\"3.2.1-8\",\"arch\":\"amd64\",\"source\":{\"name\":\"libffi\"},\"summary\":\"Foreign Function Interface library runtime\"},{\"name\":\"libgcc-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GCC support library (development files)\"},{\"name\":\"libgcc1\",\"version\":\"1:8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"upstreamVersion\":\"8.4.0\"},\"summary\":\"GCC support library\"},{\"name\":\"libgcrypt20\",\"version\":\"1.8.1-4ubuntu1.3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"LGPL Crypto library - runtime library\"},{\"name\":\"libgdbm-compat4\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (legacy support runtime version)\"},{\"name\":\"libgdbm5\",\"version\":\"1.14.1-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gdbm\"},\"summary\":\"GNU dbm database routines (runtime version)\"},{\"name\":\"libgmp-dev\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library developers tools\"},{\"name\":\"libgmp10\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library\"},{\"name\":\"libgmpxx4ldbl\",\"version\":\"2:6.1.2+dfsg-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"gmp\"},\"summary\":\"Multiprecision arithmetic library (C++ bindings)\"},{\"name\":\"libgnutls30\",\"version\":\"3.5.18-1ubuntu1.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"gnutls28\"},\"summary\":\"GNU TLS library - main runtime library\"},{\"name\":\"libgomp1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC OpenMP (GOMP) support library\"},{\"name\":\"libgpg-error0\",\"version\":\"1.27-6\",\"arch\":\"amd64\",\"source\":{\"name\":\"libgpg-error\"},\"summary\":\"library for common error values and messages in GnuPG components\"},{\"name\":\"libgssapi-krb5-2\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - krb5 GSS-API Mechanism\"},{\"name\":\"libgssapi3-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - GSSAPI support library\"},{\"name\":\"libhcrypto4-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - crypto library\"},{\"name\":\"libheimbase1-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - Base library\"},{\"name\":\"libheimntlm0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - NTLM support library\"},{\"name\":\"libhogweed4\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (public-key cryptos)\"},{\"name\":\"libhx509-5-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - X509 support library\"},{\"name\":\"libidn2-0\",\"version\":\"2.0.4-1.1ubuntu0.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libidn2\"},\"summary\":\"Internationalized domain names (IDNA2008/TR46) library\"},{\"name\":\"libisl19\",\"version\":\"0.19-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"isl\"},\"summary\":\"manipulating sets and relations of integer points bounded by linear constraints\"},{\"name\":\"libitm1\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Transactional Memory Library\"},{\"name\":\"libjq1\",\"version\":\"1.5+dfsg-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"jq\"},\"summary\":\"lightweight and flexible command-line JSON processor - shared library\"},{\"name\":\"libk5crypto3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Crypto Library\"},{\"name\":\"libkeyutils1\",\"version\":\"1.5.9-9.2ubuntu2.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"keyutils\"},\"summary\":\"Linux Key Management Utilities (library)\"},{\"name\":\"libkrb5-26-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - libraries\"},{\"name\":\"libkrb5-3\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries\"},{\"name\":\"libkrb5support0\",\"version\":\"1.16-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"krb5\"},\"summary\":\"MIT Kerberos runtime libraries - Support library\"},{\"name\":\"libldap-2.4-2\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"amd64\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP libraries\"},{\"name\":\"libldap-common\",\"version\":\"2.4.45+dfsg-1ubuntu1.11\",\"arch\":\"all\",\"source\":{\"name\":\"openldap\"},\"summary\":\"OpenLDAP common files for libraries\"},{\"name\":\"liblsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"LeakSanitizer -- a memory leak detector (runtime)\"},{\"name\":\"liblz4-1\",\"version\":\"0.0~r131-2ubuntu3.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"lz4\"},\"summary\":\"Fast LZ compression algorithm library - runtime\"},{\"name\":\"liblzma5\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"xz-utils\"},\"summary\":\"XZ-format compression library\"},{\"name\":\"libmount1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"device mounting library\"},{\"name\":\"libmpc3\",\"version\":\"1.1.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpclib3\"},\"summary\":\"multiple precision complex floating-point library\"},{\"name\":\"libmpfr6\",\"version\":\"4.0.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"mpfr4\"},\"summary\":\"multiple precision floating-point computation\"},{\"name\":\"libmpx2\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"Intel memory protection extensions (runtime)\"},{\"name\":\"libncurses5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling\"},{\"name\":\"libncursesw5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared libraries for terminal handling (wide character support)\"},{\"name\":\"libnettle6\",\"version\":\"3.4.1-0ubuntu0.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nettle\"},\"summary\":\"low level cryptographic library (symmetric and one-way cryptos)\"},{\"name\":\"libnghttp2-14\",\"version\":\"1.30.0-1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"nghttp2\"},\"summary\":\"library implementing HTTP/2 protocol (shared library)\"},{\"name\":\"libonig4\",\"version\":\"6.7.0-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libonig\"},\"summary\":\"regular expressions library\"},{\"name\":\"libp11-kit0\",\"version\":\"0.23.9-2ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"p11-kit\"},\"summary\":\"library for loading and coordinating access to PKCS#11 modules - runtime\"},{\"name\":\"libpam-modules\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM\"},{\"name\":\"libpam-modules-bin\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules for PAM - helper binaries\"},{\"name\":\"libpam-runtime\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"all\",\"source\":{\"name\":\"pam\"},\"summary\":\"Runtime support for the PAM library\"},{\"name\":\"libpam0g\",\"version\":\"1.1.8-3.6ubuntu2.18.04.6\",\"arch\":\"amd64\",\"source\":{\"name\":\"pam\"},\"summary\":\"Pluggable Authentication Modules library\"},{\"name\":\"libpcre3\",\"version\":\"2:8.39-9ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"pcre3\"},\"summary\":\"Old Perl 5 Compatible Regular Expression Library - runtime files\"},{\"name\":\"libperl5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"shared Perl library\"},{\"name\":\"libprocps6\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"procps\"},\"summary\":\"library for accessing process information from /proc\"},{\"name\":\"libpsl5\",\"version\":\"0.19.1-5build1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libpsl\"},\"summary\":\"Library for Public Suffix List (shared libraries)\"},{\"name\":\"libquadmath0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GCC Quad-Precision Math Library\"},{\"name\":\"libroken18-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - roken support library\"},{\"name\":\"librtmp1\",\"version\":\"2.4+20151223.gitfa8646d.1-1\",\"arch\":\"amd64\",\"source\":{\"name\":\"rtmpdump\"},\"summary\":\"toolkit for RTMP streams (shared library)\"},{\"name\":\"libsasl2-2\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - authentication abstraction library\"},{\"name\":\"libsasl2-modules-db\",\"version\":\"2.1.27~101-g0780600+dfsg-3ubuntu2.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"cyrus-sasl2\"},\"summary\":\"Cyrus SASL - pluggable authentication modules (DB)\"},{\"name\":\"libseccomp2\",\"version\":\"2.5.1-1ubuntu1~18.04.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libseccomp\"},\"summary\":\"high level interface to Linux seccomp filter\"},{\"name\":\"libselinux1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libselinux\"},\"summary\":\"SELinux runtime shared libraries\"},{\"name\":\"libsemanage-common\",\"version\":\"2.7-2build2\",\"arch\":\"all\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"Common files for SELinux policy management libraries\"},{\"name\":\"libsemanage1\",\"version\":\"2.7-2build2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsemanage\"},\"summary\":\"SELinux policy management library\"},{\"name\":\"libsepol1\",\"version\":\"2.7-1ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"libsepol\"},\"summary\":\"SELinux library for manipulating binary security policies\"},{\"name\":\"libsmartcols1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"smart column output alignment library\"},{\"name\":\"libsqlite3-0\",\"version\":\"3.22.0-1ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"sqlite3\"},\"summary\":\"SQLite 3 shared library\"},{\"name\":\"libss2\",\"version\":\"1.44.1-1ubuntu1.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"e2fsprogs\"},\"summary\":\"command-line interface parsing library\"},{\"name\":\"libssl1.1\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"openssl\"},\"summary\":\"Secure Sockets Layer toolkit - shared libraries\"},{\"name\":\"libstdc++-7-dev\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"GNU Standard C++ Library v3 (development files)\"},{\"name\":\"libstdc++6\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"GNU Standard C++ Library v3\"},{\"name\":\"libsystemd0\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"systemd utility library\"},{\"name\":\"libtasn1-6\",\"version\":\"4.13-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Manage ASN.1 structures (runtime)\"},{\"name\":\"libtinfo5\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"shared low-level terminfo library for terminal handling\"},{\"name\":\"libtsan0\",\"version\":\"8.4.0-1ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-8\"},\"summary\":\"ThreadSanitizer -- a Valgrind-based detector of data races (runtime)\"},{\"name\":\"libubsan0\",\"version\":\"7.5.0-3ubuntu1~18.04\",\"arch\":\"amd64\",\"source\":{\"name\":\"gcc-7\"},\"summary\":\"UBSan -- undefined behaviour sanitizer (runtime)\"},{\"name\":\"libudev1\",\"version\":\"237-3ubuntu10.57\",\"arch\":\"amd64\",\"source\":{\"name\":\"systemd\"},\"summary\":\"libudev shared library\"},{\"name\":\"libunistring2\",\"version\":\"0.9.9-0ubuntu2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libunistring\"},\"summary\":\"Unicode string library for C\"},{\"name\":\"libuuid1\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"Universally Unique ID library\"},{\"name\":\"libwind0-heimdal\",\"version\":\"7.5.0+dfsg-1ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"heimdal\"},\"summary\":\"Heimdal Kerberos - stringprep implementation\"},{\"name\":\"libyaml-0-2\",\"version\":\"0.1.7-2ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"libyaml\"},\"summary\":\"Fast YAML 1.1 parser and emitter library\"},{\"name\":\"libzstd1\",\"version\":\"1.3.3+dfsg-2ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"libzstd\"},\"summary\":\"fast lossless compression algorithm\"},{\"name\":\"linux-libc-dev\",\"version\":\"4.15.0-213.224\",\"arch\":\"amd64\",\"source\":{\"name\":\"linux\"},\"summary\":\"Linux Kernel Headers for development\"},{\"name\":\"locales\",\"version\":\"2.27-3ubuntu1.6\",\"arch\":\"all\",\"source\":{\"name\":\"glibc\"},\"summary\":\"GNU C Library: National Language (locale) data [support]\"},{\"name\":\"login\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"system login tools\"},{\"name\":\"lsb-base\",\"version\":\"9.20170808ubuntu1\",\"arch\":\"all\",\"source\":{\"name\":\"lsb\"},\"summary\":\"Linux Standard Base init script functionality\"},{\"name\":\"make\",\"version\":\"4.1-9.1ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"make-dfsg\"},\"summary\":\"utility for directing compilation\"},{\"name\":\"mawk\",\"version\":\"1.3.3-17ubuntu3\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"a pattern scanning and text processing language\"},{\"name\":\"mount\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"util-linux\"},\"summary\":\"tools for mounting and manipulating filesystems\"},{\"name\":\"ncurses-base\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"all\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"basic terminal type definitions\"},{\"name\":\"ncurses-bin\",\"version\":\"6.1-1ubuntu1.18.04.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"ncurses\"},\"summary\":\"terminal-related programs and man pages\"},{\"name\":\"netbase\",\"version\":\"5.4\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Basic TCP/IP networking system\"},{\"name\":\"openssl\",\"version\":\"1.1.1-1ubuntu2.1~18.04.23\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Secure Sockets Layer toolkit - cryptographic utility\"},{\"name\":\"passwd\",\"version\":\"1:4.5-1ubuntu2.5\",\"arch\":\"amd64\",\"source\":{\"name\":\"shadow\"},\"summary\":\"change and administer password and group data\"},{\"name\":\"patch\",\"version\":\"2.7.6-2ubuntu1.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Apply a diff file to an original\"},{\"name\":\"perl\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"Larry Wall's Practical Extraction and Report Language\"},{\"name\":\"perl-base\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"perl\"},\"summary\":\"minimal Perl system\"},{\"name\":\"perl-modules-5.26\",\"version\":\"5.26.1-6ubuntu0.7\",\"arch\":\"all\",\"source\":{\"name\":\"perl\"},\"summary\":\"Core Perl modules\"},{\"name\":\"procps\",\"version\":\"2:3.3.12-3ubuntu1.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"/proc file system utilities\"},{\"name\":\"sed\",\"version\":\"4.4-2\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU stream editor for filtering/transforming text\"},{\"name\":\"sensible-utils\",\"version\":\"0.0.12\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"Utilities for sensible alternative selection\"},{\"name\":\"sysvinit-utils\",\"version\":\"2.88dsf-59.10ubuntu1\",\"arch\":\"amd64\",\"source\":{\"name\":\"sysvinit\"},\"summary\":\"System-V-like utilities\"},{\"name\":\"tar\",\"version\":\"1.29b-2ubuntu0.4\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"GNU version of the tar archiving utility\"},{\"name\":\"tzdata\",\"version\":\"2023c-0ubuntu0.18.04\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"time zone and daylight-saving time data\"},{\"name\":\"ubuntu-keyring\",\"version\":\"2018.09.18.1~18.04.2\",\"arch\":\"all\",\"source\":{\"name\":\"\"},\"summary\":\"GnuPG keys of the Ubuntu archive\"},{\"name\":\"util-linux\",\"version\":\"2.31.1-0.4ubuntu3.7\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"miscellaneous system utilities\"},{\"name\":\"xz-utils\",\"version\":\"5.2.2-1.3ubuntu0.1\",\"arch\":\"amd64\",\"source\":{\"name\":\"\"},\"summary\":\"XZ-format compression utilities\"},{\"name\":\"zlib1g\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - runtime\"},{\"name\":\"zlib1g-dev\",\"version\":\"1:1.2.11.dfsg-0ubuntu2.2\",\"arch\":\"amd64\",\"source\":{\"name\":\"zlib\"},\"summary\":\"compression library - development\"}]","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"}},"Architecture":"amd64","Os":"linux","Size":1313090569,"VirtualSize":1313090569,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/97332e39d6b362ae44417fb10d31ed7ec4b7c3a102777fa1e9c4dfd92a59adcd/diff:/var/lib/docker/overlay2/1d56ce5340d0ed4e4e8fdd2f016bc6adaf3b60c8400a73268263153256798ce5/diff:/var/lib/docker/overlay2/66aae1f61c0fee84dc8f4ddafbc85f0ebed8d4f5545f1b5be9d46511739a24e1/diff:/var/lib/docker/overlay2/d93e77a130113d5b780e5cd636c029dd3afca907a06a9178eb19ec30de464ed2/diff:/var/lib/docker/overlay2/302afa2ae7b1236b951648464ce6ecdf021855eb19ef3a21c01d4752a49d2ad1/diff:/var/lib/docker/overlay2/a3827a8caf7b2a496e659391cd6550b165931caa175931981d144d0ae01b41e3/diff:/var/lib/docker/overlay2/9aad20fb33f29e445ed9ed5da5e1b6f9b6769d35d547ae69ccc133dc2fd51f0f/diff:/var/lib/docker/overlay2/0956c9d3b61cfe5a9bb6ca26dac5d3eee7b9e65bef852afb594be53fb6d42bd9/diff:/var/lib/docker/overlay2/503b5868f1062e2664ef1086b7e99b005422b7463625c7add9c43fdd9dbe7465/diff:/var/lib/docker/overlay2/e792b55a733db85a54aec655eb06cf69692f02c11be863a29c952aff1469169f/diff:/var/lib/docker/overlay2/add55575bd519be1ca1dec4495961a7ad640f4e59d5d0a9deced63e85ae9c887/diff:/var/lib/docker/overlay2/87aa4351de78b1256486265f849064e22980e30dda35a1742cd38f462b02c607/diff:/var/lib/docker/overlay2/bf0f5acd9c0de9a5984fa5b666ea2e18076f60953528d874a582c2eb36b89fff/diff:/var/lib/docker/overlay2/35378a11de52877c7121197b60cb79b2cc886e47f9e26207445601cf4d114c2f/diff:/var/lib/docker/overlay2/1537d7d7dc7adbb815254fbe2cf661f631a88ab78b2abf2d0ef0cc435342bd0f/diff:/var/lib/docker/overlay2/f1cc426b53d50e22c009f2673ff43ca8c6075502bb1a485f544ce89834b19012/diff:/var/lib/docker/overlay2/2773eec0b2b8c8af4ec33319540d73050707ee3aabcb5bab547e22ef62840077/diff:/var/lib/docker/overlay2/5650d59057c99f9a53365403a2136f8818afc8cc879bc2abf5054318ab05ee69/diff:/var/lib/docker/overlay2/9d714323c843c20fda11faaaa6fb87562767d63dd59236378954792a7613f3af/diff:/var/lib/docker/overlay2/a223c61efaf8d684787122b1f7ca136aeba948abfb6ede6158edf23f9ba57278/diff:/var/lib/docker/overlay2/489b9c9b7df8d9e8129d6ec773dcf67dfd7f2f3a8a1bf6014ddd34a27389d01d/diff:/var/lib/docker/overlay2/6d781ec9ffd72ad6ab4fcc6933d1f0db7d6f8082fa9b896c333063f5dcdd5e4f/diff:/var/lib/docker/overlay2/39014eecb95362489e111c7296a550b6619e0c384f4d00094196ccae5a27b2c6/diff:/var/lib/docker/overlay2/446fc56dc0aa3a6dfdb23edc21952195ab5a5d908111ac6e0d4f63deae9a9e3c/diff:/var/lib/docker/overlay2/43f540120cc6ed10b7315ad7c6432744a84c11c657f3b82e449b43fa3a5a6e2b/diff:/var/lib/docker/overlay2/e4c5ffff899f289b22af901a805eb91672ec19034d6c5e58a5cf26ace34b4387/diff:/var/lib/docker/overlay2/6eefc2b4dc5fb51ba7553d4a41130ba6aec42529da0fb3ab143353c1c07a2acb/diff:/var/lib/docker/overlay2/b8cc3853a05670f41724321a1f9531cfeb8bcb6da0a2d4481f9c631011eac843/diff:/var/lib/docker/overlay2/d8718d005da1b643449f441e96410d43dc3c5a20d6ebb7908b1237a2010612c9/diff:/var/lib/docker/overlay2/b06ac8d6f64458a586fc7fa52164151519e5d9b9f9a024c4893a007fd54c4d57/diff:/var/lib/docker/overlay2/2c3a542f92a0efe5a51ab2812a87c83ef6d4d5d786a47e4a3020b283cd8cfffb/diff:/var/lib/docker/overlay2/473bc4629c07defe7127a98fe16555eb23c1814bd8b691958cc8ae2249672155/diff:/var/lib/docker/overlay2/32e14c81c68c735b3290261f24fee4579563925973d0549aa33dda0c6f148da7/diff:/var/lib/docker/overlay2/94095383d9f7bcc2240d62a584077b4305aebac65b03520738ad0c7e92f8cd46/diff:/var/lib/docker/overlay2/6f52665f98f7a3d9e8b09811ba6f7938d69c1bf6c5bc54ec2623c72b2dd9a933/diff:/var/lib/docker/overlay2/88d0176bb2d07f2296fe3f07ccf497acbc3983e32f82cd07fe9d2870e9aabc78/diff:/var/lib/docker/overlay2/8fd4515e66e8d8c73897c5e678cddb5cbdf058901231135b3afd017d805829af/diff:/var/lib/docker/overlay2/6dcbd9d4ccf40a94206bb7dce84e414c111a0cec59ad594c1d077963a17455e7/diff:/var/lib/docker/overlay2/cb6daa7b23ace6632f678694a54170280e9114777ff11a9d24ce3a584c00d83e/diff:/var/lib/docker/overlay2/ed041f018edf6476c11dc80459769d4170cc052bead961d3b7a8c36b8a36adb0/diff:/var/lib/docker/overlay2/ff3008cd914f0331e15f4c3f26f03cecff12538ff1eabd6cd6dd50b34f92267e/diff:/var/lib/docker/overlay2/d4313c8211ebd068df08cad679538ac500de28539fd957d48c858f6daa2b7040/diff:/var/lib/docker/overlay2/a9b53d0705ac4cf72a7d055745847826f04f2751911825dfa7389a96382cb279/diff:/var/lib/docker/overlay2/23bf27369c24b5510eccd9f445359bc714ad9209d6e38c8e789185a8870c1471/diff:/var/lib/docker/overlay2/123dca08b6e1aa04fd0d291a34efad82ad50f6b433a277268425913f51493e9d/diff:/var/lib/docker/overlay2/13a353a2193fb97360984e97426faa3bf86772ee020c0090d76c725d0ae7bbc2/diff:/var/lib/docker/overlay2/1c0c004c2a15c44c2de6e012d496a13101d3528174a88ef8a072bd481e86a22a/diff:/var/lib/docker/overlay2/230ce1c311f2b510f93ec763985cc031252f19efe1a57191fdbb5607e6ef31a8/diff:/var/lib/docker/overlay2/c65080d3db1192e88b1ad4a5be09b157b4265f64d8840f1810544b90f1258605/diff:/var/lib/docker/overlay2/e522cc9d182610fc2c71f083119e8da9f73f46bd616dac534da2662b3d943b82/diff:/var/lib/docker/overlay2/c09bcab874ab7eb6d2053d6e3b5edb0457416b21d1fab37f43e93ce7d726366d/diff:/var/lib/docker/overlay2/90bd5993bd4073bc694edc6d03ec479b30682cd12cff6f5124098f0125a07faf/diff:/var/lib/docker/overlay2/24cdee127e3b754c16579989f99595ff1f93e3c58646d72ef5a8d904a2fd23ba/diff:/var/lib/docker/overlay2/38812472e089e249b11533f1f44d6b6ff15cb7e879d043181821826e10f116de/diff:/var/lib/docker/overlay2/7ac69861cadcb545cb1f0b5d59580bc12bfbbdd0a94abbf27a73d5fefe421559/diff:/var/lib/docker/overlay2/189218b1dde3cd86e12774b20a8caa9c850c76e2ae1ae364124d3e2a51a0116e/diff:/var/lib/docker/overlay2/a7ef5e5dcf9da1168f710a20a4e5c729f0623b917ce002f55e1b0420a3f30ed2/diff:/var/lib/docker/overlay2/732f1dc35c429773efb072f914697ebe1a2b5f5fa69572c8609ab162aa75406b/diff:/var/lib/docker/overlay2/112667e9391df5265b92b6f7b5e9e412cf780902f87a12f65ed8140fa5b36eaf/diff:/var/lib/docker/overlay2/5fd0de8ef82cd932128e559b3a759696ecb489662df3abf2fd99b885a8fdc602/diff:/var/lib/docker/overlay2/babd08d88b92ef08be63a07de23171afd342657551500d941aed13d479f3bf1f/diff:/var/lib/docker/overlay2/73f90309c4fb7bc3a84a1118916db0da6a616841b30cf6cbe2d19ca97c036ff9/diff:/var/lib/docker/overlay2/36843a58f0dca94931627fa0f3146bba22e55c0d1e4ffe2651bae0345e907f89/diff:/var/lib/docker/overlay2/6d20b068669ab04dbd63acc5a64c7be367bdb17ce5f6cdc4244ad65486a81ae4/diff:/var/lib/docker/overlay2/e36f2a28cb63d824487b1fa16a26c46f487cf15c520258a2329866a3884bb5b6/diff:/var/lib/docker/overlay2/d51cde4f56c6c44ff4ecd8b37fd6c8008372114aeeb8093d7ca0e757e93e6da6/diff:/var/lib/docker/overlay2/e8f498ea488d0898be96ca2da17874532b75d1832c15c77e7421d8c40c3194ee/diff:/var/lib/docker/overlay2/c1406c2d658b341a383b2d43e59d47b1773f93c8172c1cc1b5b007d9188306c8/diff:/var/lib/docker/overlay2/901b0775add7dbd134a79046ba9369d312217498acc27d99a960ebce4583c18a/diff:/var/lib/docker/overlay2/de1b5628acaebb77eb5d1a671d1af60eafa6f54dee2c6d9890e1b7d9eaee0a19/diff:/var/lib/docker/overlay2/a726758537e2b74d5ca1cb09ebd1c8d66a9ab310d9738336b8e0e05b846065e1/diff:/var/lib/docker/overlay2/f19057095afa897dc1210c6ba6100b4544e53248cd08785337a427c423316999/diff:/var/lib/docker/overlay2/dfdd0b7a26bcbcf9ee485a99710c0d0840a93eaf23e5eee484b2359be23b20f1/diff:/var/lib/docker/overlay2/6c60e6beba1d54ab2d626645ac9957ccce166d1b6ba0fda86ba54fcd9a9fcbd4/diff:/var/lib/docker/overlay2/5311c5458ae7c1ca5e66ef50dbc2f354dd86b1b0b3a5071825cf184a61abfcfa/diff:/var/lib/docker/overlay2/26b96cb33c84aaa42a7df3d5b7db83c59fab0d22e93e1fd35da3bf2d61f1a584/diff:/var/lib/docker/overlay2/9f86a696549045cafd5783e672b3457cd902b3944f4a9879ed9943695b5d6df9/diff:/var/lib/docker/overlay2/4061fef03e120844388e1df7b09baf6cbdec9480ee2983bd825c6d8f5e586557/diff:/var/lib/docker/overlay2/c9252e9c814b6f9af02df9433a2ecadeb77142959386d29a682636087eb4120d/diff:/var/lib/docker/overlay2/d3367ad1462a46737430354f5403563eb3fa5962c49b7ee1a1184de04a9324d2/diff:/var/lib/docker/overlay2/cabb0ebdc61bf38fa2f52600c15e8aed2cde1c318e4d46f0bc78479ee2ba2353/diff:/var/lib/docker/overlay2/7b85d471cccb820554fe5159df801df408a259d3bea0b8e112bfcbeb81ab1d92/diff:/var/lib/docker/overlay2/bbf8c953ec543777d6634e6b862347f9973e83bc23af0a8e0063650e507f7af9/diff:/var/lib/docker/overlay2/c1250cbeba32e9feb83de00d2db08af048c5e56dbf7d55ca90e4b671a1efa784/diff:/var/lib/docker/overlay2/fc2462b3eb1d3a3c4aa2fcc1ce0c7482dce2fbb9901e0c1b1d32eb05c5b6dbb3/diff:/var/lib/docker/overlay2/296cedb9791c8e678961e6033cce424c3b7033b253a53baf28f30001f5946779/diff:/var/lib/docker/overlay2/d4e0585906bba19207b116502c4595bd649818186630bbe8b5c53145c5dc2cd0/diff:/var/lib/docker/overlay2/d0df5893d50421ba3b64412bd1fc925f00771e3f838d78f65d296f09efad484c/diff:/var/lib/docker/overlay2/f56883b900027b8cce2974a0f9b5f0d9cf2236e76475ecdabade6af8809ce4f8/diff:/var/lib/docker/overlay2/474d96bfe00be4133af96d0ac60d35dd3c4dcf761620c114c923a6e52f7e0c8f/diff:/var/lib/docker/overlay2/decd7174a3e6c9bd1d7415acef20340d05053a54adc66363b44f0e352559e454/diff:/var/lib/docker/overlay2/e2916b2682efff5188123050ec83c4e075eb62a4c54c37bf2d5312bf16dd9943/diff:/var/lib/docker/overlay2/f9271931dd77347295a3daffcc127c6b09035fcde31eb4af8242cb31ff45b9b6/diff:/var/lib/docker/overlay2/2a4f4f3c23c3bbec797885c87e2819d00f720a3844db74ba0661f51f35e1b63d/diff:/var/lib/docker/overlay2/35ea15198c92983c93742e2aaa091560ad4616c05ccfd1b7cbced9560e7c2c56/diff:/var/lib/docker/overlay2/b8b1840a05139deeece971fb9f486700d970a6ffb3f8221048c2a8926b833459/diff:/var/lib/docker/overlay2/fdabd4c32f057b022588e5daeb4cb2f9eeeb42d423597d22c3cfaa156dbe1b2c/diff","MergedDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/merged","UpperDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/diff","WorkDir":"/var/lib/docker/overlay2/86d3f37374f44cd7cc86b4a5a5ea6c28f0340a6f8efc120eb19204f10571c74f/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:548a79621a426b4eb077c926eabac5a8620c454fb230640253e1b44dc7dd7562","sha256:4d274d05ee1296e8a298fa2e94dce3c6dd1f17936eb4ed98c623feb00a17484e","sha256:cef27de8b8d064d0908eac78978eac1e4731e5313256a69af5e483b9d2947735","sha256:862d7d21bc937488906ada4c1061656b27f1119fffd50c837a299a7ebee689c9","sha256:06522fa8fdff692d5a76cb879149a1042c205d2cc174180747816d9c35cc127a","sha256:3b92e77fd249f2b02b3015db79eee14511ff6a35bb165aa1c831b8b34341dc35","sha256:512d78321ba9025944af2691ac9f0c7e2433de46874200eaa5bde3ee06feac9d","sha256:2a84f718ff38571f2b3ac510117bb133d52fd76da217a92cdf98a4415d58a263","sha256:df60acf96b9b054fa3c80342718eac2d571d33934013440d70e5f4c79a811b39","sha256:f51812bd748efbb0a5d00cc4c858725fa222d0cb6e6a32861b0e16c15c81f74c","sha256:9d06d8bfd1ff7131cb51c0b36cb73e1839ba7cabf475242e2f75abba7cff2b35","sha256:f2087660da5a29cc6ef700f300c976527b58d9bcc8f1d3c9835a1c8639efdc2c","sha256:b3cf3500a8a0b344d64a729af3015bbf0acdf7e366df9236d0413995d1021885","sha256:9e3065df182bcce4255c4abdb507b4d67008eeacda931695f040a6b1bf1ab914","sha256:328f9410b29d780e094f1457344ec0843351b665df8d0c1a99596da74380e6f2","sha256:49631f3af5f1ff0eea827424bffab333e74e8ae66bf01fbc6cff37a8aee0aab0","sha256:b60541d13f4fa3fddd3783a1cb77de4c502e590a34c0265becc0d1819ea0f664","sha256:a3fe2380e553431c6451435c989f6688814f44374f5d478ea72bdaca33c4fcba","sha256:991b8686b549c9069d4c2ed69201818babd624f80856154f88efb918e4ad63b4","sha256:4f522778a92c9df3bc757b5d6f7e41ec28bfed8e3e35487d7d9b06bf8d270335","sha256:50fcf21ac6fa2d6850d036c7b9d0116b30232e54daf6eb2a9f06b79f2eb018b6","sha256:b351bc73239608a09c7523656594df065fd2a6aacaee90254945d9e3070122ca","sha256:9c2513a3481c8a568301627b8ee6a00db44341a69f599fdea4993d75fface10d","sha256:8650fe12459059281bbc881c747524e8893edb818ae161ad360afabe449582c0","sha256:01849d9f62352a43bfca1ed24de71a2ca73d2a13731de7299983484d32243fad","sha256:e8a4c2b58a355e19967c399b7124d9995dae47a0616d7db98e8d98cf1a322497","sha256:af256d51f2de1bb048a7291f225a393a54ca58f9db7c7c207e0cd7d64c3b25d7","sha256:f59c619cb3e4822047c3d8384737fce62c8d278fee0f2b4a213c79ef1ce508b4","sha256:c0dbfd2786f2da3430c2e06aa14dab332196bdf31e170ef88519da6e08f9fb23","sha256:9fbdf2e6696ddeef17cee730c77a608cee8ec8707301e6286e846fc40c8f02b5","sha256:e0b403660a34970e9f33fbfca76e5f60f900243797be86ce381746b6197771d3","sha256:9164db8fc82a1acc36e6405bff527dd4749b86cde49596a4d7723ee77069741f","sha256:0e31bbc7faf3323c4b9de907520c5a1e482aebaa66dcb113fb03e09bb3b7d26f","sha256:3baabb6d3525c0f2b5871892de7a22643a073830de93488264144e880c1fe0cf","sha256:8b327ad0f11a83347403b4c554e6dec655490edbab90815e421550e431a0421a","sha256:7b577412431b703d9a951ef9dd5449c24c3075099f30588b8e4245971198d67e","sha256:811b50314034a0e1fb8a4c6fe80e29894d7b7578662587dd442b9fed727a1b99","sha256:19f2954bc0c4ae07c37d5852d53d51a02faf9a5916d0f6bfb167ccaa859e2071","sha256:c9fa23813e4f74c0102a33d21f23b88016ca216d181500c4d39288cfb468929c","sha256:44b162604a3ba2eb10f9fc8da5ca13ab3991bb59bb363ba83f9a2f04675cf864","sha256:efd9e6d7d12f991d817fa5277e4b5241997df315f9eff9ca049f08e7668da352","sha256:92055394022b2e31575c386be58baab894ef3f8d3120930774739fa6fe7ae6ae","sha256:3e44c3f0963ed0bb2d0c64ecfaff2d706db8c156ae77924156befc9d4517c754","sha256:5a0503f05e7572bf56d05032a7731db8645024b56adc3e2b0300147339347a23","sha256:f397c0703d00eb24ef091ec917ab4eff8f324044dd66cf1950b92545b59d96bc","sha256:81efbf4b98992e231445884101129d86b5b349ceb5ca85a56a50f036c7155288","sha256:8b9f37ce38254948be4009454d283239bb8d3cfb594c54b2517548d065a0a871","sha256:51a1d14190072b27247e6190c08ea9b37d6cd3939e5079c9cea397728bd2934c","sha256:0a56c8139693e0b0650d9bf163d6630ebe4b5772031d830dcc1a16bafe72a470","sha256:297f8018ff161f17778c9787380e237e7e1cc9b5b0789e50a2c5bb6f70c2ed53","sha256:725498971b1fd120b4910bce512055db7a606d3ed0963d55a00c80e12f1878c0","sha256:b3645fffc74f3f65f66267648bf0324f632e37f3401d8056ac245b3da1dda0e5","sha256:ca3e2f5c15a17fb806aa553394f8c2c117c6aa92ef19d46e0269539f2a920c31","sha256:eb95d7b71e3cd68b9bb4071e36e22e6bf1639ac28b9ae6a9961695670cfdeed3","sha256:4fda6b553771b7b64d944d58a72ba6ed9fe206120f00b799c1f29abb7e430c76","sha256:9d5bfd35eccd98e6bdef9a74cf080de4277c7c889c8c9b34ae2631f6eff601e6","sha256:5a7f9bfe040480de7034c6e0dd116225a2fb50de18505ce9b7fd96afa82426ef","sha256:3b0484bbc19e449ef311516fcfd9ca41cd662799f5888f065e562c526d728c35","sha256:d55ba37268c2f9634061f3649cb18e6e3f63d8d7c4092f87b623a946b442b60b","sha256:21ee2da7af7144ab8a058f2ea76d3d092fe9a057238020c181c6a115a6045ec2","sha256:6f552da08d08e516c5895bc532afb8951643934fddb3e6f7d670350fdc4684ac","sha256:9b8a7648eec0ca9baadc77a38902ea104858fb1d0a543a45c99deea894deb225","sha256:6d6161bf23f098e1277af2f973e2753c12799d5378844dbf15faed612088f6a5","sha256:a99d0911bb017373aedfc9e964e507a8b5ccc15ad8bc4a1bfecd873b6a5bfc94","sha256:1e89f3e02ae401fc031add8d32d9d54e4a99f000a7d3082da8fe4b5f7a08aa64","sha256:4f08edccc4f4b6478f7ec984f782dfd1767eaa221973c4724a417c196e15cb87","sha256:2efe5dbd6c368618fa26a71653dca536b24cc8b444f85deb49ee777223f5c486","sha256:071527f4e560e06abb13dd7269a4527f87d6bcdc1dd09c6450281a24e2752ea3","sha256:340082143189ad3e6b8f0f00e74be847bd82577674e1f2c502a18fb38dfed377","sha256:549522d4bb1bbe20f18b678d3db1c71cb6013c26a8ce444998175fa8a75fde94","sha256:6c1fd380349d21ddc25dc3f73f955b17da944b64ef54d18173c0bc44c297c3c9","sha256:132646a69a29786e0c2894bff8e2abf4ce19fd2292ebd3d4b8f28dcd66c55b79","sha256:c9767b04daf02b9b7574451827cdfc269986531a8cb35b7f6ff6aa5de1dc79c1","sha256:c6b083979a65cb61bbd0632688ac69effca0f988d921ca827aaffc6a69b0f31c","sha256:8f1cbdbe575c6b6c576cab29dac99a03498b1ffc60ecb0f7c233aca3236de0da","sha256:258315b279992ccc95b9e279027c502680a3e5df07f52df9bf0796c17819942c","sha256:758627c4310f6023906482d592d516899f4461ae95bf41742cdac0ef0fa66fcd","sha256:2cad08f7e1dd7a83a95154b6342f2f3b6c4c1ae425a2fb15e94e95dbbd5dd63b","sha256:48658139cea6ec5ba5e85f9f8c63b18b3b81bc6414f01a87340c1f9c5b18cad5","sha256:dfd66ad43293a1841a227ce12b3dc62e1b7f08416264de94ec9ab0559f14c61e","sha256:be0f1a2c13c38a9cef63c3d4b05016cdf30aa39606f18992c9968ccb7dfa1857","sha256:ad85dc9ba91e0455a6e8afb8bc1b60242b215f7466263ce6e048547e0eda2a5a","sha256:1c4f8c92904ec95c6ca63d9d88928abb23bc17596b91152d1e4199b286bf63bb","sha256:9cce1a6a42f5910114527ad1b6cad70d676e6cb047859fb236081997a6137064","sha256:f721aea43a3f68a92b455ce02c3d9e9267af14c368c97fdd16d9d70904fdcc6e","sha256:86c7b64202c12c6db3e5fc4bbab2065676047170b5b29fd625c0b79074acdb3f","sha256:7091071dbf9c60845a16f05a7c8edab69cc2c26aa13ba32c096f1f2097b91e72","sha256:0926baa4af0cacdcc9686dfdf344ebfbaa9fbd595e90df93e8b7e225f2bb1397","sha256:094d697aec9965a45f943669fc32d87caa77037709e4525d0088d2c85be170fa","sha256:23de49f0705f9f4da17411790ca61029013be4936f66ca7c9cd4e46ad6b491d1","sha256:7def0fea237cb9742521855c24cc74385c0a5b1029e8e0bff6df847c7d4b0d04","sha256:b35c418a4b2732d6836866cbb904455bf9ede5ab41d163c68d617d4f9cb77599","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:fc454e27c1c60562a35add6e2a13dcd2f674221ec85d4266e85594499abdaac2","sha256:fdf269cc287d726d4b1d00c507e970fd253f2e69fe936f0071e35ee8021050df","sha256:1580a622dd6132b4ed9d3f88764423d2cfc3b81b6a09d88549f06fbc28a42a61","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} + {"Id":"sha256:8ee9eebded8df366c1c4ebee8af7b73e46dfd3dd7850ac8e55232fe40b6135bc","RepoTags":["pack.local/builder/11111111111111111111:latest"],"RepoDigests":[],"Parent":"","Comment":"","Created":"1980-01-01T00:00:01Z","DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"1001:1000","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CNB_USER_ID=1001","CNB_GROUP_ID=1000","CNB_STACK_ID=io.buildpacks.stacks.jammy"],"Cmd":["/bin/bash"],"Image":"","Volumes":null,"WorkingDir":"/layers","Entrypoint":null,"OnBuild":null,"Labels":{"io.buildpacks.builder.metadata":"{\"description\":\"Ubuntu 22.04 Jammy Jellyfish base image with buildpacks for Java, Go, .NET Core, Node.js, Python, Apache HTTPD, NGINX and Procfile\",\"buildpacks\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\",\"version\":\"1.6.3\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\",\"version\":\"1.0.17\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\"},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\",\"version\":\"1.0.16\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\"},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\",\"version\":\"1.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\"},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\",\"version\":\"1.0.8\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\",\"version\":\"0.7.42\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/vsdbg\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\",\"version\":\"0.3.46\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\",\"version\":\"4.15.4\",\"homepage\":\"https://github.com/paketo-buildpacks/go\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\",\"version\":\"1.0.47\",\"homepage\":\"https://github.com/paketo-buildpacks/git\"},{\"id\":\"paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\",\"version\":\"2.2.32\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\"},{\"id\":\"paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\",\"version\":\"2.7.3\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\"},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\",\"version\":\"1.0.60\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\",\"version\":\"11.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\",\"version\":\"5.16.0\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\",\"version\":\"3.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\"},{\"id\":\"paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\",\"version\":\"18.6.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java\"},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\",\"version\":\"8.5.2\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\"},{\"id\":\"paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\",\"version\":\"1.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\"},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\",\"version\":\"5.25.1\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\"},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\",\"version\":\"11.2.1\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\",\"version\":\"2.15.0\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\"},{\"id\":\"paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\",\"version\":\"5.32.1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\"},{\"id\":\"paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\",\"version\":\"5.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\"},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\",\"version\":\"6.13.0\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\"},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\",\"version\":\"9.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\"},{\"id\":\"paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\",\"version\":\"7.18.0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\",\"version\":\"1.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\"},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\",\"version\":\"1.8.0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\"},{\"id\":\"paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\",\"version\":\"4.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\"},{\"id\":\"paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\",\"version\":\"5.1.2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\"},{\"id\":\"paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\",\"version\":\"6.20.0\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\",\"version\":\"6.18.1\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\"},{\"id\":\"paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\",\"version\":\"5.33.0\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\"},{\"id\":\"paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\",\"version\":\"2.12.0\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\",\"version\":\"7.7.0\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.4\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\",\"version\":\"2.1.14\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.4.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.2.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\",\"version\":\"2.1.0\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python\",\"name\":\"Paketo Buildpack for Python\",\"version\":\"2.26.0\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.1\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\",\"version\":\"0.7.14\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\"},{\"id\":\"paketo-buildpacks/cpython\",\"name\":\"Paketo Buildpack for CPython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/miniconda\",\"name\":\"Paketo Buildpack for Miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/pip\",\"name\":\"Paketo Buildpack for Pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"name\":\"Paketo Buildpack for Pip Install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/pipenv\",\"name\":\"Paketo Buildpack for Pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"name\":\"Paketo Buildpack for Pipenv Install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/poetry\",\"name\":\"Paketo Buildpack for Poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"name\":\"Paketo Buildpack for Poetry Install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"name\":\"Paketo Buildpack for Poetry Run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\",\"version\":\"0.14.19\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\",\"version\":\"0.47.6\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\",\"version\":\"0.8.14\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\"},{\"id\":\"paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\",\"version\":\"0.8.25\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.8.5\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.7.2\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\",\"version\":\"0.17.15\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"4.1.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\",\"version\":\"0.14.11\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.9.2\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\"},{\"id\":\"paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\",\"version\":\"0.4.51\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\"},{\"id\":\"paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\",\"version\":\"0.10.24\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\"},{\"id\":\"paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\",\"version\":\"0.4.56\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\"},{\"id\":\"paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\",\"version\":\"0.5.51\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\"},{\"id\":\"paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\",\"version\":\"0.4.54\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.15\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.0.9\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"},{\"id\":\"paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\",\"version\":\"1.4.2\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\"},{\"id\":\"paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\",\"version\":\"3.10.0\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\"},{\"id\":\"paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\"},{\"id\":\"paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\",\"version\":\"0.7.48\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\"},{\"id\":\"paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\",\"version\":\"4.9.0\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\"},{\"id\":\"paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\",\"version\":\"0.17.24\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\"},{\"id\":\"paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\",\"version\":\"5.4.1\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\",\"version\":\"2.0.11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\"},{\"id\":\"paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\",\"version\":\"1.8.8\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\"},{\"id\":\"paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\",\"version\":\"5.11.0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\"},{\"id\":\"paketo-buildpacks/source-removal\",\"name\":\"Paketo Buildpack for Source Removal\",\"version\":\"0.2.39\"},{\"id\":\"paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\",\"version\":\"3.5.0\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\"},{\"id\":\"paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\",\"version\":\"1.3.35\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\",\"version\":\"2.1.17\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\"}],\"extensions\":null,\"stack\":{\"runImage\":{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}},\"lifecycle\":{\"version\":\"0.20.8\",\"api\":{\"buildpack\":\"0.7\",\"platform\":\"0.7\"},\"apis\":{\"buildpack\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\"]},\"platform\":{\"deprecated\":[],\"supported\":[\"0.7\",\"0.8\",\"0.9\",\"0.10\",\"0.11\",\"0.12\",\"0.13\",\"0.14\"]}}},\"createdBy\":{\"name\":\"Pack CLI\",\"version\":\"0.0.0\"},\"images\":[{\"image\":\"index.docker.io/paketobuildpacks/run-jammy-base:latest\",\"mirrors\":[]}]}","io.buildpacks.buildpack.layers":"{\"paketo-buildpacks/apache-tomcat\":{\"8.5.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomcat\",\"name\":\"Paketo Buildpack for Apache Tomcat\"}},\"paketo-buildpacks/apache-tomee\":{\"1.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05\",\"homepage\":\"https://github.com/paketo-buildpacks/apache-tomee\",\"name\":\"Paketo Buildpack for Apache Tomee\"}},\"paketo-buildpacks/azure-application-insights\":{\"5.25.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450\",\"homepage\":\"https://github.com/paketo-buildpacks/azure-application-insights\",\"name\":\"Paketo Buildpack for Azure Application Insights\"}},\"paketo-buildpacks/bellsoft-liberica\":{\"11.2.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5\",\"homepage\":\"https://github.com/paketo-buildpacks/bellsoft-liberica\",\"name\":\"Paketo Buildpack for BellSoft Liberica\"}},\"paketo-buildpacks/bundle-install\":{\"0.8.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236\",\"homepage\":\"https://github.com/paketo-buildpacks/bundle-install\",\"name\":\"Paketo Buildpack for Bundle Install\"}},\"paketo-buildpacks/bundler\":{\"0.8.25\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4\",\"homepage\":\"https://github.com/paketo-buildpacks/bundler\",\"name\":\"Paketo Buildpack for Bundler\"}},\"paketo-buildpacks/ca-certificates\":{\"3.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.10.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"},\"3.8.5\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d\",\"homepage\":\"https://github.com/paketo-buildpacks/ca-certificates\",\"name\":\"Paketo Buildpack for CA Certificates\"}},\"paketo-buildpacks/clojure-tools\":{\"2.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915\",\"homepage\":\"https://github.com/paketo-buildpacks/clojure-tools\",\"name\":\"Paketo Buildpack for Clojure Tools\"}},\"paketo-buildpacks/conda-env-update\":{\"0.7.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c\",\"homepage\":\"https://github.com/paketo-buildpacks/conda-env-update\",\"name\":\"Paketo Buildpack for Conda Env Update\"}},\"paketo-buildpacks/cpython\":{\"1.15.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74\",\"name\":\"Paketo Buildpack for CPython\"}},\"paketo-buildpacks/datadog\":{\"5.32.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1\",\"homepage\":\"https://github.com/paketo-buildpacks/datadog\",\"name\":\"Paketo Buildpack for Datadog\"}},\"paketo-buildpacks/dist-zip\":{\"5.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400\",\"homepage\":\"https://github.com/paketo-buildpacks/dist-zip\",\"name\":\"Paketo Buildpack for DistZip\"}},\"paketo-buildpacks/dotnet-core\":{\"1.6.3\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/vsdbg\",\"version\":\"0.3.46\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-sdk\",\"version\":\"1.0.16\",\"optional\":true},{\"id\":\"paketo-buildpacks/icu\",\"version\":\"0.7.42\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-publish\",\"version\":\"1.0.8\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-core-aspnet-runtime\",\"version\":\"1.0.17\",\"optional\":true},{\"id\":\"paketo-buildpacks/dotnet-execute\",\"version\":\"1.0.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core\",\"name\":\"Paketo Buildpack for .NET Core\"}},\"paketo-buildpacks/dotnet-core-aspnet-runtime\":{\"1.0.17\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-aspnet-runtime\",\"name\":\"Paketo Buildpack for ASP.NET Core Runtime\"}},\"paketo-buildpacks/dotnet-core-sdk\":{\"1.0.16\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-core-sdk\",\"name\":\"Paketo Buildpack for .NET Core SDK\"}},\"paketo-buildpacks/dotnet-execute\":{\"1.0.11\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-execute\",\"name\":\"Paketo Buildpack for .NET Execute\"}},\"paketo-buildpacks/dotnet-publish\":{\"1.0.8\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f\",\"homepage\":\"https://github.com/paketo-buildpacks/dotnet-publish\",\"name\":\"Paketo Buildpack for .NET Publish\"}},\"paketo-buildpacks/encrypt-at-rest\":{\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456\",\"homepage\":\"https://github.com/paketo-buildpacks/encrypt-at-rest\",\"name\":\"Paketo Buildpack for Encrypt-at-Rest\"}},\"paketo-buildpacks/environment-variables\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc\",\"homepage\":\"https://github.com/paketo-buildpacks/environment-variables\",\"name\":\"Paketo Buildpack for Environment Variables\"}},\"paketo-buildpacks/executable-jar\":{\"6.13.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e\",\"homepage\":\"https://github.com/paketo-buildpacks/executable-jar\",\"name\":\"Paketo Buildpack for Executable JAR\"}},\"paketo-buildpacks/git\":{\"1.0.47\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3\",\"homepage\":\"https://github.com/paketo-buildpacks/git\",\"name\":\"Paketo Buildpack for Git\"}},\"paketo-buildpacks/go\":{\"4.15.4\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-mod-vendor\",\"version\":\"1.0.60\"},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-dist\",\"version\":\"2.7.3\"},{\"id\":\"paketo-buildpacks/git\",\"version\":\"1.0.47\",\"optional\":true},{\"id\":\"paketo-buildpacks/go-build\",\"version\":\"2.2.32\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3\",\"homepage\":\"https://github.com/paketo-buildpacks/go\",\"name\":\"Paketo Buildpack for Go\"}},\"paketo-buildpacks/go-build\":{\"2.2.32\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2\",\"homepage\":\"https://github.com/paketo-buildpacks/go-build\",\"name\":\"Paketo Buildpack for Go Build\"}},\"paketo-buildpacks/go-dist\":{\"2.7.3\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e\",\"homepage\":\"https://github.com/paketo-buildpacks/go-dist\",\"name\":\"Paketo Buildpack for Go Distribution\"}},\"paketo-buildpacks/go-mod-vendor\":{\"1.0.60\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4\",\"homepage\":\"https://github.com/paketo-buildpacks/go-mod-vendor\",\"name\":\"Paketo Buildpack for Go Mod Vendor\"}},\"paketo-buildpacks/google-stackdriver\":{\"9.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb\",\"homepage\":\"https://github.com/paketo-buildpacks/google-stackdriver\",\"name\":\"Paketo Buildpack for Google Stackdriver\"}},\"paketo-buildpacks/gradle\":{\"7.18.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/gradle\",\"name\":\"Paketo Buildpack for Gradle\"}},\"paketo-buildpacks/httpd\":{\"0.7.48\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a\",\"homepage\":\"https://github.com/paketo-buildpacks/httpd\",\"name\":\"Paketo Buildpack for Apache HTTP Server\"}},\"paketo-buildpacks/icu\":{\"0.7.42\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b\",\"homepage\":\"https://github.com/paketo-buildpacks/icu\",\"name\":\"Paketo Buildpack for ICU\"}},\"paketo-buildpacks/image-labels\":{\"4.7.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"},\"4.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548\",\"homepage\":\"https://github.com/paketo-buildpacks/image-labels\",\"name\":\"Paketo Buildpack for Image Labels\"}},\"paketo-buildpacks/jattach\":{\"1.10.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761\",\"homepage\":\"https://github.com/paketo-buildpacks/jattach\",\"name\":\"Paketo Buildpack for JAttach\"}},\"paketo-buildpacks/java\":{\"18.6.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\",\"optional\":true},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/clojure-tools\",\"version\":\"2.15.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomcat\",\"version\":\"8.5.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/apache-tomee\",\"version\":\"1.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/liberty\",\"version\":\"5.1.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/dist-zip\",\"version\":\"5.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/jattach\",\"version\":\"1.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/azure-application-insights\",\"version\":\"5.25.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/google-stackdriver\",\"version\":\"9.4.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/java-memory-assistant\",\"version\":\"1.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/encrypt-at-rest\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed\",\"homepage\":\"https://github.com/paketo-buildpacks/java\",\"name\":\"Paketo Buildpack for Java\"}},\"paketo-buildpacks/java-memory-assistant\":{\"1.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62\",\"homepage\":\"https://github.com/paketo-buildpacks/java-memory-assistant\",\"name\":\"Paketo Buildpack for Java Memory Assistant\"}},\"paketo-buildpacks/java-native-image\":{\"11.10.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/upx\",\"version\":\"3.8.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/bellsoft-liberica\",\"version\":\"11.2.1\"},{\"id\":\"paketo-buildpacks/syft\",\"version\":\"2.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/leiningen\",\"version\":\"4.12.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/gradle\",\"version\":\"7.18.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/maven\",\"version\":\"6.20.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/sbt\",\"version\":\"6.18.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/executable-jar\",\"version\":\"6.13.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/spring-boot\",\"version\":\"5.33.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/datadog\",\"version\":\"5.32.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/native-image\",\"version\":\"5.16.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0\",\"homepage\":\"https://github.com/paketo-buildpacks/java-native-image\",\"name\":\"Paketo Buildpack for Java Native Image\"}},\"paketo-buildpacks/leiningen\":{\"4.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686\",\"homepage\":\"https://github.com/paketo-buildpacks/leiningen\",\"name\":\"Paketo Buildpack for Leiningen\"}},\"paketo-buildpacks/liberty\":{\"5.1.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2\",\"homepage\":\"https://github.com/paketo-buildpacks/liberty\",\"name\":\"Paketo Buildpack for Liberty\"}},\"paketo-buildpacks/maven\":{\"6.20.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec\",\"homepage\":\"https://github.com/paketo-buildpacks/maven\",\"name\":\"Paketo Buildpack for Maven\"}},\"paketo-buildpacks/miniconda\":{\"0.10.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29\",\"name\":\"Paketo Buildpack for Miniconda\"}},\"paketo-buildpacks/mri\":{\"0.17.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad\",\"homepage\":\"https://github.com/paketo-buildpacks/mri\",\"name\":\"Paketo Buildpack for MRI\"}},\"paketo-buildpacks/native-image\":{\"5.16.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b\",\"homepage\":\"https://github.com/paketo-buildpacks/native-image\",\"name\":\"Paketo Buildpack for Native Image\"}},\"paketo-buildpacks/nginx\":{\"0.17.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f\",\"homepage\":\"https://github.com/paketo-buildpacks/nginx\",\"name\":\"Paketo Buildpack for Nginx Server\"}},\"paketo-buildpacks/node-engine\":{\"4.1.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"},\"5.4.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c\",\"homepage\":\"https://github.com/paketo-buildpacks/node-engine\",\"name\":\"Paketo Buildpack for Node Engine\"}},\"paketo-buildpacks/node-run-script\":{\"2.0.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"},\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f\",\"homepage\":\"https://github.com/paketo-buildpacks/node-run-script\",\"name\":\"Paketo Buildpack for Node Run Script\"}},\"paketo-buildpacks/node-start\":{\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11\",\"homepage\":\"https://github.com/paketo-buildpacks/node-start\",\"name\":\"Paketo Buildpack for Node Start\"}},\"paketo-buildpacks/nodejs\":{\"7.7.0\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.4.0\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-start\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.9.0\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.1.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/npm-start\",\"version\":\"2.1.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.4\"},{\"id\":\"paketo-buildpacks/node-start\",\"version\":\"2.2.0\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa\",\"homepage\":\"https://github.com/paketo-buildpacks/nodejs\",\"name\":\"Paketo Buildpack for Node.js\"}},\"paketo-buildpacks/npm-install\":{\"1.8.8\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"},\"1.9.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-install\",\"name\":\"Paketo Buildpack for NPM Install\"}},\"paketo-buildpacks/npm-start\":{\"2.1.14\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285\",\"homepage\":\"https://github.com/paketo-buildpacks/npm-start\",\"name\":\"Paketo Buildpack for NPM Start\"}},\"paketo-buildpacks/passenger\":{\"0.14.11\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86\",\"homepage\":\"https://github.com/paketo-buildpacks/passenger\",\"name\":\"Paketo Buildpack for Passenger\"}},\"paketo-buildpacks/pip\":{\"0.22.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1\",\"name\":\"Paketo Buildpack for Pip\"}},\"paketo-buildpacks/pip-install\":{\"0.6.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5\",\"name\":\"Paketo Buildpack for Pip Install\"}},\"paketo-buildpacks/pipenv\":{\"1.21.6\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6\",\"name\":\"Paketo Buildpack for Pipenv\"}},\"paketo-buildpacks/pipenv-install\":{\"0.6.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f\",\"name\":\"Paketo Buildpack for Pipenv Install\"}},\"paketo-buildpacks/poetry\":{\"0.9.4\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322\",\"name\":\"Paketo Buildpack for Poetry\"}},\"paketo-buildpacks/poetry-install\":{\"0.3.23\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37\",\"name\":\"Paketo Buildpack for Poetry Install\"}},\"paketo-buildpacks/poetry-run\":{\"0.4.36\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0\",\"name\":\"Paketo Buildpack for Poetry Run\"}},\"paketo-buildpacks/procfile\":{\"5.11.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"},\"5.9.2\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0\",\"homepage\":\"https://github.com/paketo-buildpacks/procfile\",\"name\":\"Paketo Buildpack for Procfile\"}},\"paketo-buildpacks/puma\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463\",\"homepage\":\"https://github.com/paketo-buildpacks/puma\",\"name\":\"Paketo Buildpack for Puma\"}},\"paketo-buildpacks/python\":{\"2.26.0\":{\"api\":\"0.8\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pipenv\",\"version\":\"1.21.6\"},{\"id\":\"paketo-buildpacks/pipenv-install\",\"version\":\"0.6.24\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/pip-install\",\"version\":\"0.6.6\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/miniconda\",\"version\":\"0.10.4\"},{\"id\":\"paketo-buildpacks/conda-env-update\",\"version\":\"0.7.14\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/poetry-run\",\"version\":\"0.4.36\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/pip\",\"version\":\"0.22.1\"},{\"id\":\"paketo-buildpacks/poetry\",\"version\":\"0.9.4\"},{\"id\":\"paketo-buildpacks/poetry-install\",\"version\":\"0.3.23\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.1\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/cpython\",\"version\":\"1.15.0\"},{\"id\":\"paketo-buildpacks/python-start\",\"version\":\"0.14.19\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true}]}],\"layerDiffID\":\"sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6\",\"name\":\"Paketo Buildpack for Python\"}},\"paketo-buildpacks/python-start\":{\"0.14.19\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96\",\"homepage\":\"https://github.com/paketo-buildpacks/python-start\",\"name\":\"Paketo Buildpack for Python Start\"}},\"paketo-buildpacks/rackup\":{\"0.4.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7\",\"homepage\":\"https://github.com/paketo-buildpacks/rackup\",\"name\":\"Paketo Buildpack for Rackup\"}},\"paketo-buildpacks/rails-assets\":{\"0.10.24\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716\",\"homepage\":\"https://github.com/paketo-buildpacks/rails-assets\",\"name\":\"Paketo Buildpack for Rails Assets\"}},\"paketo-buildpacks/rake\":{\"0.4.56\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2\",\"homepage\":\"https://github.com/paketo-buildpacks/rake\",\"name\":\"Paketo Buildpack for Rake\"}},\"paketo-buildpacks/ruby\":{\"0.47.6\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/puma\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/thin\",\"version\":\"0.5.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/unicorn\",\"version\":\"0.4.54\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/passenger\",\"version\":\"0.14.11\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\"},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\"},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"4.1.11\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.15\",\"optional\":true},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.0.9\",\"optional\":true},{\"id\":\"paketo-buildpacks/rails-assets\",\"version\":\"0.10.24\",\"optional\":true},{\"id\":\"paketo-buildpacks/rackup\",\"version\":\"0.4.51\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.8.5\",\"optional\":true},{\"id\":\"paketo-buildpacks/mri\",\"version\":\"0.17.15\"},{\"id\":\"paketo-buildpacks/bundler\",\"version\":\"0.8.25\",\"optional\":true},{\"id\":\"paketo-buildpacks/bundle-install\",\"version\":\"0.8.14\",\"optional\":true},{\"id\":\"paketo-buildpacks/rake\",\"version\":\"0.4.56\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.9.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.7.2\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.7.2\",\"optional\":true}]}],\"layerDiffID\":\"sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39\",\"homepage\":\"https://github.com/paketo-buildpacks/ruby\",\"name\":\"Paketo Buildpack for Ruby\"}},\"paketo-buildpacks/sbt\":{\"6.18.1\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c\",\"homepage\":\"https://github.com/paketo-buildpacks/sbt\",\"name\":\"Paketo Buildpack for SBT\"}},\"paketo-buildpacks/source-removal\":{\"0.2.39\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8\",\"name\":\"Paketo Buildpack for Source Removal\"}},\"paketo-buildpacks/spring-boot\":{\"5.33.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d\",\"homepage\":\"https://github.com/paketo-buildpacks/spring-boot\",\"name\":\"Paketo Buildpack for Spring Boot\"}},\"paketo-buildpacks/syft\":{\"2.12.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129\",\"homepage\":\"https://github.com/paketo-buildpacks/syft\",\"name\":\"Paketo Buildpack for Syft\"}},\"paketo-buildpacks/thin\":{\"0.5.51\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd\",\"homepage\":\"https://github.com/paketo-buildpacks/thin\",\"name\":\"Paketo Buildpack for Thin\"}},\"paketo-buildpacks/unicorn\":{\"0.4.54\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9\",\"homepage\":\"https://github.com/paketo-buildpacks/unicorn\",\"name\":\"Paketo Buildpack for Unicorn\"}},\"paketo-buildpacks/upx\":{\"3.8.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.paketo.stacks.tiny\"},{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c\",\"homepage\":\"https://github.com/paketo-buildpacks/upx\",\"name\":\"Paketo Buildpack for UPX\"}},\"paketo-buildpacks/vsdbg\":{\"0.3.46\":{\"api\":\"0.8\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"}],\"layerDiffID\":\"sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9\",\"name\":\"Paketo Buildpack for Visual Studio Debugger\"}},\"paketo-buildpacks/watchexec\":{\"3.5.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"targets\":[{\"os\":\"linux\",\"arch\":\"amd64\"},{\"os\":\"linux\",\"arch\":\"arm64\"}],\"layerDiffID\":\"sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93\",\"homepage\":\"https://github.com/paketo-buildpacks/watchexec\",\"name\":\"Paketo Buildpack for Watchexec\"}},\"paketo-buildpacks/web-servers\":{\"1.4.2\":{\"api\":\"0.7\",\"order\":[{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/yarn\",\"version\":\"1.3.35\"},{\"id\":\"paketo-buildpacks/yarn-install\",\"version\":\"2.1.17\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/node-engine\",\"version\":\"5.4.1\"},{\"id\":\"paketo-buildpacks/npm-install\",\"version\":\"1.8.8\"},{\"id\":\"paketo-buildpacks/node-run-script\",\"version\":\"2.0.11\"},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/nginx\",\"version\":\"0.17.24\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/ca-certificates\",\"version\":\"3.10.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/watchexec\",\"version\":\"3.5.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/httpd\",\"version\":\"0.7.48\"},{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/environment-variables\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/image-labels\",\"version\":\"4.9.0\",\"optional\":true},{\"id\":\"paketo-buildpacks/source-removal\",\"version\":\"0.2.39\"}]}],\"layerDiffID\":\"sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84\",\"homepage\":\"https://github.com/paketo-buildpacks/web-servers\",\"name\":\"Paketo Buildpack for Web Servers\"}},\"paketo-buildpacks/yarn\":{\"1.3.15\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.3.35\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"},\"1.4.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"io.buildpacks.stacks.bionic\"},{\"id\":\"io.buildpacks.stacks.jammy\"},{\"id\":\"*\"}],\"layerDiffID\":\"sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn\",\"name\":\"Paketo Buildpack for Yarn\"}},\"paketo-buildpacks/yarn-install\":{\"2.0.9\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.1.17\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"},\"2.2.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-install\",\"name\":\"Paketo Buildpack for Yarn Install\"}},\"paketo-buildpacks/yarn-start\":{\"2.1.0\":{\"api\":\"0.7\",\"stacks\":[{\"id\":\"*\"}],\"layerDiffID\":\"sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943\",\"homepage\":\"https://github.com/paketo-buildpacks/yarn-start\",\"name\":\"Paketo Buildpack for Yarn Start\"}}}","io.buildpacks.buildpack.order":"[{\"group\":[{\"id\":\"paketo-buildpacks/ruby\",\"version\":\"0.47.6\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/dotnet-core\",\"version\":\"1.6.3\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/go\",\"version\":\"4.15.4\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java-native-image\",\"version\":\"11.10.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/java\",\"version\":\"18.6.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/web-servers\",\"version\":\"1.4.2\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/nodejs\",\"version\":\"7.7.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/python\",\"version\":\"2.26.0\"}]},{\"group\":[{\"id\":\"paketo-buildpacks/procfile\",\"version\":\"5.11.0\"}]}]","io.buildpacks.buildpack.order-extensions":"null","io.buildpacks.extension.layers":"{}","io.buildpacks.stack.description":"ubuntu:jammy with compilers and shell utilities","io.buildpacks.stack.distro.name":"ubuntu","io.buildpacks.stack.distro.version":"22.04","io.buildpacks.stack.homepage":"https://github.com/paketo-buildpacks/jammy-base-stack","io.buildpacks.stack.id":"io.buildpacks.stacks.jammy","io.buildpacks.stack.maintainer":"Paketo Buildpacks","io.buildpacks.stack.metadata":"{}","io.buildpacks.stack.mixins":"null","io.buildpacks.stack.released":"2025-02-21T02:44:45Z","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}},"Architecture":"amd64","Os":"linux","Size":1696291767,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/a9f731f747a5a49612843b0903e406784e3e7cde8b98d476e96d6e82a4574e23/diff:/var/lib/docker/overlay2/9e12f2366d318b0dc51793b4b303e2f5ba878b5938e2862a1fff1305e147bfe4/diff:/var/lib/docker/overlay2/cc6dd45fa5f16ffcd7a86ccc4f9c25c0d9f8f6f6495d3132b65b713ad5a04f94/diff:/var/lib/docker/overlay2/7b467eccbaf210aa5ea3978767a0a8c55edfedafe57cdbd1c7e6c5dda7f9fbf7/diff:/var/lib/docker/overlay2/05849a41625f06e6d3dd516407bf49f627d3f97c6c1a7f3b03899f1cd8d1a1dd/diff:/var/lib/docker/overlay2/524928bbee8ba6131b3a5d415a6cbb8a5339b57aa798348087225604832f4f5d/diff:/var/lib/docker/overlay2/db747eb241fef6b1a3a8bfcde317d31e545940e1bf4df4b330540c2f66f9d9d7/diff:/var/lib/docker/overlay2/92ee1c686ff54a0257b5be02ec209e05c3cb74eac70f025cd521176918953489/diff:/var/lib/docker/overlay2/f72692626c587bdc281d88120140e1fdb1c2ef4e0d9295f2e4ded55bfd90e896/diff:/var/lib/docker/overlay2/849cba8abc06154080817eafbf477144fd323cff7092a4ce291faff158cf77ed/diff:/var/lib/docker/overlay2/05619f8a472d266429cd9757c45d1fddc7a403091ce98e3c9f4e61615c240725/diff:/var/lib/docker/overlay2/0ad25cd5f827d84c7ca7502ca9e034b8613ade832408f763d5b4a45e08d2e92b/diff:/var/lib/docker/overlay2/c5d9e2fd978064bd4d9dd61b77d46729255265795d80f6531588cab35b212611/diff:/var/lib/docker/overlay2/6e577ba9343a2d41f030335596d6c8cf37459092c23f1f5de02b2fbf2c8e1518/diff:/var/lib/docker/overlay2/3a4c0a9ec4b0621e74f7cbff98f17fed95988aa1f9a756c01c73f864f208d3eb/diff:/var/lib/docker/overlay2/9155bd182cf47cd351f18538a486577367b499f96acc41f5912c20aaeb746082/diff:/var/lib/docker/overlay2/461c1ea03ac1f597d77abd4e86e9e774af1ffa5ecf11ec002c461acdcc97019f/diff:/var/lib/docker/overlay2/b2e79f1e263d59497b0448ea195f672588f5612fd4be536c3b028c230528db61/diff:/var/lib/docker/overlay2/4fc9b81d3bd4f9adfa84cc4b464ec4b0d41c64554adee2c64b4eafe0df70792b/diff:/var/lib/docker/overlay2/edb026f024fab0a30905db8ae6e954d8d7342880bec0402c5c70c1d5acc7571a/diff:/var/lib/docker/overlay2/290376a5eb6b1c8511dd6ae575094ff2184b5a4ea9e84587d816c7c6b49f42b0/diff:/var/lib/docker/overlay2/8942d22d37a8e85b3ff5186f8c10f40d81bf872d6ac5e866529152652d92db5a/diff:/var/lib/docker/overlay2/3469359778aa4cc7e389145bbe03e730f2f022e932414710b7dc949de4e66467/diff:/var/lib/docker/overlay2/948118b533c6889cf3b22b4729f90e684fd28b3831ccb6f52aa282495f1d6f97/diff:/var/lib/docker/overlay2/6a0e50f7116965e45d6b272454ff43071bd3d0c958de19185d7faf6861a5766e/diff:/var/lib/docker/overlay2/aff9bb35752e954823f2225f51aca261008db40be2cf1579fd57e8c5aa115416/diff:/var/lib/docker/overlay2/92833de57121a483704c46c0a52ecd0484fa60f0e2ad40f2e6c379566b134551/diff:/var/lib/docker/overlay2/b75f5a8a0f7d8308e1835ea91fb4e88f7d16a94b44ee039cd6c59cd1fb7d8aa8/diff:/var/lib/docker/overlay2/701728f152eb9114a31cea58e4c167d5bd63ca8bf08fd4681c23edcd9c98fdae/diff:/var/lib/docker/overlay2/c90388a66ff2b21cb279ad7cf3b058bd759ffbe76380028c68fb87beef4e3b0c/diff:/var/lib/docker/overlay2/a64d33d2ab5f2d3d3b66e8fb903ae77e93c0e2f8502a9bd1c1e7662ded64b0f1/diff:/var/lib/docker/overlay2/796c8304538ed57ddf77e328b527e264329cc7705819aee928884f12f7b79444/diff:/var/lib/docker/overlay2/0beff195f570c8c60fd66c1819b09c9da1856744b601e8e5c449be9e05aef6ac/diff:/var/lib/docker/overlay2/7a5a2635313cbc445a0f9f14d2d66d7aba83bfe8013b4750867b83f2e8e11b52/diff:/var/lib/docker/overlay2/8e98eb58f2f84a449d94aa4bcafe57870951459974af4c679e502b390824e5cb/diff:/var/lib/docker/overlay2/b8488ce379255dd226a2a692db556c65844ed5ff0326280c113ba095d4b63e6e/diff:/var/lib/docker/overlay2/5a6c8a57e275f1df627bd17b71ebc2f05bbc902e4fb29547d27548ecb038789c/diff:/var/lib/docker/overlay2/841c0464da3b234ba170896a1a087aa55bb828eee7e8c87591dc00149457ce33/diff:/var/lib/docker/overlay2/c8b98893578ba0a3d1404c06dc886740abb97a1e5bea4343fd281f2089875474/diff:/var/lib/docker/overlay2/e23b0f1ab1ea02a4a882b4f41fd61082f34cbdc33d6c71266317e725aaeee0e3/diff:/var/lib/docker/overlay2/6f3048b572ba1652e3970d72f17887a7993c48b03db28e21bdbf41cc4e7ea3cd/diff:/var/lib/docker/overlay2/1e8bb97d6f544b4ac319d312f2123f3e876cea6edd6a0ce3f866e781f2c84760/diff:/var/lib/docker/overlay2/707e3226ef45e97864ddcf48c345e51c321c62108a0f352584f9c088b2ce2aee/diff:/var/lib/docker/overlay2/1435aef7cdd9a38f325ccfbe6d8f782a72b84529322a2166613a83fb3a5a9744/diff:/var/lib/docker/overlay2/743e08944a5380d3c48d5550037ea1f03a47caf60d1d1012f6b7517ac715ed53/diff:/var/lib/docker/overlay2/338370d443b766b7b260eed4b7b98ae97cd5e0b69ba21c7e94cc8591a8920abd/diff:/var/lib/docker/overlay2/5a8c705f4dc15d7c167669bd725c91a96bd7236937404bf2ae1d868e62b5176c/diff:/var/lib/docker/overlay2/a1a16e8786fb6bb914b7e5f2e8c5be5b7b7f88cda56c8b45e4571fb47f0c1fb1/diff:/var/lib/docker/overlay2/6d476fe10241b7f9d726e43cec2fa12de9180fed9f1fe6a969351af9b9cb6cc3/diff:/var/lib/docker/overlay2/d5e6c291442094d4686134e5ef4695ac728520ad40d5f619312dc9699ce94957/diff:/var/lib/docker/overlay2/412b3427dced91e8f4f0ba40909ec5d779b759ab29c2fea20e7265836ec8cd21/diff:/var/lib/docker/overlay2/df4c16aca387b7cd5e76f9b3aecd2fd5cb69a2d8b42a36b560e6a444a52717b1/diff:/var/lib/docker/overlay2/2b32d1f2a1202b5a365c119230d3895b2058b0c4e3a7b746f0c83e2b76a8baa8/diff:/var/lib/docker/overlay2/1bd45843da1cc85980eeda5db05eaed542211047a5b421d67e2402f046564015/diff:/var/lib/docker/overlay2/7a2b8956f6c83a2338d350db1578a1d12f841aa1360ac1c4b07aba7ad4ba04f3/diff:/var/lib/docker/overlay2/32d7fb8616eac5c124dadbad7eac2acd661cdfb2aa60c846f1c36f01e9bbb328/diff:/var/lib/docker/overlay2/5e49b62ef8b3e4166a5f43ff99b9c66fccd356f61029ea7a5512e36cc875b835/diff:/var/lib/docker/overlay2/3270ef77412d0824227fac855874f38327995be33a8473d3babdfbbcd6f5fdc9/diff:/var/lib/docker/overlay2/4df8ffea1802ce62cd5e7ecbf23d6d220ead18054729a55fc7af963e7cce4205/diff:/var/lib/docker/overlay2/3e74558b7357d1ad4a1e95f6969c8560b87b04c3bcf3cd274ee2fa2d9a27003a/diff:/var/lib/docker/overlay2/54b5c750d660517fc0ebd4106790d904b6344689701b4902f786bb1452a892ee/diff:/var/lib/docker/overlay2/31bfe13761f1f8656afb1eab102a39f99dea43cc6c8ac3e9b55becf77ce59e25/diff:/var/lib/docker/overlay2/563b07cde13995c3c08b5dbff5045a26153df7e57be5cb7ce2a5b935e157d4b3/diff:/var/lib/docker/overlay2/5d6ae09c96ef429efc09df9b72573476fe0f1378f4aa679de8d5ab02274c6ed5/diff:/var/lib/docker/overlay2/79b01791538fcbcf3d163de77643c1f486583a245492996531f5d4a769793abf/diff:/var/lib/docker/overlay2/60e3db6adc58d4aead236b3544d6065d1152e9650bcb06cbea1891c206ac6162/diff:/var/lib/docker/overlay2/5fd186cacc998feaa7df3d8d1b42e0d74bd8bf6b3ad08ba78a122b3798ccb8ad/diff:/var/lib/docker/overlay2/59d17a0c09512550b3c2f96fb5ff433a528773ea62f9eceb05841bc664170e3d/diff:/var/lib/docker/overlay2/5683568da9dd80951b92a32accdcea2cee5061ad1068efdddc677498e8098948/diff:/var/lib/docker/overlay2/d371ab8e111a4963cb8e4f97dfaa544be5f074cc6c2b7445c60ddb7b98e14cc0/diff:/var/lib/docker/overlay2/a9f96e81000d8f6a13973a52e5b02bfc65fc5ca6d709023e8cae34ffb29651b0/diff:/var/lib/docker/overlay2/7f4b9677ca8186dc93164c72514af9a70e095bf29c5ddfb4ba7802b41eedb2d7/diff:/var/lib/docker/overlay2/98ab6aab8a6c8e105be863288c522d74defa9c53ce4b61cff83cbb9c1d91ccc6/diff:/var/lib/docker/overlay2/e6cfdccae7396040fa3de2ab80c38977e9726d794504dda9431801567f7cbb7f/diff:/var/lib/docker/overlay2/a08dd5395868d22554096109134ba4badb589112bdddf1fee3642dc4a95baee4/diff:/var/lib/docker/overlay2/acf08438d57c513600235f568c36ff464e3fb1a45076f661191fa5f2b46f0827/diff:/var/lib/docker/overlay2/4dc8b4c50ed39db623475ad540d49586d3cefbbd3dd9d20e16b12a78979dc50a/diff:/var/lib/docker/overlay2/0189712a555c8e533a6aaa95c6f9290a57e7b899695162140854cd238c373f01/diff:/var/lib/docker/overlay2/ce4dccf0d0abd41ce1a8c4a76c261ec76c2a3408518140e4983c2044c66922bf/diff:/var/lib/docker/overlay2/5d09f180d04427141137b005de2148f98ebdfec8bc37a6f4def87782ff4bfb7b/diff:/var/lib/docker/overlay2/977ffed6c2433851882daa5b85d2b2d6f5904a9b50348ed3bbfb95ed7d3b2dbd/diff:/var/lib/docker/overlay2/00741474a244759265c13e85959d0df2e427d693d86f3e5408d66212ffe45528/diff:/var/lib/docker/overlay2/9fb4c91ea29c34453f7a84fb3b260259da6785ea05d2b5e15fc4e39ed5b74854/diff:/var/lib/docker/overlay2/899a4acd15f4e2b2bda1ecd0084d3aa1206235284ebd3c05d3cd9e429feb8b16/diff:/var/lib/docker/overlay2/bd59faaaffce2d570861d45069d60445549069af32ff159230078c67f3176b64/diff:/var/lib/docker/overlay2/f4bf9a8bddcbf23b3cc27863647ce3b46d9f9b01768ffd9014bb642376084e8e/diff:/var/lib/docker/overlay2/74b23fd45cd9b853bb2f4422e314c5c3c64ebbf81821cdb8aab1dd31d19632bf/diff:/var/lib/docker/overlay2/1cca66139f12ee31b7afab694574c73bd3a86191dacf4769276d4d4c132ebd4f/diff:/var/lib/docker/overlay2/54bbd0f7060bc8aca32a360d9fe699a91115410a1d1aca70345b9007351d6d52/diff:/var/lib/docker/overlay2/112f5f458480a81079b652ea280d3a6812ed98ca384499563fd77ef1a4848964/diff:/var/lib/docker/overlay2/84082bf2e4788b5a8ce2c6f3274bf46989813bd85db69612706dabee30a0f3df/diff:/var/lib/docker/overlay2/b2cd3485ab678fcc1c989aea8c35ec03b5e5879e7c1a8896efa62f63e01c9e35/diff:/var/lib/docker/overlay2/aee48508e201a081c7dd3f417533ba4060199f64175c168bba131e18210c7e2d/diff:/var/lib/docker/overlay2/152f30829b4661e025466607d46d7d39d89812f28079afaa6a82a3606c368091/diff:/var/lib/docker/overlay2/ad5d095a4964cf26b6575d4076f8934f4bbd756ae407f73c81a312c74de9df6a/diff:/var/lib/docker/overlay2/5bbad6a2cea35241cf5ecaf52346413128180b737f7f1e395b046b443e8610e5/diff:/var/lib/docker/overlay2/9115a3a2268d9e72139143344c2fa293368da9844fd09f88a8ffeaa360c05d65/diff:/var/lib/docker/overlay2/57fa70ad459d89d3e838797b43c3881f4bc66bd9c40a26d34ea9dee2e2ad2250/diff:/var/lib/docker/overlay2/7105a0fa16cb548e0954f2aa897d7cccb0cb84baa75494165d789aa39e8df017/diff:/var/lib/docker/overlay2/c8e0711188c8026bfe6a2fb6354c8d980aecf8b12d566ada9c67b8b46e7b9807/diff:/var/lib/docker/overlay2/c5363b11f9c691b0e11c67abac5e379db6a56349fe329fe58cd29d0b208100e1/diff","MergedDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/merged","UpperDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/diff","WorkDir":"/var/lib/docker/overlay2/151738039f238140444a3d64b268b0b11f968c2380d1227a13fb11f53a300d7d/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af","sha256:e1dcc98ea01a5624f563e245e0d9a2fd86573c7c951b750bbecc7802203115b0","sha256:5d0e5f2a10c9c2baeb5e1e15a363f716488f314ee96d8926f49fe87422c1108b","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:a717541e0ef078af940b09e7fe6f3417f2e34a00a736e716e175d083876cb3d2","sha256:cd91024e6c8fc6c4b90dfae6a70a20b5ff5132e597331d3ef0ec7bfdf195050b","sha256:09317ae0d9139d87f9bcfca44cf8995901f7702d5a2cdfbe23086a036dc86d05","sha256:7b56559b14d32c110ce551245a75f6f35638c45c50e7d7f38fa0b8cd15502450","sha256:16d7bd74deecd1a3f820c9101c1379df353b155dcaf14d9fa44eb949814d3ba5","sha256:8213569454472636160a04c88c7187282c2eb93f771265910d22a8c5809c1236","sha256:4bf672c07a49118ad2510d2cab894c4105e321dd699fcf0031a1d582609444c4","sha256:f9d0e615aa0207a6982fc16dcd15ac2ac5b3f0dee23bd68be262fe5dcbaaff94","sha256:4711f628c63aeb5cc0473caa627aa249fed62b4615838a7f7d0cef17a101062c","sha256:1b0c32c8eae94c8286608cddd265145dda5d2bdf2577c8e189f8a373557a038d","sha256:75416f25bb6aab4715abbf51e98d706469db81b488b6b0f86924b5af8fdd7915","sha256:a2d3b5a9346dafff67d5f61ed478899f45c6e38aa6cb9b4b9d340e5f95b79a4c","sha256:7bb8f6cee9263e95ad8c8eb961ed9a0f84f5caca3d18d58d730cfa9085c5ec74","sha256:9363dc56d4d711a659254818e8453f85dd4461a61ef3364626d2c47c7b108ee1","sha256:47cfb2c38c476610dc9128f780a3c95cfbe26a4b250951cdb37d1abd81296400","sha256:f69cb5678222b5c48a7bb4106ad723a2ce04d39376336dbd2d7d29a463fcb423","sha256:0d9a2560bed1904474329425f6141435dbd993fc3e32753f43e98541f9e2e975","sha256:93e312ab66c6aa14678d41a1bf8b4655bb81a547b549095785f674ea5c07ff3f","sha256:9a80974f4cd16be70a6989cb3ac46a31b05241499ea599a9485e44ec8cfa66ac","sha256:236a45fe07feaf186f1788b9c5e3cabaa90dcb0191950fe45d93c4e6579b477f","sha256:efd4012bce2669ec21dfa0b8b85275a8c13e3e7f8e0b55ef8decff45f24e4456","sha256:25930ffc5bd5759226e008e6e19661b51bca35428306bc00c8e4a1d228547a70","sha256:043102120c246c074bde9e34435affd4140e943d4a099598f3229322bfed92cc","sha256:b27069e0245e1eec3266f8cb8d37c304046539ab4ed8496f343f0f6ecf3a187e","sha256:fa71b33fda9bacbe953f6c50409bac793910ba15732f4f111c75f5a6dbfb34d3","sha256:62fb0b2085bb49a39a95cbcc56d735cb05b7d3570fc2c86bc6f618d39645fee2","sha256:4751258c69d1272e20731dd42188b2d11803c4e75c60ae9bed28d79b491aae5e","sha256:30375c5e7787cc8d84e5aec2f0f602af36b862033c034d770537f525f0bea7b4","sha256:efebe329f83db1dcbef3b06820bd4bebadeb3fb64d83a48c2f51c9e3c88a08c3","sha256:77dea92c99bd8f4d744937168d7c5be62d829c32dd8723c56b06ca0c77343efb","sha256:2b25322e43ae8b3b82df650978242d1a6657c3d4dfa012dedcabb4c37789e9f0","sha256:ed525541e7a0ac86000ab8ef9dca679d18881eb2f4d54e240310b35cab5eb97a","sha256:41e6e26d40f3a440856c3edb48eb1204a62fefe0903d98d26cbf96957e52f66b","sha256:10f0a34d2257a427925d0310211f62e2fc0ee3b9a157b5295723e9d303f308ac","sha256:c2f82f270562b65063748fe49314858da4436efd65dcae1d87f2cbc08296c548","sha256:8094bbd01580fa404fda40cc70e620cbe2a95fb019519985b3e04d8538478761","sha256:78fbff01ba444ef4a1e39c56a8e27c273677053dee51d46b033acac816390e62","sha256:798c178fe2ad188fbf6dd8d7c98916d340ab1817796aa45a6ac765b8940990e0","sha256:b6c8849fa35b248be074cd982660284a24748bb36c7c361a359f8892032c4fed","sha256:620c751b801ccdde8be1e9b307345cfaace3547b7c9a220ce82a6fd7b96dc686","sha256:18f3cd93b4a2add15111d4003b1e01976df0c3817dbbdff74e87a456efbc82b2","sha256:e73b4291290fdeff99b20fbb347f5c90bd8b4695f61a63ac95ba1da3dad2e7ec","sha256:6ec94d5f154fde093279c830ad98871016036891d61eb4701d48cb06dd496c29","sha256:2666a9db2ac7fffd93b083e09f0d3f3e89ba1d63870ed5ff8383454af7d01dad","sha256:992fa05776c52a981ea4386243d16c14fcf0e0034cc828ddab2392392cce072b","sha256:15094846fed251a6461d91880037f26ccb4d6009391619c66b6d38d684c0ff1f","sha256:4898c17387777e8f98af1e1521d6028204cf998bd599d682b19c6654e014443e","sha256:257f878440f64012d1233079d8f64fa4e1f4e59ec6a4454c751da576fc4a0feb","sha256:e82889d6d074647aa0a0dac5b51a4cc0177b0d2bc921ca1448e12515eb01450c","sha256:a728d90b60065f180ae85228377f3bd9b2decb20cc344a298567518d3869c018","sha256:4314b25757225b737781c497aa30f9a3a6a56ddfca2982ccca9ce0d4a5400e5f","sha256:eaab4fac70ea8afa1d71d12c0b45359f24d3b0556f77f0c776d497ea61be6b11","sha256:45a0a520c681ba6646ed2a0f63f2219f9005a8ad24abe848944901fb63f326fa","sha256:0ee00c574451aca76f33a98c6ce34cb38c4200b91fbe2d8a9e98f4b388aa16a1","sha256:50af7ad9c68162b45b06fbb4b1864922113151ce352b5af33853ffd881c6d033","sha256:d50767f8aadb446aa208346f69816fc4c9b795a0e5d6afba37838257b9793285","sha256:f020af78df8aaaa276241ee567647ca6f6513014feac840804c7696484093b86","sha256:df16e5a9805cc817257a85baed386613f34bd20c4cf72242ae1726ace1c74dd5","sha256:74d34320db8bc3631895b2d1500d69bad90d6b431e92759696328c05523b57b1","sha256:e4fd6a034ebd37dd2e014e8472e5fcebc105e6bf0b72a9ba6ecac2a4af24596f","sha256:0ea236fe07b301c23a4bade7b21f4eadf812dc9168208428ef87420ec4d0d2d6","sha256:b235ba5e5fa84daf86fc408ce99911ae858783f210521f8cc7e396c05a835d37","sha256:1f480cd1063c99eeb6ea563941b2cd7e06e14705a7726753a4c443dbb1e912c0","sha256:e61cc57a6b181abfa62ad21706bba0f4fc16be5f9e50cd5c39d1bf58916a4322","sha256:2feb680bab12d1436fc049731cd00bf923cd791f635e28a4b8a455966e249a40","sha256:9ac9d0eb434127cbac17d5af30f64170742c90bfce44e2aed8b0317552aac9f0","sha256:13f8c35e46add8222603831ef8c873c8c66bfd570c9811dead6bf083ca87c463","sha256:e2e88d4cfd19cf85b7690b32bab8fef2cc08221142d5e566b9685079e3645f96","sha256:aff8c12ee029d8e4f1b4891a1d3cd58e9d75dd64f1ca5e492761ae041bbe00c6","sha256:45707ef2e5d9a147263816b6cff41729f0a0e35b2b0cfc4013adb9bd8d2cfea7","sha256:ad9ce1fd8fa2e7124e434afd06581310b28e56a72d05df7e40336f20e32b3716","sha256:088a9c6b5f726362b79c25ffddba57cbfff47bf852f7597795b4315c147e9ea2","sha256:be9bd9ea5e8b0bb53abf642cbc1bd583df82ac4a31ebc20b9d1d9fdbb4ebdd39","sha256:b1bde3095cf46bcd9e8f8f412a0c64d592203bcc5deb71b44d339b107625d11c","sha256:1203087ec9fd8026408afc99cbe60e66bd343ad0b352d8ef802df1c5b9d534d8","sha256:d9dcfcef02ea7e36a2438e746cd4613dace3bb80df79cf49334e855a0efff11d","sha256:d272d483e3a48554a7c1d4d374d815e68b5a20c3c298ac7fcd3683e59b0ee129","sha256:f42a1f30abd7e6cd933f04ae5709bc87f8a464a097972a03635e90cee0abdebd","sha256:ff1fb171820804c6c00b3e5424601c0ffd4f3aca47abcbaeccf0fcd93fac9be9","sha256:5fbc3486244e71e9b74990ebe670a4efa74f6c8452ceabd1388e4b9a30463c0c","sha256:4c828e8f2a31ae066de1da05489b94f5aa421f6e747d9260470779180a1c69a9","sha256:5350758551f60da70cd590c5f799454667f50aec6e8ca41d232a6e0ac9b55c93","sha256:5727f29f703ccfc0ec45b88bbf64c80ebd4637839495c128523844729ecc3c84","sha256:609f27040556f3f83b5eac9cc6c24d03330d9c2830872498d21563000432038d","sha256:08b2961b9bdcce45059b63d5bf2afd3ee60e055efc62b3a46482721b3e354afa","sha256:fe378b6e5d6ed6ec64083ba6a905b4aa38523c93bf2776f15acf338fd1c1ac93","sha256:cdc783989a184433e909c3a76b7bdb988ffbcb5fa09b7f1aa56b23f39e744943","sha256:36cc67f9bbb65f84857ad786581524ee17939cdfe0a6e2d2ed406120c8655e7b","sha256:69fdc22adb8108c2af5da3664ff65ef3b6220b32bf9ec9b740f5660205a37b87","sha256:bffe794482999c1b67b32e8531702a1653c0e68fd455dc719554e6fbd2f6279b","sha256:ba99eabc2d671773ee478e090fc10c16bfe63b18f488b320069951b668d0b479","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:10c187d2baadb7eece285c7392d79bf90177a51e547618cc9f57bda43f379829","sha256:cdf37ff3444b13cf65eceedfa5de6241d29f92908d7fc4de50d000e93c39712d","sha256:d639a9f97824198210dc3b1247ceeaaa540db24a17cb20e18d068cdcd55c589a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}} headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: "" form: {} - headers: - Content-Type: - - text/plain - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/sha256:47765944e4c055695ef2f8b39234d96d43834ae00c757762e952cb71809809fe/tag?repo=pack.local%2Fbuilder%2F11111111111111111111&tag=latest + headers: {} + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/sha256:8ee9eebded8df366c1c4ebee8af7b73e46dfd3dd7850ac8e55232fe40b6135bc/tag?repo=pack.local%2Fbuilder%2F11111111111111111111&tag=latest method: POST response: body: "" headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "0" Date: - - Wed, 08 Nov 2023 12:44:11 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 201 Created code: 201 duration: "" - request: body: | - {"Id":"3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6","Warnings":[]} + {"Id":"5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0","Warnings":[]} form: {} headers: Content-Type: - application/json - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/create + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/create method: POST response: body: | - {"Id":"3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6","Warnings":[]} + {"Id":"5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0","Warnings":[]} headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "88" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:12 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 201 Created code: 201 duration: "" @@ -517,21 +3137,23 @@ interactions: headers: Content-Type: - text/plain - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6/archive?noOverwriteDirNonDir=true&path=%2F + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0/archive?noOverwriteDirNonDir=true&path=%2F method: PUT response: body: "" headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "0" Date: - - Wed, 08 Nov 2023 12:44:12 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" @@ -541,148 +3163,167 @@ interactions: headers: Content-Type: - text/plain - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6/archive?noOverwriteDirNonDir=true&path=%2F + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0/archive?noOverwriteDirNonDir=true&path=%2F method: PUT response: body: "" headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "0" Date: - - Wed, 08 Nov 2023 12:44:12 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: body: "" form: {} - headers: - Content-Type: - - text/plain - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6/start + headers: {} + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0/start method: POST response: body: "" headers: Api-Version: - - "1.41" + - "1.45" Date: - - Wed, 08 Nov 2023 12:44:13 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 204 No Content code: 204 duration: "" - request: body: !!binary | - AQAAAAAAABgbWzM2bT09PT4gQU5BTFlaSU5HG1swbQoBAAAAAAAAhEltYWdlIHdpdGggbm - FtZSAicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licGV1d3ky - bGZtL2NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdCIgbm90IGZvdW5kChtbMzZtPT09Pi - BERVRFQ1RJTkcbWzBtCgEAAAAAAATtPT09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRw - YWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4wLjEwID09PT09PT09CmNvdWxkIG5vdCBmaW5kIH - NjcmlwdChzKSBbYnVpbGRdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRw - YWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4wLjEwICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2 - V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAxLjAuMTAgPT09PT09PT0KY291bGQg - bm90IGZpbmQgc2NyaXB0KHMpIFtidWlsZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2 - V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAxLjAuMTAgKDEpCj09PT09PT09IE91 - dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDEuMC4xMCA9PT09PT - 09PQpjb3VsZCBub3QgZmluZCBzY3JpcHQocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24K - ZXJyOiAgcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDEuMC4xMCAoMSkKPT - 09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4w - LjEwID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBhY2 - thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4w - LjEwICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLX - NjcmlwdEAxLjAuMTAgPT09PT09PT0KY291bGQgbm90IGZpbmQgc2NyaXB0KHMpIFtidWls - ZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLX - NjcmlwdEAxLjAuMTAgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mv - bm9kZS1ydW4tc2NyaXB0QDEuMC4xMCA9PT09PT09PQpjb3VsZCBub3QgZmluZCBzY3JpcH - QocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24KZXJyOiAgcGFrZXRvLWJ1aWxkcGFja3Mv - bm9kZS1ydW4tc2NyaXB0QDEuMC4xMCAoMSkKNSBvZiAxMSBidWlsZHBhY2tzIHBhcnRpY2 - lwYXRpbmcKcGFrZXRvLWJ1aWxkcGFja3MvY2EtY2VydGlmaWNhdGVzIDMuNi4yCnBha2V0 - by1idWlsZHBhY2tzL25vZGUtZW5naW5lICAgICAxLjYuMApwYWtldG8tYnVpbGRwYWNrcy - 9ucG0taW5zdGFsbCAgICAgMS4xLjQKcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1zdGFydCAg - ICAgIDEuMC4xMQpwYWtldG8tYnVpbGRwYWNrcy9ucG0tc3RhcnQgICAgICAgMS4wLjExCh - tbMzZtPT09PiBSRVNUT1JJTkcbWzBtCgEAAAAAAAAXG1szNm09PT0+IEJVSUxESU5HG1sw - bQoBAAAAAAAAjxtbMzRtG1swbQobWzM0bRtbMW1QYWtldG8gQnVpbGRwYWNrIGZvciBDQS - BDZXJ0aWZpY2F0ZXMbWzBtG1szNG0gMy42LjIbWzBtCiAgG1szNDsyOzNtaHR0cHM6Ly9n - aXRodWIuY29tL3Bha2V0by1idWlsZHBhY2tzL2NhLWNlcnRpZmljYXRlcxtbMG0KAQAAAA - AAADkgIBtbMzRtTGF1bmNoIEhlbHBlchtbMG06IBtbMzNtQ29udHJpYnV0aW5nG1swbSB0 - byBsYXllcgoBAAAAAAAAZBtbMm0gICAgQ3JlYXRpbmcgL2xheWVycy9wYWtldG8tYnVpbG - RwYWNrc19jYS1jZXJ0aWZpY2F0ZXMvaGVscGVyL2V4ZWMuZC9jYS1jZXJ0aWZpY2F0ZXMt - aGVscGVyG1swbQoBAAAAAAAAp1Bha2V0byBCdWlsZHBhY2sgZm9yIE5vZGUgRW5naW5lID - EuNi4wCiAgUmVzb2x2aW5nIE5vZGUgRW5naW5lIHZlcnNpb24KICAgIENhbmRpZGF0ZSB2 - ZXJzaW9uIHNvdXJjZXMgKGluIHByaW9yaXR5IG9yZGVyKToKICAgICAgICAgICAgICAgIC - 0+ICIiCiAgICAgIDx1bmtub3duPiAtPiAiIgoKAQAAAAAAAE4gICAgU2VsZWN0ZWQgTm9k - ZSBFbmdpbmUgdmVyc2lvbiAodXNpbmcgKTogMTguMTYuMQoKICBFeGVjdXRpbmcgYnVpbG - QgcHJvY2VzcwoBAAAAAAAAIyAgICBJbnN0YWxsaW5nIE5vZGUgRW5naW5lIDE4LjE2LjEK - AQAAAAAAAHIgICAgICBDb21wbGV0ZWQgaW4gNS4yNXMKCiAgR2VuZXJhdGluZyBTQk9NIG - ZvciAvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2tzX25vZGUtZW5naW5lL25vZGUKICAgICAg - Q29tcGxldGVkIGluIDBzCgoBAAAAAAACQiAgQ29uZmlndXJpbmcgYnVpbGQgZW52aXJvbm - 1lbnQKICAgIE5PREVfRU5WICAgICAtPiAicHJvZHVjdGlvbiIKICAgIE5PREVfSE9NRSAg - ICAtPiAiL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ub2RlLWVuZ2luZS9ub2RlIgogIC - AgTk9ERV9PUFRJT05TIC0+ICItLXVzZS1vcGVuc3NsLWNhIgogICAgTk9ERV9WRVJCT1NF - IC0+ICJmYWxzZSIKCiAgQ29uZmlndXJpbmcgbGF1bmNoIGVudmlyb25tZW50CiAgICBOT0 - RFX0VOViAgICAgLT4gInByb2R1Y3Rpb24iCiAgICBOT0RFX0hPTUUgICAgLT4gIi9sYXll - cnMvcGFrZXRvLWJ1aWxkcGFja3Nfbm9kZS1lbmdpbmUvbm9kZSIKICAgIE5PREVfT1BUSU - 9OUyAtPiAiLS11c2Utb3BlbnNzbC1jYSIKICAgIE5PREVfVkVSQk9TRSAtPiAiZmFsc2Ui - CgogICAgV3JpdGluZyBleGVjLmQvMC1vcHRpbWl6ZS1tZW1vcnkKICAgICAgQ2FsY3VsYX - RlcyBhdmFpbGFibGUgbWVtb3J5IGJhc2VkIG9uIGNvbnRhaW5lciBsaW1pdHMgYXQgbGF1 - bmNoIHRpbWUuCiAgICAgIE1hZGUgYXZhaWxhYmxlIGluIHRoZSBNRU1PUllfQVZBSUxBQk - xFIGVudmlyb25tZW50IHZhcmlhYmxlLgoKAQAAAAAAAEhQYWtldG8gQnVpbGRwYWNrIGZv - ciBOUE0gSW5zdGFsbCAxLjEuNAogIFJlc29sdmluZyBpbnN0YWxsYXRpb24gcHJvY2Vzcw - oBAAAAAAAAsCAgICBQcm9jZXNzIGlucHV0czoKICAgICAgbm9kZV9tb2R1bGVzICAgICAg - LT4gIk5vdCBmb3VuZCIKICAgICAgbnBtLWNhY2hlICAgICAgICAgLT4gIk5vdCBmb3VuZC - IKICAgICAgcGFja2FnZS1sb2NrLmpzb24gLT4gIkZvdW5kIgoKICAgIFNlbGVjdGVkIE5Q - TSBidWlsZCBwcm9jZXNzOiAnbnBtIGNpJwoKAQAAAAAAAC8gIEV4ZWN1dGluZyBsYXVuY2 - ggZW52aXJvbm1lbnQgaW5zdGFsbCBwcm9jZXNzCgEAAAAAAABbICAgIFJ1bm5pbmcgJ25w - bSBjaSAtLXVuc2FmZS1wZXJtIC0tY2FjaGUgL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc1 - 9ucG0taW5zdGFsbC9ucG0tY2FjaGUnCgEAAAAAAAA+ICAgICAgCiAgICAgIGFkZGVkIDU3 - IHBhY2thZ2VzLCBhbmQgYXVkaXRlZCA1OCBwYWNrYWdlcyBpbiAzcwoBAAAAAAAAUyAgIC - AgIAogICAgICA3IHBhY2thZ2VzIGFyZSBsb29raW5nIGZvciBmdW5kaW5nCiAgICAgICAg - cnVuIGBucG0gZnVuZGAgZm9yIGRldGFpbHMKAQAAAAAAACUgICAgICAKICAgICAgZm91bm - QgMCB2dWxuZXJhYmlsaXRpZXMKAQAAAAAAAT0gICAgICBDb21wbGV0ZWQgaW4gMy44Nzhz - CgogIENvbmZpZ3VyaW5nIGxhdW5jaCBlbnZpcm9ubWVudAogICAgTk9ERV9QUk9KRUNUX1 - BBVEggICAtPiAiL3dvcmtzcGFjZSIKICAgIE5QTV9DT05GSUdfTE9HTEVWRUwgLT4gImVy - cm9yIgogICAgUEFUSCAgICAgICAgICAgICAgICAtPiAiJFBBVEg6L2xheWVycy9wYWtldG - 8tYnVpbGRwYWNrc19ucG0taW5zdGFsbC9sYXVuY2gtbW9kdWxlcy9ub2RlX21vZHVsZXMv - LmJpbiIKCiAgR2VuZXJhdGluZyBTQk9NIGZvciAvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2 - tzX25wbS1pbnN0YWxsL2xhdW5jaC1tb2R1bGVzCgEAAAAAAAAaICAgICAgQ29tcGxldGVk - IGluIDExMW1zCgoBAAAAAAAAAQoBAAAAAAAAZ1Bha2V0byBCdWlsZHBhY2sgZm9yIE5vZG - UgU3RhcnQgMS4wLjExCiAgQXNzaWduaW5nIGxhdW5jaCBwcm9jZXNzZXM6CiAgICB3ZWIg - KGRlZmF1bHQpOiBub2RlIGluZGV4LmpzCgoBAAAAAAAAb1Bha2V0byBCdWlsZHBhY2sgZm - 9yIE5QTSBTdGFydCAxLjAuMTEKICBBc3NpZ25pbmcgbGF1bmNoIHByb2Nlc3NlczoKICAg - IHdlYiAoZGVmYXVsdCk6IHNoIC93b3Jrc3BhY2Uvc3RhcnQuc2gKCgEAAAAAAAAYG1szNm - 09PT0+IEVYUE9SVElORxtbMG0KAQAAAAAAADhBZGRpbmcgbGF5ZXIgJ3Bha2V0by1idWls - ZHBhY2tzL2NhLWNlcnRpZmljYXRlczpoZWxwZXInCgEAAAAAAAAyQWRkaW5nIGxheWVyIC - dwYWtldG8tYnVpbGRwYWNrcy9ub2RlLWVuZ2luZTpub2RlJwoBAAAAAAAAPEFkZGluZyBs - YXllciAncGFrZXRvLWJ1aWxkcGFja3MvbnBtLWluc3RhbGw6bGF1bmNoLW1vZHVsZXMnCg - EAAAAAAAAyQWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaC5z - Ym9tJwoBAAAAAAAAGEFkZGluZyAxLzEgYXBwIGxheWVyKHMpCgEAAAAAAAAvQWRkaW5nIG - xheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaGVyJwoBAAAAAAAALUFkZGlu - ZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZTpjb25maWcnCgEAAAAAAAA0QWRkaW - 5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOnByb2Nlc3MtdHlwZXMnCgEAAAAA - AAAwQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLmxpZmVjeWNsZS5tZXRhZGF0YScKAQ - AAAAAAANdBZGRpbmcgbGFiZWwgJ2lvLmJ1aWxkcGFja3MuYnVpbGQubWV0YWRhdGEnCkFk - ZGluZyBsYWJlbCAnaW8uYnVpbGRwYWNrcy5wcm9qZWN0Lm1ldGFkYXRhJwpTZXR0aW5nIG - RlZmF1bHQgcHJvY2VzcyB0eXBlICd3ZWInClNhdmluZyByZy5mci1wYXIuc2N3LmNsb3Vk - L2Z1bmNzY3djbGl0Y3RucmRlcGxveWJwZXV3eTJsZm0vY2xpLXQtY3Ruci1kZXBsb3ktYn - A6bGF0ZXN0Li4uCgEAAAAAAABxKioqIEltYWdlcyAoYzNiMGRlMGI3NmFmKToKICAgICAg - cmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licGV1d3kybGZtL2 - NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdAoBAAAAAAAAOEFkZGluZyBjYWNoZSBsYXll - ciAncGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD1BZGRpbm - cgY2FjaGUgbGF5ZXIgJ3Bha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YWxsOm5wbS1jYWNo - ZScKAQAAAAAAADdBZGRpbmcgY2FjaGUgbGF5ZXIgJ2J1aWxkcGFja3Npby9saWZlY3ljbG - U6Y2FjaGUuc2JvbScK + AQAAAAAAABgbWzM2bT09PT4gQU5BTFlaSU5HG1swbQoBAAAAAAAAbEltYWdlIHdpdGggbm + FtZSAicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licHhvdmZu + dWpkL2NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdCIgbm90IGZvdW5kCgEAAAAAAAAYG1 + szNm09PT0+IERFVEVDVElORxtbMG0KAQAAAAAAAEp0YXJnZXQgZGlzdHJvIG5hbWUvdmVy + c2lvbiBsYWJlbHMgbm90IGZvdW5kLCByZWFkaW5nIC9ldGMvb3MtcmVsZWFzZSBmaWxlCg + EAAAAAAAJpPT09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4wLjExID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbG + RdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4wLjExICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2V0by1idWlsZHBhY2tzL2 + 5vZGUtcnVuLXNjcmlwdEAyLjAuMTEgPT09PT09PT0KY291bGQgbm90IGZpbmQgc2NyaXB0 + KHMpIFtidWlsZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2V0by1idWlsZHBhY2tzL2 + 5vZGUtcnVuLXNjcmlwdEAyLjAuMTEgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1 + aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDIuMC4xMSA9PT09PT09PQpjb3VsZCBub3QgZm + luZCBzY3JpcHQocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24KZXJyOiAgcGFrZXRvLWJ1 + aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDIuMC4xMSAoMSkKPT09PT09PT0gT3V0cHV0Oi + BwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMi4wLjExID09PT09PT09CmNv + dWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBhY2thZ2UuanNvbgoBAAAAAA + ACaGVycjogIHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAyLjAuMTEgKDEp + Cj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QD + IuMS4wID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBh + Y2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMi + 4xLjAgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4t + c2NyaXB0QDIuMS4wID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbG + RdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4xLjAgKDEpCjUgb2YgMTAgYnVpbGRwYWNrcyBwYXJ0aWNpcGF0aW5nCnBha2 + V0by1idWlsZHBhY2tzL2NhLWNlcnRpZmljYXRlcyAzLjEwLjEKcGFrZXRvLWJ1aWxkcGFj + a3Mvbm9kZS1lbmdpbmUgICAgIDUuNC40CnBha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YW + xsICAgICAxLjkuMApwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXN0YXJ0ICAgICAgMi4yLjAK + cGFrZXRvLWJ1aWxkcGFja3MvbnBtLXN0YXJ0ICAgICAgIDIuMS4xNAoBAAAAAAAAGBtbMz + ZtPT09PiBSRVNUT1JJTkcbWzBtCgEAAAAAAABhG1szNm09PT0+IEJVSUxESU5HG1swbQp0 + YXJnZXQgZGlzdHJvIG5hbWUvdmVyc2lvbiBsYWJlbHMgbm90IGZvdW5kLCByZWFkaW5nIC + 9ldGMvb3MtcmVsZWFzZSBmaWxlCgEAAAAAAAH4G1szNG0bWzBtChtbMzRtG1sxbVBha2V0 + byBCdWlsZHBhY2sgZm9yIENBIENlcnRpZmljYXRlcxtbMG0bWzM0bSAzLjEwLjEbWzBtCi + AgG1szNDsyOzNtaHR0cHM6Ly9naXRodWIuY29tL3Bha2V0by1idWlsZHBhY2tzL2NhLWNl + cnRpZmljYXRlcxtbMG0KICAbWzJtQnVpbGQgQ29uZmlndXJhdGlvbjobWzBtChtbMm0gIC + AgJEJQX0VNQkVEX0NFUlRTICAgICAgICAgICAgICAgICAgICBmYWxzZSAgRW1iZWQgY2Vy + dGlmaWNhdGVzIGludG8gdGhlIGltYWdlG1swbQobWzJtICAgICRCUF9FTkFCTEVfUlVOVE + lNRV9DRVJUX0JJTkRJTkcgICAgdHJ1ZSAgIERlcHJlY2F0ZWQ6IEVuYWJsZS9kaXNhYmxl + IGNlcnRpZmljYXRlIGhlbHBlciBsYXllciB0byBhZGQgY2VydHMgYXQgcnVudGltZRtbMG + 0KG1sybSAgICAkQlBfUlVOVElNRV9DRVJUX0JJTkRJTkdfRElTQUJMRUQgIGZhbHNlICBE + aXNhYmxlIGNlcnRpZmljYXRlIGhlbHBlciBsYXllciB0byBhZGQgY2VydHMgYXQgcnVudG + ltZRtbMG0KAQAAAAAAADkgIBtbMzRtTGF1bmNoIEhlbHBlchtbMG06IBtbMzNtQ29udHJp + YnV0aW5nG1swbSB0byBsYXllcgoBAAAAAAAAZBtbMm0gICAgQ3JlYXRpbmcgL2xheWVycy + 9wYWtldG8tYnVpbGRwYWNrc19jYS1jZXJ0aWZpY2F0ZXMvaGVscGVyL2V4ZWMuZC9jYS1j + ZXJ0aWZpY2F0ZXMtaGVscGVyG1swbQoBAAAAAAAAp1Bha2V0byBCdWlsZHBhY2sgZm9yIE + 5vZGUgRW5naW5lIDUuNC40CiAgUmVzb2x2aW5nIE5vZGUgRW5naW5lIHZlcnNpb24KICAg + IENhbmRpZGF0ZSB2ZXJzaW9uIHNvdXJjZXMgKGluIHByaW9yaXR5IG9yZGVyKToKICAgIC + AgICAgICAgICAgIC0+ICIiCiAgICAgIDx1bmtub3duPiAtPiAiIgoKAQAAAAAAAE4gICAg + U2VsZWN0ZWQgTm9kZSBFbmdpbmUgdmVyc2lvbiAodXNpbmcgKTogMjAuMTkuMAoKICBFeG + VjdXRpbmcgYnVpbGQgcHJvY2VzcwoBAAAAAAAAIyAgICBJbnN0YWxsaW5nIE5vZGUgRW5n + aW5lIDIwLjE5LjAKAQAAAAAAAHMgICAgICBDb21wbGV0ZWQgaW4gOC45NTFzCgogIEdlbm + VyYXRpbmcgU0JPTSBmb3IgL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ub2RlLWVuZ2lu + ZS9ub2RlCiAgICAgIENvbXBsZXRlZCBpbiAwcwoKAQAAAAAAAY0gIENvbmZpZ3VyaW5nIG + J1aWxkIGVudmlyb25tZW50CiAgICBOT0RFX0VOViAgICAgLT4gInByb2R1Y3Rpb24iCiAg + ICBOT0RFX0hPTUUgICAgLT4gIi9sYXllcnMvcGFrZXRvLWJ1aWxkcGFja3Nfbm9kZS1lbm + dpbmUvbm9kZSIKICAgIE5PREVfT1BUSU9OUyAtPiAiLS11c2Utb3BlbnNzbC1jYSIKICAg + IE5PREVfVkVSQk9TRSAtPiAiZmFsc2UiCgogIENvbmZpZ3VyaW5nIGxhdW5jaCBlbnZpcm + 9ubWVudAogICAgTk9ERV9FTlYgICAgIC0+ICJwcm9kdWN0aW9uIgogICAgTk9ERV9IT01F + ICAgIC0+ICIvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2tzX25vZGUtZW5naW5lL25vZGUiCi + AgICBOT0RFX09QVElPTlMgLT4gIi0tdXNlLW9wZW5zc2wtY2EiCiAgICBOT0RFX1ZFUkJP + U0UgLT4gImZhbHNlIgoKAQAAAAAAAHEgICAgV3JpdGluZyBleGVjLmQvMC1vcHRpbWl6ZS + 1tZW1vcnkKICAgICAgQ2FsY3VsYXRlcyBhdmFpbGFibGUgbWVtb3J5IGJhc2VkIG9uIGNv + bnRhaW5lciBsaW1pdHMgYXQgbGF1bmNoIHRpbWUuCgEAAAAAAABjICAgICAgTWFkZSBhdm + FpbGFibGUgaW4gdGhlIE1FTU9SWV9BVkFJTEFCTEUgZW52aXJvbm1lbnQgdmFyaWFibGUu + CiAgICBXcml0aW5nIGV4ZWMuZC8xLWluc3BlY3RvcgoKAQAAAAAAAPhQYWtldG8gQnVpbG + RwYWNrIGZvciBOUE0gSW5zdGFsbCAxLjkuMAogIFJlc29sdmluZyBpbnN0YWxsYXRpb24g + cHJvY2VzcwogICAgUHJvY2VzcyBpbnB1dHM6CiAgICAgIG5vZGVfbW9kdWxlcyAgICAgIC + 0+ICJOb3QgZm91bmQiCiAgICAgIG5wbS1jYWNoZSAgICAgICAgIC0+ICJOb3QgZm91bmQi + CiAgICAgIHBhY2thZ2UtbG9jay5qc29uIC0+ICJGb3VuZCIKCiAgICBTZWxlY3RlZCBOUE + 0gYnVpbGQgcHJvY2VzczogJ25wbSBjaScKCgEAAAAAAAAvICBFeGVjdXRpbmcgbGF1bmNo + IGVudmlyb25tZW50IGluc3RhbGwgcHJvY2VzcwoBAAAAAAAAWyAgICBSdW5uaW5nICducG + 0gY2kgLS11bnNhZmUtcGVybSAtLWNhY2hlIC9sYXllcnMvcGFrZXRvLWJ1aWxkcGFja3Nf + bnBtLWluc3RhbGwvbnBtLWNhY2hlJwoBAAAAAAAAkSAgICAgIAogICAgICBhZGRlZCA1Ny + BwYWNrYWdlcywgYW5kIGF1ZGl0ZWQgNTggcGFja2FnZXMgaW4gMnMKICAgICAgCiAgICAg + IDcgcGFja2FnZXMgYXJlIGxvb2tpbmcgZm9yIGZ1bmRpbmcKICAgICAgICBydW4gYG5wbS + BmdW5kYCBmb3IgZGV0YWlscwoBAAAAAAAAmCAgICAgIAogICAgICA2IHZ1bG5lcmFiaWxp + dGllcyAoMyBsb3csIDMgaGlnaCkKICAgICAgCiAgICAgIFRvIGFkZHJlc3MgYWxsIGlzc3 + VlcywgcnVuOgogICAgICAgIG5wbSBhdWRpdCBmaXgKICAgICAgCiAgICAgIFJ1biBgbnBt + IGF1ZGl0YCBmb3IgZGV0YWlscy4KAQAAAAAAAO4gICAgICBucG0gbm90aWNlCiAgICAgIG + 5wbSBub3RpY2UgTmV3IG1ham9yIHZlcnNpb24gb2YgbnBtIGF2YWlsYWJsZSEgMTAuOC4y + IC0+IDExLjMuMAogICAgICBucG0gbm90aWNlIENoYW5nZWxvZzogaHR0cHM6Ly9naXRodW + IuY29tL25wbS9jbGkvcmVsZWFzZXMvdGFnL3YxMS4zLjAKICAgICAgbnBtIG5vdGljZSBU + byB1cGRhdGUgcnVuOiBucG0gaW5zdGFsbCAtZyBucG1AMTEuMy4wCiAgICAgIG5wbSBub3 + RpY2UKAQAAAAAAAYogICAgICBDb21wbGV0ZWQgaW4gMy4zMThzCgogIENvbmZpZ3VyaW5n + IGxhdW5jaCBlbnZpcm9ubWVudAogICAgTk9ERV9QUk9KRUNUX1BBVEggICAtPiAiL3dvcm + tzcGFjZSIKICAgIE5QTV9DT05GSUdfTE9HTEVWRUwgLT4gImVycm9yIgogICAgUEFUSCAg + ICAgICAgICAgICAgICAtPiAiL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ucG0taW5zdG + FsbC9sYXVuY2gtbW9kdWxlcy9ub2RlX21vZHVsZXMvLmJpbl9sb2NhbDokUEFUSDovbGF5 + ZXJzL3Bha2V0by1idWlsZHBhY2tzX25wbS1pbnN0YWxsL2xhdW5jaC1tb2R1bGVzL25vZG + VfbW9kdWxlcy8uYmluIgoKICBHZW5lcmF0aW5nIFNCT00gZm9yIC9sYXllcnMvcGFrZXRv + LWJ1aWxkcGFja3NfbnBtLWluc3RhbGwvbGF1bmNoLW1vZHVsZXMKAQAAAAAAABsgICAgIC + BDb21wbGV0ZWQgaW4gMzQ1bXMKCgoBAAAAAAAAZlBha2V0byBCdWlsZHBhY2sgZm9yIE5v + ZGUgU3RhcnQgMi4yLjAKICBBc3NpZ25pbmcgbGF1bmNoIHByb2Nlc3NlczoKICAgIHdlYi + AoZGVmYXVsdCk6IG5vZGUgaW5kZXguanMKCgEAAAAAAAAmUGFrZXRvIEJ1aWxkcGFjayBm + b3IgTlBNIFN0YXJ0IDIuMS4xNAoBAAAAAAAASSAgQXNzaWduaW5nIGxhdW5jaCBwcm9jZX + NzZXM6CiAgICB3ZWIgKGRlZmF1bHQpOiBzaCAvd29ya3NwYWNlL3N0YXJ0LnNoCgoBAAAA + AAAAGBtbMzZtPT09PiBFWFBPUlRJTkcbWzBtCgEAAAAAAAA4QWRkaW5nIGxheWVyICdwYW + tldG8tYnVpbGRwYWNrcy9jYS1jZXJ0aWZpY2F0ZXM6aGVscGVyJwoBAAAAAAAAMkFkZGlu + ZyBsYXllciAncGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD + xBZGRpbmcgbGF5ZXIgJ3Bha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YWxsOmxhdW5jaC1t + b2R1bGVzJwoBAAAAAAAAMkFkZGluZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZT + psYXVuY2guc2JvbScKAQAAAAAAABdBZGRlZCAxLzEgYXBwIGxheWVyKHMpCgEAAAAAAAAv + QWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaGVyJwoBAAAAAA + AALUFkZGluZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZTpjb25maWcnCgEAAAAA + AAA0QWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOnByb2Nlc3MtdHlwZX + MnCgEAAAAAAAAwQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLmxpZmVjeWNsZS5tZXRh + ZGF0YScKAQAAAAAAACxBZGRpbmcgbGFiZWwgJ2lvLmJ1aWxkcGFja3MuYnVpbGQubWV0YW + RhdGEnCgEAAAAAAAAuQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLnByb2plY3QubWV0 + YWRhdGEnCgEAAAAAAAAjU2V0dGluZyBkZWZhdWx0IHByb2Nlc3MgdHlwZSAnd2ViJwoBAA + AAAAAAWlNhdmluZyByZy5mci1wYXIuc2N3LmNsb3VkL2Z1bmNzY3djbGl0Y3RucmRlcGxv + eWJweG92Zm51amQvY2xpLXQtY3Ruci1kZXBsb3ktYnA6bGF0ZXN0Li4uCgEAAAAAAABxKi + oqIEltYWdlcyAoZTc5MzllY2ZkMTE5KToKICAgICAgcmcuZnItcGFyLnNjdy5jbG91ZC9m + dW5jc2N3Y2xpdGN0bnJkZXBsb3licHhvdmZudWpkL2NsaS10LWN0bnItZGVwbG95LWJwOm + xhdGVzdAoBAAAAAAAAOEFkZGluZyBjYWNoZSBsYXllciAncGFrZXRvLWJ1aWxkcGFja3Mv + bm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD1BZGRpbmcgY2FjaGUgbGF5ZXIgJ3Bha2V0by + 1idWlsZHBhY2tzL25wbS1pbnN0YWxsOm5wbS1jYWNoZScKAQAAAAAAADdBZGRpbmcgY2Fj + aGUgbGF5ZXIgJ2J1aWxkcGFja3Npby9saWZlY3ljbGU6Y2FjaGUuc2JvbScK form: {} headers: Connection: @@ -691,113 +3332,132 @@ interactions: - text/plain Upgrade: - tcp - url: http://%2Fvar%2Frun%2Fdocker.sock/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6/attach?stderr=1&stdout=1&stream=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0/attach?stderr=1&stdout=1&stream=1 method: POST response: body: !!binary | - AQAAAAAAABgbWzM2bT09PT4gQU5BTFlaSU5HG1swbQoBAAAAAAAAhEltYWdlIHdpdGggbm - FtZSAicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licGV1d3ky - bGZtL2NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdCIgbm90IGZvdW5kChtbMzZtPT09Pi - BERVRFQ1RJTkcbWzBtCgEAAAAAAATtPT09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRw - YWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4wLjEwID09PT09PT09CmNvdWxkIG5vdCBmaW5kIH - NjcmlwdChzKSBbYnVpbGRdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRw - YWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4wLjEwICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2 - V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAxLjAuMTAgPT09PT09PT0KY291bGQg - bm90IGZpbmQgc2NyaXB0KHMpIFtidWlsZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2 - V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAxLjAuMTAgKDEpCj09PT09PT09IE91 - dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDEuMC4xMCA9PT09PT - 09PQpjb3VsZCBub3QgZmluZCBzY3JpcHQocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24K - ZXJyOiAgcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDEuMC4xMCAoMSkKPT - 09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4w - LjEwID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBhY2 - thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMS4w - LjEwICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLX - NjcmlwdEAxLjAuMTAgPT09PT09PT0KY291bGQgbm90IGZpbmQgc2NyaXB0KHMpIFtidWls - ZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLX - NjcmlwdEAxLjAuMTAgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mv - bm9kZS1ydW4tc2NyaXB0QDEuMC4xMCA9PT09PT09PQpjb3VsZCBub3QgZmluZCBzY3JpcH - QocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24KZXJyOiAgcGFrZXRvLWJ1aWxkcGFja3Mv - bm9kZS1ydW4tc2NyaXB0QDEuMC4xMCAoMSkKNSBvZiAxMSBidWlsZHBhY2tzIHBhcnRpY2 - lwYXRpbmcKcGFrZXRvLWJ1aWxkcGFja3MvY2EtY2VydGlmaWNhdGVzIDMuNi4yCnBha2V0 - by1idWlsZHBhY2tzL25vZGUtZW5naW5lICAgICAxLjYuMApwYWtldG8tYnVpbGRwYWNrcy - 9ucG0taW5zdGFsbCAgICAgMS4xLjQKcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1zdGFydCAg - ICAgIDEuMC4xMQpwYWtldG8tYnVpbGRwYWNrcy9ucG0tc3RhcnQgICAgICAgMS4wLjExCh - tbMzZtPT09PiBSRVNUT1JJTkcbWzBtCgEAAAAAAAAXG1szNm09PT0+IEJVSUxESU5HG1sw - bQoBAAAAAAAAjxtbMzRtG1swbQobWzM0bRtbMW1QYWtldG8gQnVpbGRwYWNrIGZvciBDQS - BDZXJ0aWZpY2F0ZXMbWzBtG1szNG0gMy42LjIbWzBtCiAgG1szNDsyOzNtaHR0cHM6Ly9n - aXRodWIuY29tL3Bha2V0by1idWlsZHBhY2tzL2NhLWNlcnRpZmljYXRlcxtbMG0KAQAAAA - AAADkgIBtbMzRtTGF1bmNoIEhlbHBlchtbMG06IBtbMzNtQ29udHJpYnV0aW5nG1swbSB0 - byBsYXllcgoBAAAAAAAAZBtbMm0gICAgQ3JlYXRpbmcgL2xheWVycy9wYWtldG8tYnVpbG - RwYWNrc19jYS1jZXJ0aWZpY2F0ZXMvaGVscGVyL2V4ZWMuZC9jYS1jZXJ0aWZpY2F0ZXMt - aGVscGVyG1swbQoBAAAAAAAAp1Bha2V0byBCdWlsZHBhY2sgZm9yIE5vZGUgRW5naW5lID - EuNi4wCiAgUmVzb2x2aW5nIE5vZGUgRW5naW5lIHZlcnNpb24KICAgIENhbmRpZGF0ZSB2 - ZXJzaW9uIHNvdXJjZXMgKGluIHByaW9yaXR5IG9yZGVyKToKICAgICAgICAgICAgICAgIC - 0+ICIiCiAgICAgIDx1bmtub3duPiAtPiAiIgoKAQAAAAAAAE4gICAgU2VsZWN0ZWQgTm9k - ZSBFbmdpbmUgdmVyc2lvbiAodXNpbmcgKTogMTguMTYuMQoKICBFeGVjdXRpbmcgYnVpbG - QgcHJvY2VzcwoBAAAAAAAAIyAgICBJbnN0YWxsaW5nIE5vZGUgRW5naW5lIDE4LjE2LjEK - AQAAAAAAAHIgICAgICBDb21wbGV0ZWQgaW4gNS4yNXMKCiAgR2VuZXJhdGluZyBTQk9NIG - ZvciAvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2tzX25vZGUtZW5naW5lL25vZGUKICAgICAg - Q29tcGxldGVkIGluIDBzCgoBAAAAAAACQiAgQ29uZmlndXJpbmcgYnVpbGQgZW52aXJvbm - 1lbnQKICAgIE5PREVfRU5WICAgICAtPiAicHJvZHVjdGlvbiIKICAgIE5PREVfSE9NRSAg - ICAtPiAiL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ub2RlLWVuZ2luZS9ub2RlIgogIC - AgTk9ERV9PUFRJT05TIC0+ICItLXVzZS1vcGVuc3NsLWNhIgogICAgTk9ERV9WRVJCT1NF - IC0+ICJmYWxzZSIKCiAgQ29uZmlndXJpbmcgbGF1bmNoIGVudmlyb25tZW50CiAgICBOT0 - RFX0VOViAgICAgLT4gInByb2R1Y3Rpb24iCiAgICBOT0RFX0hPTUUgICAgLT4gIi9sYXll - cnMvcGFrZXRvLWJ1aWxkcGFja3Nfbm9kZS1lbmdpbmUvbm9kZSIKICAgIE5PREVfT1BUSU - 9OUyAtPiAiLS11c2Utb3BlbnNzbC1jYSIKICAgIE5PREVfVkVSQk9TRSAtPiAiZmFsc2Ui - CgogICAgV3JpdGluZyBleGVjLmQvMC1vcHRpbWl6ZS1tZW1vcnkKICAgICAgQ2FsY3VsYX - RlcyBhdmFpbGFibGUgbWVtb3J5IGJhc2VkIG9uIGNvbnRhaW5lciBsaW1pdHMgYXQgbGF1 - bmNoIHRpbWUuCiAgICAgIE1hZGUgYXZhaWxhYmxlIGluIHRoZSBNRU1PUllfQVZBSUxBQk - xFIGVudmlyb25tZW50IHZhcmlhYmxlLgoKAQAAAAAAAEhQYWtldG8gQnVpbGRwYWNrIGZv - ciBOUE0gSW5zdGFsbCAxLjEuNAogIFJlc29sdmluZyBpbnN0YWxsYXRpb24gcHJvY2Vzcw - oBAAAAAAAAsCAgICBQcm9jZXNzIGlucHV0czoKICAgICAgbm9kZV9tb2R1bGVzICAgICAg - LT4gIk5vdCBmb3VuZCIKICAgICAgbnBtLWNhY2hlICAgICAgICAgLT4gIk5vdCBmb3VuZC - IKICAgICAgcGFja2FnZS1sb2NrLmpzb24gLT4gIkZvdW5kIgoKICAgIFNlbGVjdGVkIE5Q - TSBidWlsZCBwcm9jZXNzOiAnbnBtIGNpJwoKAQAAAAAAAC8gIEV4ZWN1dGluZyBsYXVuY2 - ggZW52aXJvbm1lbnQgaW5zdGFsbCBwcm9jZXNzCgEAAAAAAABbICAgIFJ1bm5pbmcgJ25w - bSBjaSAtLXVuc2FmZS1wZXJtIC0tY2FjaGUgL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc1 - 9ucG0taW5zdGFsbC9ucG0tY2FjaGUnCgEAAAAAAAA+ICAgICAgCiAgICAgIGFkZGVkIDU3 - IHBhY2thZ2VzLCBhbmQgYXVkaXRlZCA1OCBwYWNrYWdlcyBpbiAzcwoBAAAAAAAAUyAgIC - AgIAogICAgICA3IHBhY2thZ2VzIGFyZSBsb29raW5nIGZvciBmdW5kaW5nCiAgICAgICAg - cnVuIGBucG0gZnVuZGAgZm9yIGRldGFpbHMKAQAAAAAAACUgICAgICAKICAgICAgZm91bm - QgMCB2dWxuZXJhYmlsaXRpZXMKAQAAAAAAAT0gICAgICBDb21wbGV0ZWQgaW4gMy44Nzhz - CgogIENvbmZpZ3VyaW5nIGxhdW5jaCBlbnZpcm9ubWVudAogICAgTk9ERV9QUk9KRUNUX1 - BBVEggICAtPiAiL3dvcmtzcGFjZSIKICAgIE5QTV9DT05GSUdfTE9HTEVWRUwgLT4gImVy - cm9yIgogICAgUEFUSCAgICAgICAgICAgICAgICAtPiAiJFBBVEg6L2xheWVycy9wYWtldG - 8tYnVpbGRwYWNrc19ucG0taW5zdGFsbC9sYXVuY2gtbW9kdWxlcy9ub2RlX21vZHVsZXMv - LmJpbiIKCiAgR2VuZXJhdGluZyBTQk9NIGZvciAvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2 - tzX25wbS1pbnN0YWxsL2xhdW5jaC1tb2R1bGVzCgEAAAAAAAAaICAgICAgQ29tcGxldGVk - IGluIDExMW1zCgoBAAAAAAAAAQoBAAAAAAAAZ1Bha2V0byBCdWlsZHBhY2sgZm9yIE5vZG - UgU3RhcnQgMS4wLjExCiAgQXNzaWduaW5nIGxhdW5jaCBwcm9jZXNzZXM6CiAgICB3ZWIg - KGRlZmF1bHQpOiBub2RlIGluZGV4LmpzCgoBAAAAAAAAb1Bha2V0byBCdWlsZHBhY2sgZm - 9yIE5QTSBTdGFydCAxLjAuMTEKICBBc3NpZ25pbmcgbGF1bmNoIHByb2Nlc3NlczoKICAg - IHdlYiAoZGVmYXVsdCk6IHNoIC93b3Jrc3BhY2Uvc3RhcnQuc2gKCgEAAAAAAAAYG1szNm - 09PT0+IEVYUE9SVElORxtbMG0KAQAAAAAAADhBZGRpbmcgbGF5ZXIgJ3Bha2V0by1idWls - ZHBhY2tzL2NhLWNlcnRpZmljYXRlczpoZWxwZXInCgEAAAAAAAAyQWRkaW5nIGxheWVyIC - dwYWtldG8tYnVpbGRwYWNrcy9ub2RlLWVuZ2luZTpub2RlJwoBAAAAAAAAPEFkZGluZyBs - YXllciAncGFrZXRvLWJ1aWxkcGFja3MvbnBtLWluc3RhbGw6bGF1bmNoLW1vZHVsZXMnCg - EAAAAAAAAyQWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaC5z - Ym9tJwoBAAAAAAAAGEFkZGluZyAxLzEgYXBwIGxheWVyKHMpCgEAAAAAAAAvQWRkaW5nIG - xheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaGVyJwoBAAAAAAAALUFkZGlu - ZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZTpjb25maWcnCgEAAAAAAAA0QWRkaW - 5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOnByb2Nlc3MtdHlwZXMnCgEAAAAA - AAAwQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLmxpZmVjeWNsZS5tZXRhZGF0YScKAQ - AAAAAAANdBZGRpbmcgbGFiZWwgJ2lvLmJ1aWxkcGFja3MuYnVpbGQubWV0YWRhdGEnCkFk - ZGluZyBsYWJlbCAnaW8uYnVpbGRwYWNrcy5wcm9qZWN0Lm1ldGFkYXRhJwpTZXR0aW5nIG - RlZmF1bHQgcHJvY2VzcyB0eXBlICd3ZWInClNhdmluZyByZy5mci1wYXIuc2N3LmNsb3Vk - L2Z1bmNzY3djbGl0Y3RucmRlcGxveWJwZXV3eTJsZm0vY2xpLXQtY3Ruci1kZXBsb3ktYn - A6bGF0ZXN0Li4uCgEAAAAAAABxKioqIEltYWdlcyAoYzNiMGRlMGI3NmFmKToKICAgICAg - cmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licGV1d3kybGZtL2 - NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdAoBAAAAAAAAOEFkZGluZyBjYWNoZSBsYXll - ciAncGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD1BZGRpbm - cgY2FjaGUgbGF5ZXIgJ3Bha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YWxsOm5wbS1jYWNo - ZScKAQAAAAAAADdBZGRpbmcgY2FjaGUgbGF5ZXIgJ2J1aWxkcGFja3Npby9saWZlY3ljbG - U6Y2FjaGUuc2JvbScK + AQAAAAAAABgbWzM2bT09PT4gQU5BTFlaSU5HG1swbQoBAAAAAAAAbEltYWdlIHdpdGggbm + FtZSAicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licHhvdmZu + dWpkL2NsaS10LWN0bnItZGVwbG95LWJwOmxhdGVzdCIgbm90IGZvdW5kCgEAAAAAAAAYG1 + szNm09PT0+IERFVEVDVElORxtbMG0KAQAAAAAAAEp0YXJnZXQgZGlzdHJvIG5hbWUvdmVy + c2lvbiBsYWJlbHMgbm90IGZvdW5kLCByZWFkaW5nIC9ldGMvb3MtcmVsZWFzZSBmaWxlCg + EAAAAAAAJpPT09PT09PT0gT3V0cHV0OiBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4wLjExID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbG + RdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4wLjExICgxKQo9PT09PT09PSBPdXRwdXQ6IHBha2V0by1idWlsZHBhY2tzL2 + 5vZGUtcnVuLXNjcmlwdEAyLjAuMTEgPT09PT09PT0KY291bGQgbm90IGZpbmQgc2NyaXB0 + KHMpIFtidWlsZF0gaW4gcGFja2FnZS5qc29uCmVycjogIHBha2V0by1idWlsZHBhY2tzL2 + 5vZGUtcnVuLXNjcmlwdEAyLjAuMTEgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1 + aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDIuMC4xMSA9PT09PT09PQpjb3VsZCBub3QgZm + luZCBzY3JpcHQocykgW2J1aWxkXSBpbiBwYWNrYWdlLmpzb24KZXJyOiAgcGFrZXRvLWJ1 + aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QDIuMC4xMSAoMSkKPT09PT09PT0gT3V0cHV0Oi + BwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMi4wLjExID09PT09PT09CmNv + dWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBhY2thZ2UuanNvbgoBAAAAAA + ACaGVycjogIHBha2V0by1idWlsZHBhY2tzL25vZGUtcnVuLXNjcmlwdEAyLjAuMTEgKDEp + Cj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4tc2NyaXB0QD + IuMS4wID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbGRdIGluIHBh + Y2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1zY3JpcHRAMi + 4xLjAgKDEpCj09PT09PT09IE91dHB1dDogcGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1ydW4t + c2NyaXB0QDIuMS4wID09PT09PT09CmNvdWxkIG5vdCBmaW5kIHNjcmlwdChzKSBbYnVpbG + RdIGluIHBhY2thZ2UuanNvbgplcnI6ICBwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXJ1bi1z + Y3JpcHRAMi4xLjAgKDEpCjUgb2YgMTAgYnVpbGRwYWNrcyBwYXJ0aWNpcGF0aW5nCnBha2 + V0by1idWlsZHBhY2tzL2NhLWNlcnRpZmljYXRlcyAzLjEwLjEKcGFrZXRvLWJ1aWxkcGFj + a3Mvbm9kZS1lbmdpbmUgICAgIDUuNC40CnBha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YW + xsICAgICAxLjkuMApwYWtldG8tYnVpbGRwYWNrcy9ub2RlLXN0YXJ0ICAgICAgMi4yLjAK + cGFrZXRvLWJ1aWxkcGFja3MvbnBtLXN0YXJ0ICAgICAgIDIuMS4xNAoBAAAAAAAAGBtbMz + ZtPT09PiBSRVNUT1JJTkcbWzBtCgEAAAAAAABhG1szNm09PT0+IEJVSUxESU5HG1swbQp0 + YXJnZXQgZGlzdHJvIG5hbWUvdmVyc2lvbiBsYWJlbHMgbm90IGZvdW5kLCByZWFkaW5nIC + 9ldGMvb3MtcmVsZWFzZSBmaWxlCgEAAAAAAAH4G1szNG0bWzBtChtbMzRtG1sxbVBha2V0 + byBCdWlsZHBhY2sgZm9yIENBIENlcnRpZmljYXRlcxtbMG0bWzM0bSAzLjEwLjEbWzBtCi + AgG1szNDsyOzNtaHR0cHM6Ly9naXRodWIuY29tL3Bha2V0by1idWlsZHBhY2tzL2NhLWNl + cnRpZmljYXRlcxtbMG0KICAbWzJtQnVpbGQgQ29uZmlndXJhdGlvbjobWzBtChtbMm0gIC + AgJEJQX0VNQkVEX0NFUlRTICAgICAgICAgICAgICAgICAgICBmYWxzZSAgRW1iZWQgY2Vy + dGlmaWNhdGVzIGludG8gdGhlIGltYWdlG1swbQobWzJtICAgICRCUF9FTkFCTEVfUlVOVE + lNRV9DRVJUX0JJTkRJTkcgICAgdHJ1ZSAgIERlcHJlY2F0ZWQ6IEVuYWJsZS9kaXNhYmxl + IGNlcnRpZmljYXRlIGhlbHBlciBsYXllciB0byBhZGQgY2VydHMgYXQgcnVudGltZRtbMG + 0KG1sybSAgICAkQlBfUlVOVElNRV9DRVJUX0JJTkRJTkdfRElTQUJMRUQgIGZhbHNlICBE + aXNhYmxlIGNlcnRpZmljYXRlIGhlbHBlciBsYXllciB0byBhZGQgY2VydHMgYXQgcnVudG + ltZRtbMG0KAQAAAAAAADkgIBtbMzRtTGF1bmNoIEhlbHBlchtbMG06IBtbMzNtQ29udHJp + YnV0aW5nG1swbSB0byBsYXllcgoBAAAAAAAAZBtbMm0gICAgQ3JlYXRpbmcgL2xheWVycy + 9wYWtldG8tYnVpbGRwYWNrc19jYS1jZXJ0aWZpY2F0ZXMvaGVscGVyL2V4ZWMuZC9jYS1j + ZXJ0aWZpY2F0ZXMtaGVscGVyG1swbQoBAAAAAAAAp1Bha2V0byBCdWlsZHBhY2sgZm9yIE + 5vZGUgRW5naW5lIDUuNC40CiAgUmVzb2x2aW5nIE5vZGUgRW5naW5lIHZlcnNpb24KICAg + IENhbmRpZGF0ZSB2ZXJzaW9uIHNvdXJjZXMgKGluIHByaW9yaXR5IG9yZGVyKToKICAgIC + AgICAgICAgICAgIC0+ICIiCiAgICAgIDx1bmtub3duPiAtPiAiIgoKAQAAAAAAAE4gICAg + U2VsZWN0ZWQgTm9kZSBFbmdpbmUgdmVyc2lvbiAodXNpbmcgKTogMjAuMTkuMAoKICBFeG + VjdXRpbmcgYnVpbGQgcHJvY2VzcwoBAAAAAAAAIyAgICBJbnN0YWxsaW5nIE5vZGUgRW5n + aW5lIDIwLjE5LjAKAQAAAAAAAHMgICAgICBDb21wbGV0ZWQgaW4gOC45NTFzCgogIEdlbm + VyYXRpbmcgU0JPTSBmb3IgL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ub2RlLWVuZ2lu + ZS9ub2RlCiAgICAgIENvbXBsZXRlZCBpbiAwcwoKAQAAAAAAAY0gIENvbmZpZ3VyaW5nIG + J1aWxkIGVudmlyb25tZW50CiAgICBOT0RFX0VOViAgICAgLT4gInByb2R1Y3Rpb24iCiAg + ICBOT0RFX0hPTUUgICAgLT4gIi9sYXllcnMvcGFrZXRvLWJ1aWxkcGFja3Nfbm9kZS1lbm + dpbmUvbm9kZSIKICAgIE5PREVfT1BUSU9OUyAtPiAiLS11c2Utb3BlbnNzbC1jYSIKICAg + IE5PREVfVkVSQk9TRSAtPiAiZmFsc2UiCgogIENvbmZpZ3VyaW5nIGxhdW5jaCBlbnZpcm + 9ubWVudAogICAgTk9ERV9FTlYgICAgIC0+ICJwcm9kdWN0aW9uIgogICAgTk9ERV9IT01F + ICAgIC0+ICIvbGF5ZXJzL3Bha2V0by1idWlsZHBhY2tzX25vZGUtZW5naW5lL25vZGUiCi + AgICBOT0RFX09QVElPTlMgLT4gIi0tdXNlLW9wZW5zc2wtY2EiCiAgICBOT0RFX1ZFUkJP + U0UgLT4gImZhbHNlIgoKAQAAAAAAAHEgICAgV3JpdGluZyBleGVjLmQvMC1vcHRpbWl6ZS + 1tZW1vcnkKICAgICAgQ2FsY3VsYXRlcyBhdmFpbGFibGUgbWVtb3J5IGJhc2VkIG9uIGNv + bnRhaW5lciBsaW1pdHMgYXQgbGF1bmNoIHRpbWUuCgEAAAAAAABjICAgICAgTWFkZSBhdm + FpbGFibGUgaW4gdGhlIE1FTU9SWV9BVkFJTEFCTEUgZW52aXJvbm1lbnQgdmFyaWFibGUu + CiAgICBXcml0aW5nIGV4ZWMuZC8xLWluc3BlY3RvcgoKAQAAAAAAAPhQYWtldG8gQnVpbG + RwYWNrIGZvciBOUE0gSW5zdGFsbCAxLjkuMAogIFJlc29sdmluZyBpbnN0YWxsYXRpb24g + cHJvY2VzcwogICAgUHJvY2VzcyBpbnB1dHM6CiAgICAgIG5vZGVfbW9kdWxlcyAgICAgIC + 0+ICJOb3QgZm91bmQiCiAgICAgIG5wbS1jYWNoZSAgICAgICAgIC0+ICJOb3QgZm91bmQi + CiAgICAgIHBhY2thZ2UtbG9jay5qc29uIC0+ICJGb3VuZCIKCiAgICBTZWxlY3RlZCBOUE + 0gYnVpbGQgcHJvY2VzczogJ25wbSBjaScKCgEAAAAAAAAvICBFeGVjdXRpbmcgbGF1bmNo + IGVudmlyb25tZW50IGluc3RhbGwgcHJvY2VzcwoBAAAAAAAAWyAgICBSdW5uaW5nICducG + 0gY2kgLS11bnNhZmUtcGVybSAtLWNhY2hlIC9sYXllcnMvcGFrZXRvLWJ1aWxkcGFja3Nf + bnBtLWluc3RhbGwvbnBtLWNhY2hlJwoBAAAAAAAAkSAgICAgIAogICAgICBhZGRlZCA1Ny + BwYWNrYWdlcywgYW5kIGF1ZGl0ZWQgNTggcGFja2FnZXMgaW4gMnMKICAgICAgCiAgICAg + IDcgcGFja2FnZXMgYXJlIGxvb2tpbmcgZm9yIGZ1bmRpbmcKICAgICAgICBydW4gYG5wbS + BmdW5kYCBmb3IgZGV0YWlscwoBAAAAAAAAmCAgICAgIAogICAgICA2IHZ1bG5lcmFiaWxp + dGllcyAoMyBsb3csIDMgaGlnaCkKICAgICAgCiAgICAgIFRvIGFkZHJlc3MgYWxsIGlzc3 + VlcywgcnVuOgogICAgICAgIG5wbSBhdWRpdCBmaXgKICAgICAgCiAgICAgIFJ1biBgbnBt + IGF1ZGl0YCBmb3IgZGV0YWlscy4KAQAAAAAAAO4gICAgICBucG0gbm90aWNlCiAgICAgIG + 5wbSBub3RpY2UgTmV3IG1ham9yIHZlcnNpb24gb2YgbnBtIGF2YWlsYWJsZSEgMTAuOC4y + IC0+IDExLjMuMAogICAgICBucG0gbm90aWNlIENoYW5nZWxvZzogaHR0cHM6Ly9naXRodW + IuY29tL25wbS9jbGkvcmVsZWFzZXMvdGFnL3YxMS4zLjAKICAgICAgbnBtIG5vdGljZSBU + byB1cGRhdGUgcnVuOiBucG0gaW5zdGFsbCAtZyBucG1AMTEuMy4wCiAgICAgIG5wbSBub3 + RpY2UKAQAAAAAAAYogICAgICBDb21wbGV0ZWQgaW4gMy4zMThzCgogIENvbmZpZ3VyaW5n + IGxhdW5jaCBlbnZpcm9ubWVudAogICAgTk9ERV9QUk9KRUNUX1BBVEggICAtPiAiL3dvcm + tzcGFjZSIKICAgIE5QTV9DT05GSUdfTE9HTEVWRUwgLT4gImVycm9yIgogICAgUEFUSCAg + ICAgICAgICAgICAgICAtPiAiL2xheWVycy9wYWtldG8tYnVpbGRwYWNrc19ucG0taW5zdG + FsbC9sYXVuY2gtbW9kdWxlcy9ub2RlX21vZHVsZXMvLmJpbl9sb2NhbDokUEFUSDovbGF5 + ZXJzL3Bha2V0by1idWlsZHBhY2tzX25wbS1pbnN0YWxsL2xhdW5jaC1tb2R1bGVzL25vZG + VfbW9kdWxlcy8uYmluIgoKICBHZW5lcmF0aW5nIFNCT00gZm9yIC9sYXllcnMvcGFrZXRv + LWJ1aWxkcGFja3NfbnBtLWluc3RhbGwvbGF1bmNoLW1vZHVsZXMKAQAAAAAAABsgICAgIC + BDb21wbGV0ZWQgaW4gMzQ1bXMKCgoBAAAAAAAAZlBha2V0byBCdWlsZHBhY2sgZm9yIE5v + ZGUgU3RhcnQgMi4yLjAKICBBc3NpZ25pbmcgbGF1bmNoIHByb2Nlc3NlczoKICAgIHdlYi + AoZGVmYXVsdCk6IG5vZGUgaW5kZXguanMKCgEAAAAAAAAmUGFrZXRvIEJ1aWxkcGFjayBm + b3IgTlBNIFN0YXJ0IDIuMS4xNAoBAAAAAAAASSAgQXNzaWduaW5nIGxhdW5jaCBwcm9jZX + NzZXM6CiAgICB3ZWIgKGRlZmF1bHQpOiBzaCAvd29ya3NwYWNlL3N0YXJ0LnNoCgoBAAAA + AAAAGBtbMzZtPT09PiBFWFBPUlRJTkcbWzBtCgEAAAAAAAA4QWRkaW5nIGxheWVyICdwYW + tldG8tYnVpbGRwYWNrcy9jYS1jZXJ0aWZpY2F0ZXM6aGVscGVyJwoBAAAAAAAAMkFkZGlu + ZyBsYXllciAncGFrZXRvLWJ1aWxkcGFja3Mvbm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD + xBZGRpbmcgbGF5ZXIgJ3Bha2V0by1idWlsZHBhY2tzL25wbS1pbnN0YWxsOmxhdW5jaC1t + b2R1bGVzJwoBAAAAAAAAMkFkZGluZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZT + psYXVuY2guc2JvbScKAQAAAAAAABdBZGRlZCAxLzEgYXBwIGxheWVyKHMpCgEAAAAAAAAv + QWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOmxhdW5jaGVyJwoBAAAAAA + AALUFkZGluZyBsYXllciAnYnVpbGRwYWNrc2lvL2xpZmVjeWNsZTpjb25maWcnCgEAAAAA + AAA0QWRkaW5nIGxheWVyICdidWlsZHBhY2tzaW8vbGlmZWN5Y2xlOnByb2Nlc3MtdHlwZX + MnCgEAAAAAAAAwQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLmxpZmVjeWNsZS5tZXRh + ZGF0YScKAQAAAAAAACxBZGRpbmcgbGFiZWwgJ2lvLmJ1aWxkcGFja3MuYnVpbGQubWV0YW + RhdGEnCgEAAAAAAAAuQWRkaW5nIGxhYmVsICdpby5idWlsZHBhY2tzLnByb2plY3QubWV0 + YWRhdGEnCgEAAAAAAAAjU2V0dGluZyBkZWZhdWx0IHByb2Nlc3MgdHlwZSAnd2ViJwoBAA + AAAAAAWlNhdmluZyByZy5mci1wYXIuc2N3LmNsb3VkL2Z1bmNzY3djbGl0Y3RucmRlcGxv + eWJweG92Zm51amQvY2xpLXQtY3Ruci1kZXBsb3ktYnA6bGF0ZXN0Li4uCgEAAAAAAABxKi + oqIEltYWdlcyAoZTc5MzllY2ZkMTE5KToKICAgICAgcmcuZnItcGFyLnNjdy5jbG91ZC9m + dW5jc2N3Y2xpdGN0bnJkZXBsb3licHhvdmZudWpkL2NsaS10LWN0bnItZGVwbG95LWJwOm + xhdGVzdAoBAAAAAAAAOEFkZGluZyBjYWNoZSBsYXllciAncGFrZXRvLWJ1aWxkcGFja3Mv + bm9kZS1lbmdpbmU6bm9kZScKAQAAAAAAAD1BZGRpbmcgY2FjaGUgbGF5ZXIgJ3Bha2V0by + 1idWlsZHBhY2tzL25wbS1pbnN0YWxsOm5wbS1jYWNoZScKAQAAAAAAADdBZGRpbmcgY2Fj + aGUgbGF5ZXIgJ2J1aWxkcGFja3Npby9saWZlY3ljbGU6Y2FjaGUuc2JvbScK headers: Connection: - Upgrade Content-Type: - - application/vnd.docker.raw-stream + - application/vnd.docker.multiplexed-stream Upgrade: - tcp status: 101 UPGRADED @@ -805,29 +3465,27 @@ interactions: duration: "" - request: body: | - {"Error":null,"StatusCode":0} + {"StatusCode":0} form: {} - headers: - Content-Type: - - text/plain - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6/wait?condition=next-exit + headers: {} + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0/wait?condition=next-exit method: POST response: body: | - {"Error":null,"StatusCode":0} + {"StatusCode":0} headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:12 GMT + - Tue, 29 Apr 2025 14:08:35 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" @@ -835,21 +3493,21 @@ interactions: body: "" form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/3fb83d9dd9329387b8832ef6b2e9d734e2dce7190753873463a8fdba1932bcb6?force=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/5ec1f3edf570ebfd3221663f640b27bb3b5b2be952e3e1d6d7356764530da9d0?force=1 method: DELETE response: body: "" headers: Api-Version: - - "1.41" + - "1.45" Date: - - Wed, 08 Nov 2023 12:44:42 GMT + - Tue, 29 Apr 2025 14:09:32 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 204 No Content code: 204 duration: "" @@ -857,21 +3515,21 @@ interactions: body: "" form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/volumes/pack-layers-plqdhqebot?force=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/volumes/pack-layers-hnusxkqrrn?force=1 method: DELETE response: body: "" headers: Api-Version: - - "1.41" + - "1.45" Date: - - Wed, 08 Nov 2023 12:44:43 GMT + - Tue, 29 Apr 2025 14:09:33 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 204 No Content code: 204 duration: "" @@ -879,637 +3537,619 @@ interactions: body: "" form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/volumes/pack-app-ozddbtpayk?force=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/volumes/pack-app-sssvzauydi?force=1 method: DELETE response: body: "" headers: Api-Version: - - "1.41" + - "1.45" Date: - - Wed, 08 Nov 2023 12:44:43 GMT + - Tue, 29 Apr 2025 14:09:33 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 204 No Content code: 204 duration: "" - request: body: | - [{"Untagged":"pack.local/builder/11111111111111111111:latest"},{"Deleted":"sha256:47765944e4c055695ef2f8b39234d96d43834ae00c757762e952cb71809809fe"},{"Deleted":"sha256:685fc768cab9add4bdab3a861580623de7fae989d21b771911222892da7009ea"},{"Deleted":"sha256:c21720e5b06f04cbd1ab670b1cd95f22c8afecd2b48368b6a9decb69b301b765"},{"Deleted":"sha256:0134997dccaf1923f554c78520bf47dba878f2ffa5d04597439cf22012417c23"},{"Deleted":"sha256:e714d1a2ad562ad8a3fe7974feed63c3de90d929ecbdf218d588ce6c4eaea33f"}] + [{"Untagged":"pack.local/builder/11111111111111111111:latest"},{"Deleted":"sha256:8ee9eebded8df366c1c4ebee8af7b73e46dfd3dd7850ac8e55232fe40b6135bc"},{"Deleted":"sha256:98319689967147fa70475f7b8eb66a01967d7151e9407dca9cf83366aa5b390e"},{"Deleted":"sha256:b33ab2b4f3c2986f29c84e8cd5943c23a246118df0c19176ff979a685e450368"},{"Deleted":"sha256:3bb60f492dd1b38ad9747976f5beefa4831b3eeea265e2f933a1adc920126672"},{"Deleted":"sha256:a0cdc3192fc30863ba88f69163e2ff61db1d52af6537e518340f569af99a8b35"}] form: {} headers: {} - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/pack.local/builder/11111111111111111111:latest?force=1&noprune=1 + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/pack.local/builder/11111111111111111111:latest?force=1&noprune=1 method: DELETE response: body: | - [{"Untagged":"pack.local/builder/11111111111111111111:latest"},{"Deleted":"sha256:47765944e4c055695ef2f8b39234d96d43834ae00c757762e952cb71809809fe"},{"Deleted":"sha256:685fc768cab9add4bdab3a861580623de7fae989d21b771911222892da7009ea"},{"Deleted":"sha256:c21720e5b06f04cbd1ab670b1cd95f22c8afecd2b48368b6a9decb69b301b765"},{"Deleted":"sha256:0134997dccaf1923f554c78520bf47dba878f2ffa5d04597439cf22012417c23"},{"Deleted":"sha256:e714d1a2ad562ad8a3fe7974feed63c3de90d929ecbdf218d588ce6c4eaea33f"}] + [{"Untagged":"pack.local/builder/11111111111111111111:latest"},{"Deleted":"sha256:8ee9eebded8df366c1c4ebee8af7b73e46dfd3dd7850ac8e55232fe40b6135bc"},{"Deleted":"sha256:98319689967147fa70475f7b8eb66a01967d7151e9407dca9cf83366aa5b390e"},{"Deleted":"sha256:b33ab2b4f3c2986f29c84e8cd5943c23a246118df0c19176ff979a685e450368"},{"Deleted":"sha256:3bb60f492dd1b38ad9747976f5beefa4831b3eeea265e2f933a1adc920126672"},{"Deleted":"sha256:a0cdc3192fc30863ba88f69163e2ff61db1d52af6537e518340f569af99a8b35"}] headers: Api-Version: - - "1.41" + - "1.45" + Content-Length: + - "494" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:43 GMT + - Tue, 29 Apr 2025 14:09:33 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: - body: "{\"status\":\"The push refers to repository [rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp]\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"316102a103dc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":236446},\"progress\":\"[\\u003e - \ ] 2.56kB/236.4kB\",\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e - \ ] 512B/953B\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] - \ 3.584kB\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":252416,\"total\":236446},\"progress\":\"[==================================================\\u003e] - \ 252.4kB\",\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2306048},\"progress\":\"[\\u003e - \ ] 34.3kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":22529},\"progress\":\"[=\\u003e - \ ] 512B/22.53kB\",\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27648,\"total\":22529},\"progress\":\"[==================================================\\u003e] - \ 27.65kB\",\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":787968,\"total\":2306048},\"progress\":\"[=================\\u003e - \ ] 788kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1476096,\"total\":2306048},\"progress\":\"[================================\\u003e - \ ] 1.476MB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2308608,\"total\":2306048},\"progress\":\"[==================================================\\u003e] - \ 2.309MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":203776,\"total\":18561504},\"progress\":\"[\\u003e - \ ] 203.8kB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1186816,\"total\":18561504},\"progress\":\"[===\\u003e - \ ] 1.187MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2366464,\"total\":18561504},\"progress\":\"[======\\u003e - \ ] 2.366MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3546112,\"total\":18561504},\"progress\":\"[=========\\u003e - \ ] 3.546MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4725760,\"total\":18561504},\"progress\":\"[============\\u003e - \ ] 4.726MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5708800,\"total\":18561504},\"progress\":\"[===============\\u003e - \ ] 5.709MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6691840,\"total\":18561504},\"progress\":\"[==================\\u003e - \ ] 6.692MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7478272,\"total\":18561504},\"progress\":\"[====================\\u003e - \ ] 7.478MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8657920,\"total\":18561504},\"progress\":\"[=======================\\u003e - \ ] 8.658MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10034176,\"total\":18561504},\"progress\":\"[===========================\\u003e - \ ] 10.03MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11607040,\"total\":18561504},\"progress\":\"[===============================\\u003e - \ ] 11.61MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13179904,\"total\":18561504},\"progress\":\"[===================================\\u003e - \ ] 13.18MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14359552,\"total\":18561504},\"progress\":\"[======================================\\u003e - \ ] 14.36MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15539200,\"total\":18561504},\"progress\":\"[=========================================\\u003e - \ ] 15.54MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16904372,\"total\":18561504},\"progress\":\"[=============================================\\u003e - \ ] 16.9MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17858631,\"total\":18561504},\"progress\":\"[================================================\\u003e - \ ] 17.86MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18957312,\"total\":18561504},\"progress\":\"[==================================================\\u003e] - \ 18.96MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":527360,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 527.4kB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1641472,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 1.641MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2755584,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 2.756MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4426752,\"total\":159016450},\"progress\":\"[=\\u003e - \ ] 4.427MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6097920,\"total\":159016450},\"progress\":\"[=\\u003e - \ ] 6.098MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7769088,\"total\":159016450},\"progress\":\"[==\\u003e - \ ] 7.769MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9440256,\"total\":159016450},\"progress\":\"[==\\u003e - \ ] 9.44MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10554368,\"total\":159016450},\"progress\":\"[===\\u003e - \ ] 10.55MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12225536,\"total\":159016450},\"progress\":\"[===\\u003e - \ ] 12.23MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13896704,\"total\":159016450},\"progress\":\"[====\\u003e - \ ] 13.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15567872,\"total\":159016450},\"progress\":\"[====\\u003e - \ ] 15.57MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17239040,\"total\":159016450},\"progress\":\"[=====\\u003e - \ ] 17.24MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18910208,\"total\":159016450},\"progress\":\"[=====\\u003e - \ ] 18.91MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20024320,\"total\":159016450},\"progress\":\"[======\\u003e - \ ] 20.02MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21695488,\"total\":159016450},\"progress\":\"[======\\u003e - \ ] 21.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23366656,\"total\":159016450},\"progress\":\"[=======\\u003e - \ ] 23.37MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25037824,\"total\":159016450},\"progress\":\"[=======\\u003e - \ ] 25.04MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":26151936,\"total\":159016450},\"progress\":\"[========\\u003e - \ ] 26.15MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27823104,\"total\":159016450},\"progress\":\"[========\\u003e - \ ] 27.82MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28937216,\"total\":159016450},\"progress\":\"[=========\\u003e - \ ] 28.94MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30608384,\"total\":159016450},\"progress\":\"[=========\\u003e - \ ] 30.61MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32279552,\"total\":159016450},\"progress\":\"[==========\\u003e - \ ] 32.28MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33950720,\"total\":159016450},\"progress\":\"[==========\\u003e - \ ] 33.95MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36736000,\"total\":159016450},\"progress\":\"[===========\\u003e - \ ] 36.74MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":38407168,\"total\":159016450},\"progress\":\"[============\\u003e - \ ] 38.41MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":40078336,\"total\":159016450},\"progress\":\"[============\\u003e - \ ] 40.08MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35840,\"total\":3547191},\"progress\":\"[\\u003e - \ ] 35.84kB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41749504,\"total\":159016450},\"progress\":\"[=============\\u003e - \ ] 41.75MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":625664,\"total\":3547191},\"progress\":\"[========\\u003e - \ ] 625.7kB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":43420672,\"total\":159016450},\"progress\":\"[=============\\u003e - \ ] 43.42MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1608704,\"total\":3547191},\"progress\":\"[======================\\u003e - \ ] 1.609MB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45091840,\"total\":159016450},\"progress\":\"[==============\\u003e - \ ] 45.09MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2919424,\"total\":3547191},\"progress\":\"[=========================================\\u003e - \ ] 2.919MB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3551232,\"total\":3547191},\"progress\":\"[==================================================\\u003e] - \ 3.551MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47320064,\"total\":159016450},\"progress\":\"[==============\\u003e - \ ] 47.32MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48991232,\"total\":159016450},\"progress\":\"[===============\\u003e - \ ] 48.99MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50105344,\"total\":159016450},\"progress\":\"[===============\\u003e - \ ] 50.11MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51776512,\"total\":159016450},\"progress\":\"[================\\u003e - \ ] 51.78MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":54004736,\"total\":159016450},\"progress\":\"[================\\u003e - \ ] 54MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":56232960,\"total\":159016450},\"progress\":\"[=================\\u003e - \ ] 56.23MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57904128,\"total\":159016450},\"progress\":\"[==================\\u003e - \ ] 57.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":59575296,\"total\":159016450},\"progress\":\"[==================\\u003e - \ ] 59.58MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61246464,\"total\":159016450},\"progress\":\"[===================\\u003e - \ ] 61.25MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62360576,\"total\":159016450},\"progress\":\"[===================\\u003e - \ ] 62.36MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64031744,\"total\":159016450},\"progress\":\"[====================\\u003e - \ ] 64.03MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65702912,\"total\":159016450},\"progress\":\"[====================\\u003e - \ ] 65.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67374080,\"total\":159016450},\"progress\":\"[=====================\\u003e - \ ] 67.37MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69045248,\"total\":159016450},\"progress\":\"[=====================\\u003e - \ ] 69.05MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70716416,\"total\":159016450},\"progress\":\"[======================\\u003e - \ ] 70.72MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72387584,\"total\":159016450},\"progress\":\"[======================\\u003e - \ ] 72.39MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74058752,\"total\":159016450},\"progress\":\"[=======================\\u003e - \ ] 74.06MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75729920,\"total\":159016450},\"progress\":\"[=======================\\u003e - \ ] 75.73MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77958144,\"total\":159016450},\"progress\":\"[========================\\u003e - \ ] 77.96MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":79629312,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 79.63MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":81300480,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 81.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":82414592,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 82.41MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":84085760,\"total\":159016450},\"progress\":\"[==========================\\u003e - \ ] 84.09MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":85756928,\"total\":159016450},\"progress\":\"[==========================\\u003e - \ ] 85.76MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":86871040,\"total\":159016450},\"progress\":\"[===========================\\u003e - \ ] 86.87MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":87985152,\"total\":159016450},\"progress\":\"[===========================\\u003e - \ ] 87.99MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":90770432,\"total\":159016450},\"progress\":\"[============================\\u003e - \ ] 90.77MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":92441600,\"total\":159016450},\"progress\":\"[=============================\\u003e - \ ] 92.44MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":94112768,\"total\":159016450},\"progress\":\"[=============================\\u003e - \ ] 94.11MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":95757824,\"total\":159016450},\"progress\":\"[==============================\\u003e - \ ] 95.76MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":97384448,\"total\":159016450},\"progress\":\"[==============================\\u003e - \ ] 97.38MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":99017728,\"total\":159016450},\"progress\":\"[===============================\\u003e - \ ] 99.02MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":100627968,\"total\":159016450},\"progress\":\"[===============================\\u003e - \ ] 100.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":102215642,\"total\":159016450},\"progress\":\"[================================\\u003e - \ ] 102.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":103798687,\"total\":159016450},\"progress\":\"[================================\\u003e - \ ] 103.8MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":105383199,\"total\":159016450},\"progress\":\"[=================================\\u003e - \ ] 105.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":106969600,\"total\":159016450},\"progress\":\"[=================================\\u003e - \ ] 107MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":108547584,\"total\":159016450},\"progress\":\"[==================================\\u003e - \ ] 108.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":110134234,\"total\":159016450},\"progress\":\"[==================================\\u003e - \ ] 110.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":111715743,\"total\":159016450},\"progress\":\"[===================================\\u003e - \ ] 111.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":113299743,\"total\":159016450},\"progress\":\"[===================================\\u003e - \ ] 113.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":114887168,\"total\":159016450},\"progress\":\"[====================================\\u003e - \ ] 114.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":116465664,\"total\":159016450},\"progress\":\"[====================================\\u003e - \ ] 116.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":118052314,\"total\":159016450},\"progress\":\"[=====================================\\u003e - \ ] 118.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":119633823,\"total\":159016450},\"progress\":\"[=====================================\\u003e - \ ] 119.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":121217823,\"total\":159016450},\"progress\":\"[======================================\\u003e - \ ] 121.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":123331034,\"total\":159016450},\"progress\":\"[======================================\\u003e - \ ] 123.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":1421},\"progress\":\"[==================\\u003e - \ ] 512B/1.421kB\",\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4608,\"total\":1421},\"progress\":\"[==================================================\\u003e] - \ 4.608kB\",\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":124912543,\"total\":159016450},\"progress\":\"[=======================================\\u003e - \ ] 124.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":127023104,\"total\":159016450},\"progress\":\"[=======================================\\u003e - \ ] 127MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":128083968,\"total\":159016450},\"progress\":\"[========================================\\u003e - \ ] 128.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":129135903,\"total\":159016450},\"progress\":\"[========================================\\u003e - \ ] 129.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":130723328,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 130.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":132301824,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 132.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":133362688,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 133.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":134414623,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 134.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":134941703,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 134.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136019968,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 136MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136555757,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 136.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":137631232,\"total\":159016450},\"progress\":\"[===========================================\\u003e - \ ] 137.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":138692608,\"total\":159016450},\"progress\":\"[===========================================\\u003e - \ ] 138.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":140270592,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 140.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":141331968,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 141.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":141857754,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 141.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":142909952,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 142.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143439263,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 143.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143971328,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 144MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":145023263,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 145MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":146074112,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 146.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":146605056,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 146.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4096,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 4.096kB\",\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":147130002,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 147.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":147662758,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 147.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148187942,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 148.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148714496,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 148.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":149271552,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 149.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150385664,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 150.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150913354,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 150.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151440954,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 151.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151971578,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 152MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":152497022,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 152.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153022286,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 153MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153546752,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 153.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154071552,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 154.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154596352,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 154.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155125921,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 155.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155660288,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 155.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":156214050,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 156.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":156738560,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 156.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157263360,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 157.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157788463,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 157.8MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":158867456,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 158.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":159917658,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 159.9MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160443040,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 160.4MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161492992,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 161.5MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162019844,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 162MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":243200,\"total\":23915927},\"progress\":\"[\\u003e - \ ] 243.2kB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163071488,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 163.1MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163077120,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 163.1MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1262592,\"total\":23915927},\"progress\":\"[==\\u003e - \ ] 1.263MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2053632,\"total\":23915927},\"progress\":\"[====\\u003e - \ ] 2.054MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3335168,\"total\":23915927},\"progress\":\"[======\\u003e - \ ] 3.335MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4383744,\"total\":23915927},\"progress\":\"[=========\\u003e - \ ] 4.384MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5432320,\"total\":23915927},\"progress\":\"[===========\\u003e - \ ] 5.432MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6723584,\"total\":23915927},\"progress\":\"[==============\\u003e - \ ] 6.724MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7470592,\"total\":23915927},\"progress\":\"[===============\\u003e - \ ] 7.471MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8497664,\"total\":23915927},\"progress\":\"[=================\\u003e - \ ] 8.498MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9756160,\"total\":23915927},\"progress\":\"[====================\\u003e - \ ] 9.756MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10775040,\"total\":23915927},\"progress\":\"[======================\\u003e - \ ] 10.78MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11798016,\"total\":23915927},\"progress\":\"[========================\\u003e - \ ] 11.8MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13108736,\"total\":23915927},\"progress\":\"[===========================\\u003e - \ ] 13.11MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14419456,\"total\":23915927},\"progress\":\"[==============================\\u003e - \ ] 14.42MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15468032,\"total\":23915927},\"progress\":\"[================================\\u003e - \ ] 15.47MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16462241,\"total\":23915927},\"progress\":\"[==================================\\u003e - \ ] 16.46MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18048029,\"total\":23915927},\"progress\":\"[=====================================\\u003e - \ ] 18.05MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19011584,\"total\":23915927},\"progress\":\"[=======================================\\u003e - \ ] 19.01MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20307456,\"total\":23915927},\"progress\":\"[==========================================\\u003e - \ ] 20.31MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21030649,\"total\":23915927},\"progress\":\"[===========================================\\u003e - \ ] 21.03MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21510144,\"total\":23915927},\"progress\":\"[============================================\\u003e - \ ] 21.51MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22469632,\"total\":23915927},\"progress\":\"[==============================================\\u003e - \ ] 22.47MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23217152,\"total\":23915927},\"progress\":\"[================================================\\u003e - \ ] 23.22MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24776704,\"total\":23915927},\"progress\":\"[==================================================\\u003e] - \ 24.78MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25977856,\"total\":23915927},\"progress\":\"[==================================================\\u003e] - \ 25.98MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":264},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3072,\"total\":264},\"progress\":\"[==================================================\\u003e] - \ 3.072kB\",\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":241},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3072,\"total\":241},\"progress\":\"[==================================================\\u003e] - \ 3.072kB\",\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":525312,\"total\":63156473},\"progress\":\"[\\u003e - \ ] 525.3kB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1621504,\"total\":63156473},\"progress\":\"[=\\u003e - \ ] 1.622MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2697728,\"total\":63156473},\"progress\":\"[==\\u003e - \ ] 2.698MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3760824,\"total\":63156473},\"progress\":\"[==\\u003e - \ ] 3.761MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4839936,\"total\":63156473},\"progress\":\"[===\\u003e - \ ] 4.84MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5395456,\"total\":63156473},\"progress\":\"[====\\u003e - \ ] 5.395MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6473728,\"total\":63156473},\"progress\":\"[=====\\u003e - \ ] 6.474MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7587840,\"total\":63156473},\"progress\":\"[======\\u003e - \ ] 7.588MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9210368,\"total\":63156473},\"progress\":\"[=======\\u003e - \ ] 9.21MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10323968,\"total\":63156473},\"progress\":\"[========\\u003e - \ ] 10.32MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11430400,\"total\":63156473},\"progress\":\"[=========\\u003e - \ ] 11.43MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12529664,\"total\":63156473},\"progress\":\"[=========\\u003e - \ ] 12.53MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13623808,\"total\":63156473},\"progress\":\"[==========\\u003e - \ ] 13.62MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14695424,\"total\":63156473},\"progress\":\"[===========\\u003e - \ ] 14.7MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16316928,\"total\":63156473},\"progress\":\"[============\\u003e - \ ] 16.32MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17916416,\"total\":63156473},\"progress\":\"[==============\\u003e - \ ] 17.92MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18996736,\"total\":63156473},\"progress\":\"[===============\\u003e - \ ] 19MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20085440,\"total\":63156473},\"progress\":\"[===============\\u003e - \ ] 20.09MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21162496,\"total\":63156473},\"progress\":\"[================\\u003e - \ ] 21.16MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22761472,\"total\":63156473},\"progress\":\"[==================\\u003e - \ ] 22.76MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24373760,\"total\":63156473},\"progress\":\"[===================\\u003e - \ ] 24.37MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25960448,\"total\":63156473},\"progress\":\"[====================\\u003e - \ ] 25.96MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27567616,\"total\":63156473},\"progress\":\"[=====================\\u003e - \ ] 27.57MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29212160,\"total\":63156473},\"progress\":\"[=======================\\u003e - \ ] 29.21MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30834176,\"total\":63156473},\"progress\":\"[========================\\u003e - \ ] 30.83MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32460296,\"total\":63156473},\"progress\":\"[=========================\\u003e - \ ] 32.46MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34064384,\"total\":63156473},\"progress\":\"[==========================\\u003e - \ ] 34.06MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35680328,\"total\":63156473},\"progress\":\"[============================\\u003e - \ ] 35.68MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37262408,\"total\":63156473},\"progress\":\"[=============================\\u003e - \ ] 37.26MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39407616,\"total\":63156473},\"progress\":\"[===============================\\u003e - \ ] 39.41MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41003008,\"total\":63156473},\"progress\":\"[================================\\u003e - \ ] 41MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42624512,\"total\":63156473},\"progress\":\"[=================================\\u003e - \ ] 42.62MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44262400,\"total\":63156473},\"progress\":\"[===================================\\u003e - \ ] 44.26MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45376512,\"total\":63156473},\"progress\":\"[===================================\\u003e - \ ] 45.38MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":46969856,\"total\":63156473},\"progress\":\"[=====================================\\u003e - \ ] 46.97MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48072704,\"total\":63156473},\"progress\":\"[======================================\\u003e - \ ] 48.07MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49703936,\"total\":63156473},\"progress\":\"[=======================================\\u003e - \ ] 49.7MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51373056,\"total\":63156473},\"progress\":\"[========================================\\u003e - \ ] 51.37MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53560320,\"total\":63156473},\"progress\":\"[==========================================\\u003e - \ ] 53.56MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":54652416,\"total\":63156473},\"progress\":\"[===========================================\\u003e - \ ] 54.65MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":56273619,\"total\":63156473},\"progress\":\"[============================================\\u003e - \ ] 56.27MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57330399,\"total\":63156473},\"progress\":\"[=============================================\\u003e - \ ] 57.33MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":58421760,\"total\":63156473},\"progress\":\"[==============================================\\u003e - \ ] 58.42MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":60034048,\"total\":63156473},\"progress\":\"[===============================================\\u003e - \ ] 60.03MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61085646,\"total\":63156473},\"progress\":\"[================================================\\u003e - \ ] 61.09MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2306048},\"progress\":\"[\\u003e - \ ] 34.3kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62136320,\"total\":63156473},\"progress\":\"[=================================================\\u003e - ] 62.14MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":919040,\"total\":2306048},\"progress\":\"[===================\\u003e - \ ] 919kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":63216640,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 63.22MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2164224,\"total\":2306048},\"progress\":\"[==============================================\\u003e - \ ] 2.164MB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2308608,\"total\":2306048},\"progress\":\"[==================================================\\u003e] - \ 2.309MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64283136,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 64.28MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65348608,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 65.35MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65528832,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 65.53MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e - \ ] 512B/953B\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] - \ 3.584kB\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] + body: "{\"status\":\"The push refers to repository [rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp]\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2740408},\"progress\":\"[\\u003e + \ ] 34.3kB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":234761},\"progress\":\"[\\u003e + \ ] 2.56kB/234.8kB\",\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":22532},\"progress\":\"[=\\u003e + \ ] 512B/22.53kB\",\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27648,\"total\":22532},\"progress\":\"[==================================================\\u003e] + \ 27.65kB\",\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e + \ ] 512B/953B\",\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] + \ 3.584kB\",\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":820736,\"total\":2740408},\"progress\":\"[==============\\u003e + \ ] 820.7kB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":250368,\"total\":234761},\"progress\":\"[==================================================\\u003e] + \ 250.4kB\",\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2000384,\"total\":2740408},\"progress\":\"[====================================\\u003e + \ ] 2MB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2743296,\"total\":2740408},\"progress\":\"[==================================================\\u003e] + \ 2.743MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] \ 512B\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"latest: - digest: sha256:82fa023ded2a525b92d960a2d19479499a45756715a081803649712420d33a9f - size: 3452\"}\r\n{\"progressDetail\":{},\"aux\":{\"Tag\":\"latest\",\"Digest\":\"sha256:82fa023ded2a525b92d960a2d19479499a45756715a081803649712420d33a9f\",\"Size\":3452}}\r\n" + \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":204800,\"total\":19311355},\"progress\":\"[\\u003e + \ ] 204.8kB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1384448,\"total\":19311355},\"progress\":\"[===\\u003e + \ ] 1.384MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2564096,\"total\":19311355},\"progress\":\"[======\\u003e + \ ] 2.564MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3743744,\"total\":19311355},\"progress\":\"[=========\\u003e + \ ] 3.744MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4923392,\"total\":19311355},\"progress\":\"[============\\u003e + \ ] 4.923MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":526336,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 526.3kB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6103040,\"total\":19311355},\"progress\":\"[===============\\u003e + \ ] 6.103MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7282688,\"total\":19311355},\"progress\":\"[==================\\u003e + \ ] 7.283MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1057792,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 1.058MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8658944,\"total\":19311355},\"progress\":\"[======================\\u003e + \ ] 8.659MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2171904,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 2.172MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9838592,\"total\":19311355},\"progress\":\"[=========================\\u003e + \ ] 9.839MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":505},\"progress\":\"[==================================================\\u003e] + \ 512B\",\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":505},\"progress\":\"[==================================================\\u003e] + \ 2.56kB\",\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":68608,\"total\":4477167},\"progress\":\"[\\u003e + \ ] 68.61kB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":1417},\"progress\":\"[==================\\u003e + \ ] 512B/1.417kB\",\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4608,\"total\":1417},\"progress\":\"[==================================================\\u003e] + \ 4.608kB\",\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11018240,\"total\":19311355},\"progress\":\"[============================\\u003e + \ ] 11.02MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3286016,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 3.286MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":986112,\"total\":4477167},\"progress\":\"[===========\\u003e + \ ] 986.1kB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12787712,\"total\":19311355},\"progress\":\"[=================================\\u003e + \ ] 12.79MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4957184,\"total\":166365243},\"progress\":\"[=\\u003e + \ ] 4.957MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1969152,\"total\":4477167},\"progress\":\"[=====================\\u003e + \ ] 1.969MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14163968,\"total\":19311355},\"progress\":\"[====================================\\u003e + \ ] 14.16MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3214336,\"total\":4477167},\"progress\":\"[===================================\\u003e + \ ] 3.214MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6628352,\"total\":166365243},\"progress\":\"[=\\u003e + \ ] 6.628MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15343616,\"total\":19311355},\"progress\":\"[=======================================\\u003e + \ ] 15.34MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4328448,\"total\":4477167},\"progress\":\"[================================================\\u003e + \ ] 4.328MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4481536,\"total\":4477167},\"progress\":\"[==================================================\\u003e] + \ 4.482MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8299520,\"total\":166365243},\"progress\":\"[==\\u003e + \ ] 8.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16523264,\"total\":19311355},\"progress\":\"[==========================================\\u003e + \ ] 16.52MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17507170,\"total\":19311355},\"progress\":\"[=============================================\\u003e + \ ] 17.51MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9970688,\"total\":166365243},\"progress\":\"[==\\u003e + \ ] 9.971MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11084800,\"total\":166365243},\"progress\":\"[===\\u003e + \ ] 11.08MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17907566,\"total\":19311355},\"progress\":\"[==============================================\\u003e + \ ] 17.91MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12198912,\"total\":166365243},\"progress\":\"[===\\u003e + \ ] 12.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18308312,\"total\":19311355},\"progress\":\"[===============================================\\u003e + \ ] 18.31MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18902467,\"total\":19311355},\"progress\":\"[================================================\\u003e + \ ] 18.9MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13870080,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 13.87MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14984192,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 14.98MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19289600,\"total\":19311355},\"progress\":\"[=================================================\\u003e + ] 19.29MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16098304,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 16.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19690496,\"total\":19311355},\"progress\":\"[==================================================\\u003e] + \ 19.69MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19708928,\"total\":19311355},\"progress\":\"[==================================================\\u003e] + \ 19.71MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17212416,\"total\":166365243},\"progress\":\"[=====\\u003e + \ ] 17.21MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18883584,\"total\":166365243},\"progress\":\"[=====\\u003e + \ ] 18.88MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20554752,\"total\":166365243},\"progress\":\"[======\\u003e + \ ] 20.55MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22225920,\"total\":166365243},\"progress\":\"[======\\u003e + \ ] 22.23MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23897088,\"total\":166365243},\"progress\":\"[=======\\u003e + \ ] 23.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25568256,\"total\":166365243},\"progress\":\"[=======\\u003e + \ ] 25.57MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27239424,\"total\":166365243},\"progress\":\"[========\\u003e + \ ] 27.24MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28910592,\"total\":166365243},\"progress\":\"[========\\u003e + \ ] 28.91MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":520704,\"total\":51167361},\"progress\":\"[\\u003e + \ ] 520.7kB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30024704,\"total\":166365243},\"progress\":\"[=========\\u003e + \ ] 30.02MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1588224,\"total\":51167361},\"progress\":\"[=\\u003e + \ ] 1.588MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":31695872,\"total\":166365243},\"progress\":\"[=========\\u003e + \ ] 31.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3160576,\"total\":51167361},\"progress\":\"[===\\u003e + \ ] 3.161MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33367040,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 33.37MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5257728,\"total\":51167361},\"progress\":\"[=====\\u003e + \ ] 5.258MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35038208,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 35.04MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6844176,\"total\":51167361},\"progress\":\"[======\\u003e + \ ] 6.844MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36152320,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 36.15MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":529888,\"total\":77863019},\"progress\":\"[\\u003e + \ ] 529.9kB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8404752,\"total\":51167361},\"progress\":\"[========\\u003e + \ ] 8.405MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1641472,\"total\":77863019},\"progress\":\"[=\\u003e + \ ] 1.641MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9972496,\"total\":51167361},\"progress\":\"[=========\\u003e + \ ] 9.972MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39494656,\"total\":166365243},\"progress\":\"[===========\\u003e + \ ] 39.49MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2744192,\"total\":77863019},\"progress\":\"[=\\u003e + \ ] 2.744MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12075792,\"total\":51167361},\"progress\":\"[===========\\u003e + \ ] 12.08MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41165824,\"total\":166365243},\"progress\":\"[============\\u003e + \ ] 41.17MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13658112,\"total\":51167361},\"progress\":\"[=============\\u003e + \ ] 13.66MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4363776,\"total\":77863019},\"progress\":\"[==\\u003e + \ ] 4.364MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42836992,\"total\":166365243},\"progress\":\"[============\\u003e + \ ] 42.84MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15260672,\"total\":51167361},\"progress\":\"[==============\\u003e + \ ] 15.26MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5963752,\"total\":77863019},\"progress\":\"[===\\u003e + \ ] 5.964MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44508160,\"total\":166365243},\"progress\":\"[=============\\u003e + \ ] 44.51MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":46179328,\"total\":166365243},\"progress\":\"[=============\\u003e + \ ] 46.18MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7588584,\"total\":77863019},\"progress\":\"[====\\u003e + \ ] 7.589MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16850944,\"total\":51167361},\"progress\":\"[================\\u003e + \ ] 16.85MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47850496,\"total\":166365243},\"progress\":\"[==============\\u003e + \ ] 47.85MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9195520,\"total\":77863019},\"progress\":\"[=====\\u003e + \ ] 9.196MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18423808,\"total\":51167361},\"progress\":\"[==================\\u003e + \ ] 18.42MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49521664,\"total\":166365243},\"progress\":\"[==============\\u003e + \ ] 49.52MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10854912,\"total\":77863019},\"progress\":\"[======\\u003e + \ ] 10.85MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19996672,\"total\":51167361},\"progress\":\"[===================\\u003e + \ ] 20MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11969024,\"total\":77863019},\"progress\":\"[=======\\u003e + \ ] 11.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21584384,\"total\":51167361},\"progress\":\"[=====================\\u003e + \ ] 21.58MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13640192,\"total\":77863019},\"progress\":\"[========\\u003e + \ ] 13.64MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22632960,\"total\":51167361},\"progress\":\"[======================\\u003e + \ ] 22.63MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15278664,\"total\":77863019},\"progress\":\"[=========\\u003e + \ ] 15.28MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24208384,\"total\":51167361},\"progress\":\"[=======================\\u003e + \ ] 24.21MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16923648,\"total\":77863019},\"progress\":\"[==========\\u003e + \ ] 16.92MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25254400,\"total\":51167361},\"progress\":\"[========================\\u003e + \ ] 25.25MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18533992,\"total\":77863019},\"progress\":\"[===========\\u003e + \ ] 18.53MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27341824,\"total\":51167361},\"progress\":\"[==========================\\u003e + \ ] 27.34MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20145152,\"total\":77863019},\"progress\":\"[============\\u003e + \ ] 20.15MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28924416,\"total\":51167361},\"progress\":\"[============================\\u003e + \ ] 28.92MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21204240,\"total\":77863019},\"progress\":\"[=============\\u003e + \ ] 21.2MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29961595,\"total\":51167361},\"progress\":\"[=============================\\u003e + \ ] 29.96MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50635776,\"total\":166365243},\"progress\":\"[===============\\u003e + \ ] 50.64MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23892992,\"total\":77863019},\"progress\":\"[===============\\u003e + \ ] 23.89MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":31015424,\"total\":51167361},\"progress\":\"[==============================\\u003e + \ ] 31.02MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":52306944,\"total\":166365243},\"progress\":\"[===============\\u003e + \ ] 52.31MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":26055680,\"total\":77863019},\"progress\":\"[================\\u003e + \ ] 26.06MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32601088,\"total\":51167361},\"progress\":\"[===============================\\u003e + \ ] 32.6MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28206592,\"total\":77863019},\"progress\":\"[==================\\u003e + \ ] 28.21MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53978112,\"total\":166365243},\"progress\":\"[================\\u003e + \ ] 53.98MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33652432,\"total\":51167361},\"progress\":\"[================================\\u003e + \ ] 33.65MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29835264,\"total\":77863019},\"progress\":\"[===================\\u003e + \ ] 29.84MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":55649280,\"total\":166365243},\"progress\":\"[================\\u003e + \ ] 55.65MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34701824,\"total\":51167361},\"progress\":\"[=================================\\u003e + \ ] 34.7MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30949376,\"total\":77863019},\"progress\":\"[===================\\u003e + \ ] 30.95MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57877504,\"total\":166365243},\"progress\":\"[=================\\u003e + \ ] 57.88MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36274688,\"total\":51167361},\"progress\":\"[===================================\\u003e + \ ] 36.27MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":60105728,\"total\":166365243},\"progress\":\"[==================\\u003e + \ ] 60.11MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32569344,\"total\":77863019},\"progress\":\"[====================\\u003e + \ ] 32.57MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37847552,\"total\":51167361},\"progress\":\"[====================================\\u003e + \ ] 37.85MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34240512,\"total\":77863019},\"progress\":\"[=====================\\u003e + \ ] 34.24MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62333952,\"total\":166365243},\"progress\":\"[==================\\u003e + \ ] 62.33MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35890176,\"total\":77863019},\"progress\":\"[=======================\\u003e + \ ] 35.89MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64005120,\"total\":166365243},\"progress\":\"[===================\\u003e + \ ] 64.01MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":38899029,\"total\":51167361},\"progress\":\"[======================================\\u003e + \ ] 38.9MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37004288,\"total\":77863019},\"progress\":\"[=======================\\u003e + \ ] 37MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65676288,\"total\":166365243},\"progress\":\"[===================\\u003e + \ ] 65.68MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39959040,\"total\":51167361},\"progress\":\"[=======================================\\u003e + \ ] 39.96MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67347456,\"total\":166365243},\"progress\":\"[====================\\u003e + \ ] 67.35MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42056192,\"total\":51167361},\"progress\":\"[=========================================\\u003e + \ ] 42.06MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":43640832,\"total\":51167361},\"progress\":\"[==========================================\\u003e + \ ] 43.64MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69018624,\"total\":166365243},\"progress\":\"[====================\\u003e + \ ] 69.02MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37561344,\"total\":77863019},\"progress\":\"[========================\\u003e + \ ] 37.56MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70689792,\"total\":166365243},\"progress\":\"[=====================\\u003e + \ ] 70.69MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39232512,\"total\":77863019},\"progress\":\"[=========================\\u003e + \ ] 39.23MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44668739,\"total\":51167361},\"progress\":\"[===========================================\\u003e + \ ] 44.67MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72360960,\"total\":166365243},\"progress\":\"[=====================\\u003e + \ ] 72.36MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":40346624,\"total\":77863019},\"progress\":\"[=========================\\u003e + \ ] 40.35MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45699072,\"total\":51167361},\"progress\":\"[============================================\\u003e + \ ] 45.7MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41967616,\"total\":77863019},\"progress\":\"[==========================\\u003e + \ ] 41.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47253273,\"total\":51167361},\"progress\":\"[==============================================\\u003e + \ ] 47.25MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44153856,\"total\":77863019},\"progress\":\"[============================\\u003e + \ ] 44.15MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45814784,\"total\":77863019},\"progress\":\"[=============================\\u003e + \ ] 45.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48277855,\"total\":51167361},\"progress\":\"[===============================================\\u003e + \ ] 48.28MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47440384,\"total\":77863019},\"progress\":\"[==============================\\u003e + \ ] 47.44MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48790016,\"total\":51167361},\"progress\":\"[===============================================\\u003e + \ ] 48.79MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48522240,\"total\":77863019},\"progress\":\"[===============================\\u003e + \ ] 48.52MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49302016,\"total\":51167361},\"progress\":\"[================================================\\u003e + \ ] 49.3MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50171392,\"total\":77863019},\"progress\":\"[================================\\u003e + \ ] 50.17MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49814016,\"total\":51167361},\"progress\":\"[================================================\\u003e + \ ] 49.81MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51794432,\"total\":77863019},\"progress\":\"[=================================\\u003e + \ ] 51.79MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51382784,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 51.38MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":52982784,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 52.98MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53974528,\"total\":77863019},\"progress\":\"[==================================\\u003e + \ ] 53.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53743616,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 53.74MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":55596544,\"total\":77863019},\"progress\":\"[===================================\\u003e + \ ] 55.6MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57248768,\"total\":77863019},\"progress\":\"[====================================\\u003e + \ ] 57.25MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":59412992,\"total\":77863019},\"progress\":\"[======================================\\u003e + \ ] 59.41MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61080064,\"total\":77863019},\"progress\":\"[=======================================\\u003e + \ ] 61.08MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74032128,\"total\":166365243},\"progress\":\"[======================\\u003e + \ ] 74.03MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75703296,\"total\":166365243},\"progress\":\"[======================\\u003e + \ ] 75.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77374464,\"total\":166365243},\"progress\":\"[=======================\\u003e + \ ] 77.37MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":79045632,\"total\":166365243},\"progress\":\"[=======================\\u003e + \ ] 79.05MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":80716800,\"total\":166365243},\"progress\":\"[========================\\u003e + \ ] 80.72MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":82387968,\"total\":166365243},\"progress\":\"[========================\\u003e + \ ] 82.39MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":84059136,\"total\":166365243},\"progress\":\"[=========================\\u003e + \ ] 84.06MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62735872,\"total\":77863019},\"progress\":\"[========================================\\u003e + \ ] 62.74MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":85730304,\"total\":166365243},\"progress\":\"[=========================\\u003e + \ ] 85.73MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":63806976,\"total\":77863019},\"progress\":\"[========================================\\u003e + \ ] 63.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":86844416,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 86.84MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64910848,\"total\":77863019},\"progress\":\"[=========================================\\u003e + \ ] 64.91MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":87958528,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 87.96MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65967930,\"total\":77863019},\"progress\":\"[==========================================\\u003e + \ ] 65.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":89072640,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 89.07MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":66492416,\"total\":77863019},\"progress\":\"[==========================================\\u003e + \ ] 66.49MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":90186752,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 90.19MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67561464,\"total\":77863019},\"progress\":\"[===========================================\\u003e + \ ] 67.56MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":91300864,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 91.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69194040,\"total\":77863019},\"progress\":\"[============================================\\u003e + \ ] 69.19MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":92414976,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 92.41MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70848512,\"total\":77863019},\"progress\":\"[=============================================\\u003e + \ ] 70.85MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":93529088,\"total\":166365243},\"progress\":\"[============================\\u003e + \ ] 93.53MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72473984,\"total\":77863019},\"progress\":\"[==============================================\\u003e + \ ] 72.47MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":95757312,\"total\":166365243},\"progress\":\"[============================\\u003e + \ ] 95.76MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":73531904,\"total\":77863019},\"progress\":\"[===============================================\\u003e + \ ] 73.53MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":96871424,\"total\":166365243},\"progress\":\"[=============================\\u003e + \ ] 96.87MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74058240,\"total\":77863019},\"progress\":\"[===============================================\\u003e + \ ] 74.06MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":98542592,\"total\":166365243},\"progress\":\"[=============================\\u003e + \ ] 98.54MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":100213760,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 100.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75130368,\"total\":77863019},\"progress\":\"[================================================\\u003e + \ ] 75.13MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":101281280,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 101.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":76188160,\"total\":77863019},\"progress\":\"[================================================\\u003e + \ ] 76.19MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":102395392,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 102.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":76736512,\"total\":77863019},\"progress\":\"[=================================================\\u003e + ] 76.74MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":103481856,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 103.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77811009,\"total\":77863019},\"progress\":\"[=================================================\\u003e + ] 77.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":104568094,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 104.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":106155520,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 106.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":78881280,\"total\":77863019},\"progress\":\"[==================================================\\u003e] + \ 78.88MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":80412672,\"total\":77863019},\"progress\":\"[==================================================\\u003e] + \ 80.41MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":107222528,\"total\":166365243},\"progress\":\"[================================\\u003e + \ ] 107.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":109381112,\"total\":166365243},\"progress\":\"[================================\\u003e + \ ] 109.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":111549952,\"total\":166365243},\"progress\":\"[=================================\\u003e + \ ] 111.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":113691044,\"total\":166365243},\"progress\":\"[==================================\\u003e + \ ] 113.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":115274527,\"total\":166365243},\"progress\":\"[==================================\\u003e + \ ] 115.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":116861440,\"total\":166365243},\"progress\":\"[===================================\\u003e + \ ] 116.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":118439424,\"total\":166365243},\"progress\":\"[===================================\\u003e + \ ] 118.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":120026586,\"total\":166365243},\"progress\":\"[====================================\\u003e + \ ] 120MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":121608100,\"total\":166365243},\"progress\":\"[====================================\\u003e + \ ] 121.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":123718144,\"total\":166365243},\"progress\":\"[=====================================\\u003e + \ ] 123.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":125305306,\"total\":166365243},\"progress\":\"[=====================================\\u003e + \ ] 125.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":126886820,\"total\":166365243},\"progress\":\"[======================================\\u003e + \ ] 126.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":128996864,\"total\":166365243},\"progress\":\"[======================================\\u003e + \ ] 129MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":130584026,\"total\":166365243},\"progress\":\"[=======================================\\u003e + \ ] 130.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":132165540,\"total\":166365243},\"progress\":\"[=======================================\\u003e + \ ] 132.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":133749535,\"total\":166365243},\"progress\":\"[========================================\\u003e + \ ] 133.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":135336960,\"total\":166365243},\"progress\":\"[========================================\\u003e + \ ] 135.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136914944,\"total\":166365243},\"progress\":\"[=========================================\\u003e + \ ] 136.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":138502106,\"total\":166365243},\"progress\":\"[=========================================\\u003e + \ ] 138.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":140615680,\"total\":166365243},\"progress\":\"[==========================================\\u003e + \ ] 140.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":142193664,\"total\":166365243},\"progress\":\"[==========================================\\u003e + \ ] 142.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143781338,\"total\":166365243},\"progress\":\"[===========================================\\u003e + \ ] 143.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":145894400,\"total\":166365243},\"progress\":\"[===========================================\\u003e + \ ] 145.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148002212,\"total\":166365243},\"progress\":\"[============================================\\u003e + \ ] 148MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150112768,\"total\":166365243},\"progress\":\"[=============================================\\u003e + \ ] 150.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151699418,\"total\":166365243},\"progress\":\"[=============================================\\u003e + \ ] 151.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153280932,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 153.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154864927,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 154.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155916784,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 155.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157507584,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 157.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":158597213,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 158.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":159128959,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 159.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160182294,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 160.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160708006,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 160.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161233375,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 161.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161764322,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 161.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162288867,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 162.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162824082,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 162.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163349023,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 163.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":164409178,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 164.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":165466486,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 165.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":165993984,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 166MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":166541312,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 166.5MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":167619584,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 167.6MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":168144384,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 168.1MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":168678351,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 168.7MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":169207167,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 169.2MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":169746167,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 169.7MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":170226688,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 170.2MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"latest: + digest: sha256:cdf2cd972ffc9a3401dda4ee202983b4de00b7e2ea25909ea574264a6573041c + size: 2831\"}\r\n{\"progressDetail\":{},\"aux\":{\"Tag\":\"latest\",\"Digest\":\"sha256:cdf2cd972ffc9a3401dda4ee202983b4de00b7e2ea25909ea574264a6573041c\",\"Size\":2831}}\r\n" form: {} headers: - Content-Type: - - text/plain X-Registry-Auth: - - eyJ1c2VybmFtZSI6IlNDV0JERkYwNTRSTk5FODIwNEFKIiwicGFzc3dvcmQiOiI3YjYzNjljMS1mZmU0LTQ0MWEtOTgzMi1hMjM5NzI2N2EzMjgiLCJzZXJ2ZXJhZGRyZXNzIjoicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licGV1d3kybGZtIn0= - url: http://%2Fvar%2Frun%2Fdocker.sock/v1.41/images/rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp/push?tag=latest + - eyJ1c2VybmFtZSI6IlNDV1BCNUE4WkhLR1RTRDJOSEIwIiwicGFzc3dvcmQiOiJkMWRmNDUyMi1mZjM2LTQyNjMtOTRhMy0wOGZlZjZkOWQyZGIiLCJzZXJ2ZXJhZGRyZXNzIjoicmcuZnItcGFyLnNjdy5jbG91ZC9mdW5jc2N3Y2xpdGN0bnJkZXBsb3licHhvdmZudWpkIn0= + url: http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp/push?tag=latest method: POST response: - body: "{\"status\":\"The push refers to repository [rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp]\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"316102a103dc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":236446},\"progress\":\"[\\u003e - \ ] 2.56kB/236.4kB\",\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e - \ ] 512B/953B\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] - \ 3.584kB\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":252416,\"total\":236446},\"progress\":\"[==================================================\\u003e] - \ 252.4kB\",\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2306048},\"progress\":\"[\\u003e - \ ] 34.3kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":22529},\"progress\":\"[=\\u003e - \ ] 512B/22.53kB\",\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27648,\"total\":22529},\"progress\":\"[==================================================\\u003e] - \ 27.65kB\",\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":787968,\"total\":2306048},\"progress\":\"[=================\\u003e - \ ] 788kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1476096,\"total\":2306048},\"progress\":\"[================================\\u003e - \ ] 1.476MB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2308608,\"total\":2306048},\"progress\":\"[==================================================\\u003e] - \ 2.309MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"316102a103dc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":203776,\"total\":18561504},\"progress\":\"[\\u003e - \ ] 203.8kB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1186816,\"total\":18561504},\"progress\":\"[===\\u003e - \ ] 1.187MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2366464,\"total\":18561504},\"progress\":\"[======\\u003e - \ ] 2.366MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3546112,\"total\":18561504},\"progress\":\"[=========\\u003e - \ ] 3.546MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4725760,\"total\":18561504},\"progress\":\"[============\\u003e - \ ] 4.726MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5708800,\"total\":18561504},\"progress\":\"[===============\\u003e - \ ] 5.709MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6691840,\"total\":18561504},\"progress\":\"[==================\\u003e - \ ] 6.692MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7478272,\"total\":18561504},\"progress\":\"[====================\\u003e - \ ] 7.478MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8657920,\"total\":18561504},\"progress\":\"[=======================\\u003e - \ ] 8.658MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10034176,\"total\":18561504},\"progress\":\"[===========================\\u003e - \ ] 10.03MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"b74a3e3c70c5\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11607040,\"total\":18561504},\"progress\":\"[===============================\\u003e - \ ] 11.61MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13179904,\"total\":18561504},\"progress\":\"[===================================\\u003e - \ ] 13.18MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14359552,\"total\":18561504},\"progress\":\"[======================================\\u003e - \ ] 14.36MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15539200,\"total\":18561504},\"progress\":\"[=========================================\\u003e - \ ] 15.54MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16904372,\"total\":18561504},\"progress\":\"[=============================================\\u003e - \ ] 16.9MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17858631,\"total\":18561504},\"progress\":\"[================================================\\u003e - \ ] 17.86MB/18.56MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18957312,\"total\":18561504},\"progress\":\"[==================================================\\u003e] - \ 18.96MB\",\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":527360,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 527.4kB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1641472,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 1.641MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2755584,\"total\":159016450},\"progress\":\"[\\u003e - \ ] 2.756MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4426752,\"total\":159016450},\"progress\":\"[=\\u003e - \ ] 4.427MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6097920,\"total\":159016450},\"progress\":\"[=\\u003e - \ ] 6.098MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7769088,\"total\":159016450},\"progress\":\"[==\\u003e - \ ] 7.769MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9440256,\"total\":159016450},\"progress\":\"[==\\u003e - \ ] 9.44MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10554368,\"total\":159016450},\"progress\":\"[===\\u003e - \ ] 10.55MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12225536,\"total\":159016450},\"progress\":\"[===\\u003e - \ ] 12.23MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13896704,\"total\":159016450},\"progress\":\"[====\\u003e - \ ] 13.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15567872,\"total\":159016450},\"progress\":\"[====\\u003e - \ ] 15.57MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17239040,\"total\":159016450},\"progress\":\"[=====\\u003e - \ ] 17.24MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18910208,\"total\":159016450},\"progress\":\"[=====\\u003e - \ ] 18.91MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20024320,\"total\":159016450},\"progress\":\"[======\\u003e - \ ] 20.02MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21695488,\"total\":159016450},\"progress\":\"[======\\u003e - \ ] 21.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23366656,\"total\":159016450},\"progress\":\"[=======\\u003e - \ ] 23.37MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25037824,\"total\":159016450},\"progress\":\"[=======\\u003e - \ ] 25.04MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":26151936,\"total\":159016450},\"progress\":\"[========\\u003e - \ ] 26.15MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27823104,\"total\":159016450},\"progress\":\"[========\\u003e - \ ] 27.82MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28937216,\"total\":159016450},\"progress\":\"[=========\\u003e - \ ] 28.94MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30608384,\"total\":159016450},\"progress\":\"[=========\\u003e - \ ] 30.61MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"b8fb2917be3a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32279552,\"total\":159016450},\"progress\":\"[==========\\u003e - \ ] 32.28MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33950720,\"total\":159016450},\"progress\":\"[==========\\u003e - \ ] 33.95MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36736000,\"total\":159016450},\"progress\":\"[===========\\u003e - \ ] 36.74MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":38407168,\"total\":159016450},\"progress\":\"[============\\u003e - \ ] 38.41MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":40078336,\"total\":159016450},\"progress\":\"[============\\u003e - \ ] 40.08MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35840,\"total\":3547191},\"progress\":\"[\\u003e - \ ] 35.84kB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41749504,\"total\":159016450},\"progress\":\"[=============\\u003e - \ ] 41.75MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":625664,\"total\":3547191},\"progress\":\"[========\\u003e - \ ] 625.7kB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":43420672,\"total\":159016450},\"progress\":\"[=============\\u003e - \ ] 43.42MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1608704,\"total\":3547191},\"progress\":\"[======================\\u003e - \ ] 1.609MB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45091840,\"total\":159016450},\"progress\":\"[==============\\u003e - \ ] 45.09MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2919424,\"total\":3547191},\"progress\":\"[=========================================\\u003e - \ ] 2.919MB/3.547MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3551232,\"total\":3547191},\"progress\":\"[==================================================\\u003e] - \ 3.551MB\",\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47320064,\"total\":159016450},\"progress\":\"[==============\\u003e - \ ] 47.32MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48991232,\"total\":159016450},\"progress\":\"[===============\\u003e - \ ] 48.99MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50105344,\"total\":159016450},\"progress\":\"[===============\\u003e - \ ] 50.11MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51776512,\"total\":159016450},\"progress\":\"[================\\u003e - \ ] 51.78MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":54004736,\"total\":159016450},\"progress\":\"[================\\u003e - \ ] 54MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":56232960,\"total\":159016450},\"progress\":\"[=================\\u003e - \ ] 56.23MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57904128,\"total\":159016450},\"progress\":\"[==================\\u003e - \ ] 57.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":59575296,\"total\":159016450},\"progress\":\"[==================\\u003e - \ ] 59.58MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61246464,\"total\":159016450},\"progress\":\"[===================\\u003e - \ ] 61.25MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62360576,\"total\":159016450},\"progress\":\"[===================\\u003e - \ ] 62.36MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64031744,\"total\":159016450},\"progress\":\"[====================\\u003e - \ ] 64.03MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65702912,\"total\":159016450},\"progress\":\"[====================\\u003e - \ ] 65.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67374080,\"total\":159016450},\"progress\":\"[=====================\\u003e - \ ] 67.37MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69045248,\"total\":159016450},\"progress\":\"[=====================\\u003e - \ ] 69.05MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70716416,\"total\":159016450},\"progress\":\"[======================\\u003e - \ ] 70.72MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"d3238bcb78e9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72387584,\"total\":159016450},\"progress\":\"[======================\\u003e - \ ] 72.39MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74058752,\"total\":159016450},\"progress\":\"[=======================\\u003e - \ ] 74.06MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75729920,\"total\":159016450},\"progress\":\"[=======================\\u003e - \ ] 75.73MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77958144,\"total\":159016450},\"progress\":\"[========================\\u003e - \ ] 77.96MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":79629312,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 79.63MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":81300480,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 81.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":82414592,\"total\":159016450},\"progress\":\"[=========================\\u003e - \ ] 82.41MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":84085760,\"total\":159016450},\"progress\":\"[==========================\\u003e - \ ] 84.09MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":85756928,\"total\":159016450},\"progress\":\"[==========================\\u003e - \ ] 85.76MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":86871040,\"total\":159016450},\"progress\":\"[===========================\\u003e - \ ] 86.87MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":87985152,\"total\":159016450},\"progress\":\"[===========================\\u003e - \ ] 87.99MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":90770432,\"total\":159016450},\"progress\":\"[============================\\u003e - \ ] 90.77MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":92441600,\"total\":159016450},\"progress\":\"[=============================\\u003e - \ ] 92.44MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":94112768,\"total\":159016450},\"progress\":\"[=============================\\u003e - \ ] 94.11MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":95757824,\"total\":159016450},\"progress\":\"[==============================\\u003e - \ ] 95.76MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":97384448,\"total\":159016450},\"progress\":\"[==============================\\u003e - \ ] 97.38MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":99017728,\"total\":159016450},\"progress\":\"[===============================\\u003e - \ ] 99.02MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":100627968,\"total\":159016450},\"progress\":\"[===============================\\u003e - \ ] 100.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":102215642,\"total\":159016450},\"progress\":\"[================================\\u003e - \ ] 102.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":103798687,\"total\":159016450},\"progress\":\"[================================\\u003e - \ ] 103.8MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":105383199,\"total\":159016450},\"progress\":\"[=================================\\u003e - \ ] 105.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":106969600,\"total\":159016450},\"progress\":\"[=================================\\u003e - \ ] 107MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":108547584,\"total\":159016450},\"progress\":\"[==================================\\u003e - \ ] 108.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":110134234,\"total\":159016450},\"progress\":\"[==================================\\u003e - \ ] 110.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":111715743,\"total\":159016450},\"progress\":\"[===================================\\u003e - \ ] 111.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":113299743,\"total\":159016450},\"progress\":\"[===================================\\u003e - \ ] 113.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1eb5983d7301\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":114887168,\"total\":159016450},\"progress\":\"[====================================\\u003e - \ ] 114.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":116465664,\"total\":159016450},\"progress\":\"[====================================\\u003e - \ ] 116.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":118052314,\"total\":159016450},\"progress\":\"[=====================================\\u003e - \ ] 118.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":119633823,\"total\":159016450},\"progress\":\"[=====================================\\u003e - \ ] 119.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":121217823,\"total\":159016450},\"progress\":\"[======================================\\u003e - \ ] 121.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":123331034,\"total\":159016450},\"progress\":\"[======================================\\u003e - \ ] 123.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":1421},\"progress\":\"[==================\\u003e - \ ] 512B/1.421kB\",\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4608,\"total\":1421},\"progress\":\"[==================================================\\u003e] - \ 4.608kB\",\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":124912543,\"total\":159016450},\"progress\":\"[=======================================\\u003e - \ ] 124.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":127023104,\"total\":159016450},\"progress\":\"[=======================================\\u003e - \ ] 127MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":128083968,\"total\":159016450},\"progress\":\"[========================================\\u003e - \ ] 128.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":129135903,\"total\":159016450},\"progress\":\"[========================================\\u003e - \ ] 129.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":130723328,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 130.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":132301824,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 132.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":133362688,\"total\":159016450},\"progress\":\"[=========================================\\u003e - \ ] 133.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":134414623,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 134.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":134941703,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 134.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136019968,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 136MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136555757,\"total\":159016450},\"progress\":\"[==========================================\\u003e - \ ] 136.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":137631232,\"total\":159016450},\"progress\":\"[===========================================\\u003e - \ ] 137.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":138692608,\"total\":159016450},\"progress\":\"[===========================================\\u003e - \ ] 138.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":140270592,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 140.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":141331968,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 141.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":141857754,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 141.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":142909952,\"total\":159016450},\"progress\":\"[============================================\\u003e - \ ] 142.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143439263,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 143.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143971328,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 144MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"39d381810cef\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":145023263,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 145MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":146074112,\"total\":159016450},\"progress\":\"[=============================================\\u003e - \ ] 146.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":146605056,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 146.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4096,\"total\":509},\"progress\":\"[==================================================\\u003e] - \ 4.096kB\",\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":147130002,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 147.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":147662758,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 147.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148187942,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 148.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148714496,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 148.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":149271552,\"total\":159016450},\"progress\":\"[==============================================\\u003e - \ ] 149.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150385664,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 150.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150913354,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 150.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151440954,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 151.4MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151971578,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 152MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":152497022,\"total\":159016450},\"progress\":\"[===============================================\\u003e - \ ] 152.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153022286,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 153MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153546752,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 153.5MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154071552,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 154.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154596352,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 154.6MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155125921,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 155.1MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155660288,\"total\":159016450},\"progress\":\"[================================================\\u003e - \ ] 155.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":156214050,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 156.2MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":156738560,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 156.7MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157263360,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 157.3MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157788463,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 157.8MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"115fc79fb3d1\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":158867456,\"total\":159016450},\"progress\":\"[=================================================\\u003e - ] 158.9MB/159MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":159917658,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 159.9MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160443040,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 160.4MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161492992,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 161.5MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162019844,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 162MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":243200,\"total\":23915927},\"progress\":\"[\\u003e - \ ] 243.2kB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163071488,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 163.1MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163077120,\"total\":159016450},\"progress\":\"[==================================================\\u003e] - \ 163.1MB\",\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1262592,\"total\":23915927},\"progress\":\"[==\\u003e - \ ] 1.263MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2053632,\"total\":23915927},\"progress\":\"[====\\u003e - \ ] 2.054MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3335168,\"total\":23915927},\"progress\":\"[======\\u003e - \ ] 3.335MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4383744,\"total\":23915927},\"progress\":\"[=========\\u003e - \ ] 4.384MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5432320,\"total\":23915927},\"progress\":\"[===========\\u003e - \ ] 5.432MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6723584,\"total\":23915927},\"progress\":\"[==============\\u003e - \ ] 6.724MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7470592,\"total\":23915927},\"progress\":\"[===============\\u003e - \ ] 7.471MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8497664,\"total\":23915927},\"progress\":\"[=================\\u003e - \ ] 8.498MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9756160,\"total\":23915927},\"progress\":\"[====================\\u003e - \ ] 9.756MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10775040,\"total\":23915927},\"progress\":\"[======================\\u003e - \ ] 10.78MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11798016,\"total\":23915927},\"progress\":\"[========================\\u003e - \ ] 11.8MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13108736,\"total\":23915927},\"progress\":\"[===========================\\u003e - \ ] 13.11MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14419456,\"total\":23915927},\"progress\":\"[==============================\\u003e - \ ] 14.42MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15468032,\"total\":23915927},\"progress\":\"[================================\\u003e - \ ] 15.47MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16462241,\"total\":23915927},\"progress\":\"[==================================\\u003e - \ ] 16.46MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18048029,\"total\":23915927},\"progress\":\"[=====================================\\u003e - \ ] 18.05MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19011584,\"total\":23915927},\"progress\":\"[=======================================\\u003e - \ ] 19.01MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20307456,\"total\":23915927},\"progress\":\"[==========================================\\u003e - \ ] 20.31MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21030649,\"total\":23915927},\"progress\":\"[===========================================\\u003e - \ ] 21.03MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21510144,\"total\":23915927},\"progress\":\"[============================================\\u003e - \ ] 21.51MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22469632,\"total\":23915927},\"progress\":\"[==============================================\\u003e - \ ] 22.47MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23217152,\"total\":23915927},\"progress\":\"[================================================\\u003e - \ ] 23.22MB/23.92MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24776704,\"total\":23915927},\"progress\":\"[==================================================\\u003e] - \ 24.78MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25977856,\"total\":23915927},\"progress\":\"[==================================================\\u003e] - \ 25.98MB\",\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"29cf954d38f0\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":264},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3072,\"total\":264},\"progress\":\"[==================================================\\u003e] - \ 3.072kB\",\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"fd93afbbe1ce\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":241},\"progress\":\"[==================================================\\u003e] - \ 512B\",\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3072,\"total\":241},\"progress\":\"[==================================================\\u003e] - \ 3.072kB\",\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"f92983442b23\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":525312,\"total\":63156473},\"progress\":\"[\\u003e - \ ] 525.3kB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1621504,\"total\":63156473},\"progress\":\"[=\\u003e - \ ] 1.622MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2697728,\"total\":63156473},\"progress\":\"[==\\u003e - \ ] 2.698MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3760824,\"total\":63156473},\"progress\":\"[==\\u003e - \ ] 3.761MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4839936,\"total\":63156473},\"progress\":\"[===\\u003e - \ ] 4.84MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5395456,\"total\":63156473},\"progress\":\"[====\\u003e - \ ] 5.395MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6473728,\"total\":63156473},\"progress\":\"[=====\\u003e - \ ] 6.474MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7587840,\"total\":63156473},\"progress\":\"[======\\u003e - \ ] 7.588MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 5 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"4d274d05ee12\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9210368,\"total\":63156473},\"progress\":\"[=======\\u003e - \ ] 9.21MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10323968,\"total\":63156473},\"progress\":\"[========\\u003e - \ ] 10.32MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11430400,\"total\":63156473},\"progress\":\"[=========\\u003e - \ ] 11.43MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12529664,\"total\":63156473},\"progress\":\"[=========\\u003e - \ ] 12.53MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13623808,\"total\":63156473},\"progress\":\"[==========\\u003e - \ ] 13.62MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14695424,\"total\":63156473},\"progress\":\"[===========\\u003e - \ ] 14.7MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16316928,\"total\":63156473},\"progress\":\"[============\\u003e - \ ] 16.32MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17916416,\"total\":63156473},\"progress\":\"[==============\\u003e - \ ] 17.92MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 4 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18996736,\"total\":63156473},\"progress\":\"[===============\\u003e - \ ] 19MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20085440,\"total\":63156473},\"progress\":\"[===============\\u003e - \ ] 20.09MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21162496,\"total\":63156473},\"progress\":\"[================\\u003e - \ ] 21.16MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22761472,\"total\":63156473},\"progress\":\"[==================\\u003e - \ ] 22.76MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24373760,\"total\":63156473},\"progress\":\"[===================\\u003e - \ ] 24.37MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25960448,\"total\":63156473},\"progress\":\"[====================\\u003e - \ ] 25.96MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27567616,\"total\":63156473},\"progress\":\"[=====================\\u003e - \ ] 27.57MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29212160,\"total\":63156473},\"progress\":\"[=======================\\u003e - \ ] 29.21MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 3 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30834176,\"total\":63156473},\"progress\":\"[========================\\u003e - \ ] 30.83MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32460296,\"total\":63156473},\"progress\":\"[=========================\\u003e - \ ] 32.46MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34064384,\"total\":63156473},\"progress\":\"[==========================\\u003e - \ ] 34.06MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35680328,\"total\":63156473},\"progress\":\"[============================\\u003e - \ ] 35.68MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37262408,\"total\":63156473},\"progress\":\"[=============================\\u003e - \ ] 37.26MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39407616,\"total\":63156473},\"progress\":\"[===============================\\u003e - \ ] 39.41MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41003008,\"total\":63156473},\"progress\":\"[================================\\u003e - \ ] 41MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42624512,\"total\":63156473},\"progress\":\"[=================================\\u003e - \ ] 42.62MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 2 seconds\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44262400,\"total\":63156473},\"progress\":\"[===================================\\u003e - \ ] 44.26MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45376512,\"total\":63156473},\"progress\":\"[===================================\\u003e - \ ] 45.38MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":46969856,\"total\":63156473},\"progress\":\"[=====================================\\u003e - \ ] 46.97MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48072704,\"total\":63156473},\"progress\":\"[======================================\\u003e - \ ] 48.07MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49703936,\"total\":63156473},\"progress\":\"[=======================================\\u003e - \ ] 49.7MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51373056,\"total\":63156473},\"progress\":\"[========================================\\u003e - \ ] 51.37MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53560320,\"total\":63156473},\"progress\":\"[==========================================\\u003e - \ ] 53.56MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":54652416,\"total\":63156473},\"progress\":\"[===========================================\\u003e - \ ] 54.65MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Retrying - in 1 second\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":56273619,\"total\":63156473},\"progress\":\"[============================================\\u003e - \ ] 56.27MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57330399,\"total\":63156473},\"progress\":\"[=============================================\\u003e - \ ] 57.33MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":58421760,\"total\":63156473},\"progress\":\"[==============================================\\u003e - \ ] 58.42MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":60034048,\"total\":63156473},\"progress\":\"[===============================================\\u003e - \ ] 60.03MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61085646,\"total\":63156473},\"progress\":\"[================================================\\u003e - \ ] 61.09MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2306048},\"progress\":\"[\\u003e - \ ] 34.3kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62136320,\"total\":63156473},\"progress\":\"[=================================================\\u003e - ] 62.14MB/63.16MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":919040,\"total\":2306048},\"progress\":\"[===================\\u003e - \ ] 919kB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":63216640,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 63.22MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2164224,\"total\":2306048},\"progress\":\"[==============================================\\u003e - \ ] 2.164MB/2.306MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2308608,\"total\":2306048},\"progress\":\"[==================================================\\u003e] - \ 2.309MB\",\"id\":\"8812c86dc680\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64283136,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 64.28MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65348608,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 65.35MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65528832,\"total\":63156473},\"progress\":\"[==================================================\\u003e] - \ 65.53MB\",\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e - \ ] 512B/953B\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] - \ 3.584kB\",\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] + body: "{\"status\":\"The push refers to repository [rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp]\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Preparing\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Waiting\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34304,\"total\":2740408},\"progress\":\"[\\u003e + \ ] 34.3kB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":234761},\"progress\":\"[\\u003e + \ ] 2.56kB/234.8kB\",\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":22532},\"progress\":\"[=\\u003e + \ ] 512B/22.53kB\",\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27648,\"total\":22532},\"progress\":\"[==================================================\\u003e] + \ 27.65kB\",\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":953},\"progress\":\"[==========================\\u003e + \ ] 512B/953B\",\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3584,\"total\":953},\"progress\":\"[==================================================\\u003e] + \ 3.584kB\",\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":820736,\"total\":2740408},\"progress\":\"[==============\\u003e + \ ] 820.7kB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":250368,\"total\":234761},\"progress\":\"[==================================================\\u003e] + \ 250.4kB\",\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2000384,\"total\":2740408},\"progress\":\"[====================================\\u003e + \ ] 2MB/2.74MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2743296,\"total\":2740408},\"progress\":\"[==================================================\\u003e] + \ 2.743MB\",\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":23},\"progress\":\"[==================================================\\u003e] \ 512B\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":23},\"progress\":\"[==================================================\\u003e] - \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"548a79621a42\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1e57d09462bc\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"8812c86dc680\"}\r\n{\"status\":\"latest: - digest: sha256:82fa023ded2a525b92d960a2d19479499a45756715a081803649712420d33a9f - size: 3452\"}\r\n{\"progressDetail\":{},\"aux\":{\"Tag\":\"latest\",\"Digest\":\"sha256:82fa023ded2a525b92d960a2d19479499a45756715a081803649712420d33a9f\",\"Size\":3452}}\r\n" + \ 2.56kB\",\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"9083db0710f3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":204800,\"total\":19311355},\"progress\":\"[\\u003e + \ ] 204.8kB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"06f319fcac28\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1384448,\"total\":19311355},\"progress\":\"[===\\u003e + \ ] 1.384MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2564096,\"total\":19311355},\"progress\":\"[======\\u003e + \ ] 2.564MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3743744,\"total\":19311355},\"progress\":\"[=========\\u003e + \ ] 3.744MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"f7580b15775a\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4923392,\"total\":19311355},\"progress\":\"[============\\u003e + \ ] 4.923MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"83d85471d9f8\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":526336,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 526.3kB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6103040,\"total\":19311355},\"progress\":\"[===============\\u003e + \ ] 6.103MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"ad34a0f4fd5f\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7282688,\"total\":19311355},\"progress\":\"[==================\\u003e + \ ] 7.283MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1057792,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 1.058MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8658944,\"total\":19311355},\"progress\":\"[======================\\u003e + \ ] 8.659MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2171904,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 2.172MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9838592,\"total\":19311355},\"progress\":\"[=========================\\u003e + \ ] 9.839MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":505},\"progress\":\"[==================================================\\u003e] + \ 512B\",\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2560,\"total\":505},\"progress\":\"[==================================================\\u003e] + \ 2.56kB\",\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":68608,\"total\":4477167},\"progress\":\"[\\u003e + \ ] 68.61kB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":512,\"total\":1417},\"progress\":\"[==================\\u003e + \ ] 512B/1.417kB\",\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4608,\"total\":1417},\"progress\":\"[==================================================\\u003e] + \ 4.608kB\",\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11018240,\"total\":19311355},\"progress\":\"[============================\\u003e + \ ] 11.02MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3286016,\"total\":166365243},\"progress\":\"[\\u003e + \ ] 3.286MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":986112,\"total\":4477167},\"progress\":\"[===========\\u003e + \ ] 986.1kB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12787712,\"total\":19311355},\"progress\":\"[=================================\\u003e + \ ] 12.79MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4957184,\"total\":166365243},\"progress\":\"[=\\u003e + \ ] 4.957MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1969152,\"total\":4477167},\"progress\":\"[=====================\\u003e + \ ] 1.969MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14163968,\"total\":19311355},\"progress\":\"[====================================\\u003e + \ ] 14.16MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3214336,\"total\":4477167},\"progress\":\"[===================================\\u003e + \ ] 3.214MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6628352,\"total\":166365243},\"progress\":\"[=\\u003e + \ ] 6.628MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15343616,\"total\":19311355},\"progress\":\"[=======================================\\u003e + \ ] 15.34MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4328448,\"total\":4477167},\"progress\":\"[================================================\\u003e + \ ] 4.328MB/4.477MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4481536,\"total\":4477167},\"progress\":\"[==================================================\\u003e] + \ 4.482MB\",\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8299520,\"total\":166365243},\"progress\":\"[==\\u003e + \ ] 8.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16523264,\"total\":19311355},\"progress\":\"[==========================================\\u003e + \ ] 16.52MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17507170,\"total\":19311355},\"progress\":\"[=============================================\\u003e + \ ] 17.51MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9970688,\"total\":166365243},\"progress\":\"[==\\u003e + \ ] 9.971MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11084800,\"total\":166365243},\"progress\":\"[===\\u003e + \ ] 11.08MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17907566,\"total\":19311355},\"progress\":\"[==============================================\\u003e + \ ] 17.91MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12198912,\"total\":166365243},\"progress\":\"[===\\u003e + \ ] 12.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18308312,\"total\":19311355},\"progress\":\"[===============================================\\u003e + \ ] 18.31MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18902467,\"total\":19311355},\"progress\":\"[================================================\\u003e + \ ] 18.9MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13870080,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 13.87MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":14984192,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 14.98MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19289600,\"total\":19311355},\"progress\":\"[=================================================\\u003e + ] 19.29MB/19.31MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16098304,\"total\":166365243},\"progress\":\"[====\\u003e + \ ] 16.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19690496,\"total\":19311355},\"progress\":\"[==================================================\\u003e] + \ 19.69MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19708928,\"total\":19311355},\"progress\":\"[==================================================\\u003e] + \ 19.71MB\",\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":17212416,\"total\":166365243},\"progress\":\"[=====\\u003e + \ ] 17.21MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18883584,\"total\":166365243},\"progress\":\"[=====\\u003e + \ ] 18.88MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20554752,\"total\":166365243},\"progress\":\"[======\\u003e + \ ] 20.55MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22225920,\"total\":166365243},\"progress\":\"[======\\u003e + \ ] 22.23MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1ff5e081e9bc\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23897088,\"total\":166365243},\"progress\":\"[=======\\u003e + \ ] 23.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25568256,\"total\":166365243},\"progress\":\"[=======\\u003e + \ ] 25.57MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27239424,\"total\":166365243},\"progress\":\"[========\\u003e + \ ] 27.24MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28910592,\"total\":166365243},\"progress\":\"[========\\u003e + \ ] 28.91MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":520704,\"total\":51167361},\"progress\":\"[\\u003e + \ ] 520.7kB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"1f5a07f2fc66\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30024704,\"total\":166365243},\"progress\":\"[=========\\u003e + \ ] 30.02MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1588224,\"total\":51167361},\"progress\":\"[=\\u003e + \ ] 1.588MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":31695872,\"total\":166365243},\"progress\":\"[=========\\u003e + \ ] 31.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":3160576,\"total\":51167361},\"progress\":\"[===\\u003e + \ ] 3.161MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"6c7a04e9e3b9\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33367040,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 33.37MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5257728,\"total\":51167361},\"progress\":\"[=====\\u003e + \ ] 5.258MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35038208,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 35.04MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":6844176,\"total\":51167361},\"progress\":\"[======\\u003e + \ ] 6.844MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36152320,\"total\":166365243},\"progress\":\"[==========\\u003e + \ ] 36.15MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":529888,\"total\":77863019},\"progress\":\"[\\u003e + \ ] 529.9kB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":8404752,\"total\":51167361},\"progress\":\"[========\\u003e + \ ] 8.405MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":1641472,\"total\":77863019},\"progress\":\"[=\\u003e + \ ] 1.641MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9972496,\"total\":51167361},\"progress\":\"[=========\\u003e + \ ] 9.972MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39494656,\"total\":166365243},\"progress\":\"[===========\\u003e + \ ] 39.49MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":2744192,\"total\":77863019},\"progress\":\"[=\\u003e + \ ] 2.744MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":12075792,\"total\":51167361},\"progress\":\"[===========\\u003e + \ ] 12.08MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41165824,\"total\":166365243},\"progress\":\"[============\\u003e + \ ] 41.17MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13658112,\"total\":51167361},\"progress\":\"[=============\\u003e + \ ] 13.66MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":4363776,\"total\":77863019},\"progress\":\"[==\\u003e + \ ] 4.364MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42836992,\"total\":166365243},\"progress\":\"[============\\u003e + \ ] 42.84MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15260672,\"total\":51167361},\"progress\":\"[==============\\u003e + \ ] 15.26MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":5963752,\"total\":77863019},\"progress\":\"[===\\u003e + \ ] 5.964MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44508160,\"total\":166365243},\"progress\":\"[=============\\u003e + \ ] 44.51MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":46179328,\"total\":166365243},\"progress\":\"[=============\\u003e + \ ] 46.18MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":7588584,\"total\":77863019},\"progress\":\"[====\\u003e + \ ] 7.589MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16850944,\"total\":51167361},\"progress\":\"[================\\u003e + \ ] 16.85MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47850496,\"total\":166365243},\"progress\":\"[==============\\u003e + \ ] 47.85MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":9195520,\"total\":77863019},\"progress\":\"[=====\\u003e + \ ] 9.196MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18423808,\"total\":51167361},\"progress\":\"[==================\\u003e + \ ] 18.42MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49521664,\"total\":166365243},\"progress\":\"[==============\\u003e + \ ] 49.52MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":10854912,\"total\":77863019},\"progress\":\"[======\\u003e + \ ] 10.85MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":19996672,\"total\":51167361},\"progress\":\"[===================\\u003e + \ ] 20MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":11969024,\"total\":77863019},\"progress\":\"[=======\\u003e + \ ] 11.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21584384,\"total\":51167361},\"progress\":\"[=====================\\u003e + \ ] 21.58MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":13640192,\"total\":77863019},\"progress\":\"[========\\u003e + \ ] 13.64MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":22632960,\"total\":51167361},\"progress\":\"[======================\\u003e + \ ] 22.63MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":15278664,\"total\":77863019},\"progress\":\"[=========\\u003e + \ ] 15.28MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":24208384,\"total\":51167361},\"progress\":\"[=======================\\u003e + \ ] 24.21MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":16923648,\"total\":77863019},\"progress\":\"[==========\\u003e + \ ] 16.92MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":25254400,\"total\":51167361},\"progress\":\"[========================\\u003e + \ ] 25.25MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":18533992,\"total\":77863019},\"progress\":\"[===========\\u003e + \ ] 18.53MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":27341824,\"total\":51167361},\"progress\":\"[==========================\\u003e + \ ] 27.34MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":20145152,\"total\":77863019},\"progress\":\"[============\\u003e + \ ] 20.15MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28924416,\"total\":51167361},\"progress\":\"[============================\\u003e + \ ] 28.92MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"08f82f190aae\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":21204240,\"total\":77863019},\"progress\":\"[=============\\u003e + \ ] 21.2MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29961595,\"total\":51167361},\"progress\":\"[=============================\\u003e + \ ] 29.96MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50635776,\"total\":166365243},\"progress\":\"[===============\\u003e + \ ] 50.64MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":23892992,\"total\":77863019},\"progress\":\"[===============\\u003e + \ ] 23.89MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":31015424,\"total\":51167361},\"progress\":\"[==============================\\u003e + \ ] 31.02MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":52306944,\"total\":166365243},\"progress\":\"[===============\\u003e + \ ] 52.31MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":26055680,\"total\":77863019},\"progress\":\"[================\\u003e + \ ] 26.06MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32601088,\"total\":51167361},\"progress\":\"[===============================\\u003e + \ ] 32.6MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":28206592,\"total\":77863019},\"progress\":\"[==================\\u003e + \ ] 28.21MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53978112,\"total\":166365243},\"progress\":\"[================\\u003e + \ ] 53.98MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":33652432,\"total\":51167361},\"progress\":\"[================================\\u003e + \ ] 33.65MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":29835264,\"total\":77863019},\"progress\":\"[===================\\u003e + \ ] 29.84MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":55649280,\"total\":166365243},\"progress\":\"[================\\u003e + \ ] 55.65MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34701824,\"total\":51167361},\"progress\":\"[=================================\\u003e + \ ] 34.7MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":30949376,\"total\":77863019},\"progress\":\"[===================\\u003e + \ ] 30.95MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57877504,\"total\":166365243},\"progress\":\"[=================\\u003e + \ ] 57.88MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":36274688,\"total\":51167361},\"progress\":\"[===================================\\u003e + \ ] 36.27MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":60105728,\"total\":166365243},\"progress\":\"[==================\\u003e + \ ] 60.11MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":32569344,\"total\":77863019},\"progress\":\"[====================\\u003e + \ ] 32.57MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37847552,\"total\":51167361},\"progress\":\"[====================================\\u003e + \ ] 37.85MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":34240512,\"total\":77863019},\"progress\":\"[=====================\\u003e + \ ] 34.24MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62333952,\"total\":166365243},\"progress\":\"[==================\\u003e + \ ] 62.33MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":35890176,\"total\":77863019},\"progress\":\"[=======================\\u003e + \ ] 35.89MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64005120,\"total\":166365243},\"progress\":\"[===================\\u003e + \ ] 64.01MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":38899029,\"total\":51167361},\"progress\":\"[======================================\\u003e + \ ] 38.9MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37004288,\"total\":77863019},\"progress\":\"[=======================\\u003e + \ ] 37MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65676288,\"total\":166365243},\"progress\":\"[===================\\u003e + \ ] 65.68MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39959040,\"total\":51167361},\"progress\":\"[=======================================\\u003e + \ ] 39.96MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67347456,\"total\":166365243},\"progress\":\"[====================\\u003e + \ ] 67.35MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":42056192,\"total\":51167361},\"progress\":\"[=========================================\\u003e + \ ] 42.06MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":43640832,\"total\":51167361},\"progress\":\"[==========================================\\u003e + \ ] 43.64MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69018624,\"total\":166365243},\"progress\":\"[====================\\u003e + \ ] 69.02MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":37561344,\"total\":77863019},\"progress\":\"[========================\\u003e + \ ] 37.56MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70689792,\"total\":166365243},\"progress\":\"[=====================\\u003e + \ ] 70.69MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":39232512,\"total\":77863019},\"progress\":\"[=========================\\u003e + \ ] 39.23MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44668739,\"total\":51167361},\"progress\":\"[===========================================\\u003e + \ ] 44.67MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72360960,\"total\":166365243},\"progress\":\"[=====================\\u003e + \ ] 72.36MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":40346624,\"total\":77863019},\"progress\":\"[=========================\\u003e + \ ] 40.35MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45699072,\"total\":51167361},\"progress\":\"[============================================\\u003e + \ ] 45.7MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":41967616,\"total\":77863019},\"progress\":\"[==========================\\u003e + \ ] 41.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47253273,\"total\":51167361},\"progress\":\"[==============================================\\u003e + \ ] 47.25MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":44153856,\"total\":77863019},\"progress\":\"[============================\\u003e + \ ] 44.15MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":45814784,\"total\":77863019},\"progress\":\"[=============================\\u003e + \ ] 45.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48277855,\"total\":51167361},\"progress\":\"[===============================================\\u003e + \ ] 48.28MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":47440384,\"total\":77863019},\"progress\":\"[==============================\\u003e + \ ] 47.44MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48790016,\"total\":51167361},\"progress\":\"[===============================================\\u003e + \ ] 48.79MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":48522240,\"total\":77863019},\"progress\":\"[===============================\\u003e + \ ] 48.52MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49302016,\"total\":51167361},\"progress\":\"[================================================\\u003e + \ ] 49.3MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":50171392,\"total\":77863019},\"progress\":\"[================================\\u003e + \ ] 50.17MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":49814016,\"total\":51167361},\"progress\":\"[================================================\\u003e + \ ] 49.81MB/51.17MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51794432,\"total\":77863019},\"progress\":\"[=================================\\u003e + \ ] 51.79MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":51382784,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 51.38MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":52982784,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 52.98MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53974528,\"total\":77863019},\"progress\":\"[==================================\\u003e + \ ] 53.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":53743616,\"total\":51167361},\"progress\":\"[==================================================\\u003e] + \ 53.74MB\",\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":55596544,\"total\":77863019},\"progress\":\"[===================================\\u003e + \ ] 55.6MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":57248768,\"total\":77863019},\"progress\":\"[====================================\\u003e + \ ] 57.25MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":59412992,\"total\":77863019},\"progress\":\"[======================================\\u003e + \ ] 59.41MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":61080064,\"total\":77863019},\"progress\":\"[=======================================\\u003e + \ ] 61.08MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74032128,\"total\":166365243},\"progress\":\"[======================\\u003e + \ ] 74.03MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75703296,\"total\":166365243},\"progress\":\"[======================\\u003e + \ ] 75.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77374464,\"total\":166365243},\"progress\":\"[=======================\\u003e + \ ] 77.37MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":79045632,\"total\":166365243},\"progress\":\"[=======================\\u003e + \ ] 79.05MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":80716800,\"total\":166365243},\"progress\":\"[========================\\u003e + \ ] 80.72MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":82387968,\"total\":166365243},\"progress\":\"[========================\\u003e + \ ] 82.39MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":84059136,\"total\":166365243},\"progress\":\"[=========================\\u003e + \ ] 84.06MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":62735872,\"total\":77863019},\"progress\":\"[========================================\\u003e + \ ] 62.74MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":85730304,\"total\":166365243},\"progress\":\"[=========================\\u003e + \ ] 85.73MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":63806976,\"total\":77863019},\"progress\":\"[========================================\\u003e + \ ] 63.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":86844416,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 86.84MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":64910848,\"total\":77863019},\"progress\":\"[=========================================\\u003e + \ ] 64.91MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":87958528,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 87.96MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":65967930,\"total\":77863019},\"progress\":\"[==========================================\\u003e + \ ] 65.97MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":89072640,\"total\":166365243},\"progress\":\"[==========================\\u003e + \ ] 89.07MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":66492416,\"total\":77863019},\"progress\":\"[==========================================\\u003e + \ ] 66.49MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":90186752,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 90.19MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":67561464,\"total\":77863019},\"progress\":\"[===========================================\\u003e + \ ] 67.56MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":91300864,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 91.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":69194040,\"total\":77863019},\"progress\":\"[============================================\\u003e + \ ] 69.19MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":92414976,\"total\":166365243},\"progress\":\"[===========================\\u003e + \ ] 92.41MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":70848512,\"total\":77863019},\"progress\":\"[=============================================\\u003e + \ ] 70.85MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":93529088,\"total\":166365243},\"progress\":\"[============================\\u003e + \ ] 93.53MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":72473984,\"total\":77863019},\"progress\":\"[==============================================\\u003e + \ ] 72.47MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":95757312,\"total\":166365243},\"progress\":\"[============================\\u003e + \ ] 95.76MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":73531904,\"total\":77863019},\"progress\":\"[===============================================\\u003e + \ ] 73.53MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":96871424,\"total\":166365243},\"progress\":\"[=============================\\u003e + \ ] 96.87MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":74058240,\"total\":77863019},\"progress\":\"[===============================================\\u003e + \ ] 74.06MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":98542592,\"total\":166365243},\"progress\":\"[=============================\\u003e + \ ] 98.54MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":100213760,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 100.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":75130368,\"total\":77863019},\"progress\":\"[================================================\\u003e + \ ] 75.13MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":101281280,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 101.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":76188160,\"total\":77863019},\"progress\":\"[================================================\\u003e + \ ] 76.19MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":102395392,\"total\":166365243},\"progress\":\"[==============================\\u003e + \ ] 102.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":76736512,\"total\":77863019},\"progress\":\"[=================================================\\u003e + ] 76.74MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":103481856,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 103.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":77811009,\"total\":77863019},\"progress\":\"[=================================================\\u003e + ] 77.81MB/77.86MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":104568094,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 104.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":106155520,\"total\":166365243},\"progress\":\"[===============================\\u003e + \ ] 106.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":78881280,\"total\":77863019},\"progress\":\"[==================================================\\u003e] + \ 78.88MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"69e7e9143c29\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":80412672,\"total\":77863019},\"progress\":\"[==================================================\\u003e] + \ 80.41MB\",\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":107222528,\"total\":166365243},\"progress\":\"[================================\\u003e + \ ] 107.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":109381112,\"total\":166365243},\"progress\":\"[================================\\u003e + \ ] 109.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":111549952,\"total\":166365243},\"progress\":\"[=================================\\u003e + \ ] 111.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":113691044,\"total\":166365243},\"progress\":\"[==================================\\u003e + \ ] 113.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":115274527,\"total\":166365243},\"progress\":\"[==================================\\u003e + \ ] 115.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":116861440,\"total\":166365243},\"progress\":\"[===================================\\u003e + \ ] 116.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":118439424,\"total\":166365243},\"progress\":\"[===================================\\u003e + \ ] 118.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":120026586,\"total\":166365243},\"progress\":\"[====================================\\u003e + \ ] 120MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":121608100,\"total\":166365243},\"progress\":\"[====================================\\u003e + \ ] 121.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":123718144,\"total\":166365243},\"progress\":\"[=====================================\\u003e + \ ] 123.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":125305306,\"total\":166365243},\"progress\":\"[=====================================\\u003e + \ ] 125.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":126886820,\"total\":166365243},\"progress\":\"[======================================\\u003e + \ ] 126.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":128996864,\"total\":166365243},\"progress\":\"[======================================\\u003e + \ ] 129MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":130584026,\"total\":166365243},\"progress\":\"[=======================================\\u003e + \ ] 130.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":132165540,\"total\":166365243},\"progress\":\"[=======================================\\u003e + \ ] 132.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":133749535,\"total\":166365243},\"progress\":\"[========================================\\u003e + \ ] 133.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":135336960,\"total\":166365243},\"progress\":\"[========================================\\u003e + \ ] 135.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":136914944,\"total\":166365243},\"progress\":\"[=========================================\\u003e + \ ] 136.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":138502106,\"total\":166365243},\"progress\":\"[=========================================\\u003e + \ ] 138.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":140615680,\"total\":166365243},\"progress\":\"[==========================================\\u003e + \ ] 140.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":142193664,\"total\":166365243},\"progress\":\"[==========================================\\u003e + \ ] 142.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":143781338,\"total\":166365243},\"progress\":\"[===========================================\\u003e + \ ] 143.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":145894400,\"total\":166365243},\"progress\":\"[===========================================\\u003e + \ ] 145.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":148002212,\"total\":166365243},\"progress\":\"[============================================\\u003e + \ ] 148MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":150112768,\"total\":166365243},\"progress\":\"[=============================================\\u003e + \ ] 150.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":151699418,\"total\":166365243},\"progress\":\"[=============================================\\u003e + \ ] 151.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":153280932,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 153.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":154864927,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 154.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":155916784,\"total\":166365243},\"progress\":\"[==============================================\\u003e + \ ] 155.9MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":157507584,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 157.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":158597213,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 158.6MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":159128959,\"total\":166365243},\"progress\":\"[===============================================\\u003e + \ ] 159.1MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160182294,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 160.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":160708006,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 160.7MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161233375,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 161.2MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":161764322,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 161.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162288867,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 162.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":162824082,\"total\":166365243},\"progress\":\"[================================================\\u003e + \ ] 162.8MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":163349023,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 163.3MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":164409178,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 164.4MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":165466486,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 165.5MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":165993984,\"total\":166365243},\"progress\":\"[=================================================\\u003e + ] 166MB/166.4MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":166541312,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 166.5MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":167619584,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 167.6MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":168144384,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 168.1MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":168678351,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 168.7MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":169207167,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 169.2MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":169746167,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 169.7MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"270a1170e7e3\"}\r\n{\"status\":\"Pushing\",\"progressDetail\":{\"current\":170226688,\"total\":166365243},\"progress\":\"[==================================================\\u003e] + \ 170.2MB\",\"id\":\"a94056de7d22\"}\r\n{\"status\":\"Pushed\",\"progressDetail\":{},\"id\":\"a94056de7d22\"}\r\n{\"status\":\"latest: + digest: sha256:cdf2cd972ffc9a3401dda4ee202983b4de00b7e2ea25909ea574264a6573041c + size: 2831\"}\r\n{\"progressDetail\":{},\"aux\":{\"Tag\":\"latest\",\"Digest\":\"sha256:cdf2cd972ffc9a3401dda4ee202983b4de00b7e2ea25909ea574264a6573041c\",\"Size\":2831}}\r\n" headers: Api-Version: - - "1.41" + - "1.45" Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:44:43 GMT + - Tue, 29 Apr 2025 14:09:33 GMT Docker-Experimental: - "false" Ostype: - linux Server: - - Docker/20.10.17 (linux) + - Docker/26.1.3 (linux) status: 200 OK code: 200 duration: "" - request: - body: '{"containers":[],"total_count":0}' + body: '{"containers":[], "total_count":0}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers?name=cli-t-ctnr-deploy-bp&namespace_id=d7da9ba0-c141-4213-9a28-320dfef652a0&order_by=created_at_asc&page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers?name=cli-t-ctnr-deploy-bp&namespace_id=d55c37dc-fe3a-45ff-bb29-87003ee4bdce&order_by=created_at_asc&page=1 method: GET response: - body: '{"containers":[],"total_count":0}' + body: '{"containers":[], "total_count":0}' headers: Content-Length: - - "33" + - "34" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:10 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1517,33 +4157,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 039cb4a2-2dfe-4a3e-89ed-adea1f4a38d6 + - 025454cc-61cd-4eca-b70e-c7cd0b0de30b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193381530Z", "updated_at":"2025-04-29T14:10:11.193381530Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers method: POST response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193381530Z", "updated_at":"2025-04-29T14:10:11.193381530Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "933" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:11 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1551,33 +4209,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 066cf450-d3b4-41e0-9fc2-aaa7c34d2074 + - 1eb5c151-24d7-4713-b9f3-6a5b8bac935b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.458568556Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: PATCH response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.458568556Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "930" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:11 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1585,31 +4261,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a551befa-cccb-4474-a19a-2f90f5e90132 + - 0171e3e5-053b-41af-8775-6e4a7b14c298 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.458569Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"created", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.458569Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:11 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1617,33 +4311,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - faf4d00b-a0ed-4168-817b-4552439f318a + - d7012c5d-e10f-455a-8574-5df617a086f6 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.710075759Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587/deploy + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c/deploy method: POST response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.710075759Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "930" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:11 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1651,31 +4363,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b39507f0-5883-4529-9f47-5546f018fc2a + - 91c60410-a98b-4ef2-bcfc-87f9182fab19 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.710076Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:11.710076Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:32 GMT + - Tue, 29 Apr 2025 14:10:11 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1683,31 +4413,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01d78146-0d6e-44ec-95ae-1954746b3069 + - 1048f212-bfe2-4f0e-9f7f-20a296b624ab status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:37 GMT + - Tue, 29 Apr 2025 14:10:16 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1715,31 +4463,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7cfb6908-daa0-4ce0-bc6f-a55872c667d9 + - b095dd79-83a4-4e0a-a9be-4cc098e9e4c9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:42 GMT + - Tue, 29 Apr 2025 14:10:21 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1747,31 +4513,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1adda0d6-f133-472d-9a23-a84a32495a24 + - 3863b192-d89f-4dc7-90d4-b792c3a66ee4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:47 GMT + - Tue, 29 Apr 2025 14:10:27 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1779,31 +4563,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf0a5a55-4c05-4776-9bd3-db19acf77a0f + - ab045b70-87fd-4e38-a1f8-65824385be34 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:52 GMT + - Tue, 29 Apr 2025 14:10:32 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1811,31 +4613,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d16d9c25-dca3-4db0-88b9-4725a5f6355a + - 610f11c4-3122-4629-897c-e58b27da7dc8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:45:58 GMT + - Tue, 29 Apr 2025 14:10:37 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1843,31 +4663,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6aed10a7-0d36-4eca-92e0-a0c44a107284 + - 44bebb16-18af-4fd4-ad11-f738366f1342 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:03 GMT + - Tue, 29 Apr 2025 14:10:42 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,31 +4713,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e28fc1c-c213-4cf0-8f6c-7f0851ea6693 + - df6fce4c-a7cb-44f3-8136-542a90ff7201 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:08 GMT + - Tue, 29 Apr 2025 14:10:47 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1907,31 +4763,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5752cf9f-6f9c-4105-ace4-73f5b697ea18 + - 3a365e2d-d068-4b97-a61c-c652f5916c65 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:13 GMT + - Tue, 29 Apr 2025 14:10:52 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1939,31 +4813,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b50b9835-efe3-4e2a-80fc-b2395a36c9c2 + - 0ebd29c2-e627-4721-92f6-3beb13eb888b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "632" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:18 GMT + - Tue, 29 Apr 2025 14:10:57 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1971,31 +4863,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca7d8349-4755-46f9-8bd0-fe60a77372e5 + - 491268b1-31c0-44a1-8ddf-575e3d8d75c7 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"ready","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/ac3ef2fc-a699-43d1-b84b-9a1c9160b587 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"ac3ef2fc-a699-43d1-b84b-9a1c9160b587","name":"cli-t-ctnr-deploy-bp","namespace_id":"d7da9ba0-c141-4213-9a28-320dfef652a0","status":"ready","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm/cli-t-ctnr-deploy-bp:latest","max_concurrency":50,"domain_name":"clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":3000,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "630" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:23 GMT + - Tue, 29 Apr 2025 14:11:02 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2003,31 +4913,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b3626d7-b67c-47a7-ae70-c221f193c78e + - 31ff0c3d-08f7-4185-865a-98eb6db0b6a0 status: 200 OK code: 200 duration: "" - request: - body: '{"namespaces":[{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"ready","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}],"total_count":1}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces?name=cli-t-ctnr-deploy-bp&order_by=created_at_asc&page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"namespaces":[{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"ready","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}],"total_count":1}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "488" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:23 GMT + - Tue, 29 Apr 2025 14:11:07 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2035,31 +4963,249 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b270b86-1a81-4f3e-bdb9-4f4488ede781 + - 77efa507-a8d3-4ddd-9776-3dc1b0de2088 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET + response: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "927" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:12 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6cd5acab-db18-4a59-8895-2760eb65db1e + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET + response: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "927" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:17 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e8c9fb51-c07b-43ea-95f1-c896f4dca969 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET + response: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "927" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:22 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 524e8171-7a4a-4e9c-abd6-b3b5163e136a + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET + response: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "927" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:27 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d5dea3f3-dddf-4baf-a9f8-bfef2e67255e + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "458" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:23 GMT + - Tue, 29 Apr 2025 14:11:32 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2067,31 +5213,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc071609-ec92-4f5f-9407-e1bbdbe81f5a + - 7503ff9f-1613-435a-8f13-cbd2e97bede1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' headers: Content-Length: - - "458" + - "927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:23 GMT + - Tue, 29 Apr 2025 14:11:37 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2099,31 +5263,189 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff8401f1-54e3-4192-a53e-ad797d454586 + - 50b72fdc-09c5-48b9-9d94-2f34845a9b92 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"pending", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:10:12.049459Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "927" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:43 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1b102c7d-7999-4935-bc8c-cd2795f513e5 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"error", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":"Container failed with: 2025/04/29 14:11:05 failed to open \"package-lock.json\": + open /workspace/package-lock.json: permission denied\n\u001b[31;1mERROR: \u001b[0mfailed + to launch: exec.d: failed to execute exec.d file at path ''/layers/paketo-buildpacks_npm-install/launch-modules/exec.d/0-setup-symlinks'': + exit status 1\n.", "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:11:44.738603Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2eb9a154-fb84-46e6-86b2-a53b66136c0c + method: GET + response: + body: '{"id":"2eb9a154-fb84-46e6-86b2-a53b66136c0c", "name":"cli-t-ctnr-deploy-bp", + "namespace_id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "status":"error", "environment_variables":{}, + "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s", + "error_message":"Container failed with: 2025/04/29 14:11:05 failed to open \"package-lock.json\": + open /workspace/package-lock.json: permission denied\n\u001b[31;1mERROR: \u001b[0mfailed + to launch: exec.d: failed to execute exec.d file at path ''/layers/paketo-buildpacks_npm-install/launch-modules/exec.d/0-setup-symlinks'': + exit status 1\n.", "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd/cli-t-ctnr-deploy-bp:latest", + "max_concurrency":50, "domain_name":"clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud", + "protocol":"http1", "port":3000, "secret_environment_variables":[], "http_option":"enabled", + "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50}, + "created_at":"2025-04-29T14:10:11.193382Z", "updated_at":"2025-04-29T14:11:44.738603Z", + "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}}, + "region":"fr-par"}' + headers: + Content-Length: + - "1246" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:48 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d0fd4a79-159f-45bf-b973-5c1f130530c1 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"namespaces":[{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"ready", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:07:10.340484Z", "region":"fr-par"}], "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces?name=cli-t-ctnr-deploy-bp&order_by=created_at_asc&page=1 + method: GET + response: + body: '{"namespaces":[{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"ready", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:07:10.340484Z", "region":"fr-par"}], "total_count":1}' + headers: + Content-Length: + - "599" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 29 Apr 2025 14:11:48 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 42e82937-48b8-42a8-8789-feca17308387 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204668672Z", "region":"fr-par"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce + method: DELETE + response: + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204668672Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "571" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:28 GMT + - Tue, 29 Apr 2025 14:11:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2131,31 +5453,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b84a52ac-c3cb-4b6a-a5dc-de6da3008bc8 + - 28b43e0a-7828-4060-8e50-f3e884708dd7 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:33 GMT + - Tue, 29 Apr 2025 14:11:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2163,31 +5495,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23143dd2-a00e-4414-b10f-dcbb521e9f2d + - 4234efb8-2eea-40a1-bca2-2cd4a84c5aec status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:38 GMT + - Tue, 29 Apr 2025 14:11:53 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2195,31 +5537,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3ed4c7e-43d6-463a-a1d7-3662f4464bc2 + - a76b8a77-9994-4723-a272-6ab68119abb9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:43 GMT + - Tue, 29 Apr 2025 14:11:58 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2227,31 +5579,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 00a9ba88-282e-4f96-97d0-0b4361eaa8ea + - 56fd6634-a433-48cc-afaf-88841a2ceaf1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:48 GMT + - Tue, 29 Apr 2025 14:12:03 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2259,31 +5621,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b050e736-2d1c-4992-b0db-7807f671ec98 + - 355dc4fd-7dff-4a77-b651-52c658948021 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:53 GMT + - Tue, 29 Apr 2025 14:12:08 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2291,31 +5663,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d0b3e92-f84f-424f-911c-b84e03600697 + - 61c0540b-a4e7-4a1c-81c6-6b7b5decb89b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: - body: '{"id":"d7da9ba0-c141-4213-9a28-320dfef652a0","name":"cli-t-ctnr-deploy-bp","environment_variables":{},"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","status":"deleting","registry_namespace_id":"38f31982-a2f1-48e1-8b34-375c04382fcd","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpeuwy2lfm","description":"","secret_environment_variables":[],"region":"fr-par"}' + body: '{"id":"d55c37dc-fe3a-45ff-bb29-87003ee4bdce", "name":"cli-t-ctnr-deploy-bp", + "environment_variables":{}, "organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", + "project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552", "status":"deleting", "registry_namespace_id":"e089a14d-d7e6-49a3-8d96-d5445e8401f9", + "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclitctnrdeploybpxovfnujd", + "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-04-29T14:07:04.765181Z", + "updated_at":"2025-04-29T14:11:48.204669Z", "region":"fr-par"}' headers: Content-Length: - - "458" + - "568" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:46:58 GMT + - Tue, 29 Apr 2025 14:12:13 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2323,7 +5705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f9a5203-3976-40ec-a2bf-5b176ea50d46 + - 91046b1f-46f7-470a-9de7-ff45566da26e status: 200 OK code: 200 duration: "" @@ -2332,8 +5714,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d7da9ba0-c141-4213-9a28-320dfef652a0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/d55c37dc-fe3a-45ff-bb29-87003ee4bdce method: GET response: body: '{"message":"Namespace was not found"}' @@ -2345,9 +5727,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:47:03 GMT + - Tue, 29 Apr 2025 14:12:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2355,31 +5737,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b510902-e46a-4563-b7e0-af3846d23acb + - f28ef16c-e248-47df-9b79-539727969fab status: 404 Not Found code: 404 duration: "" - request: - body: '{"namespaces":[],"total_count":0}' + body: '{"namespaces":[], "total_count":0}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) cli-e2e-test url: https://api.scaleway.com/registry/v1/regions/fr-par/namespaces?name=cli-t-ctnr-deploy-bp&order_by=created_at_asc&page=1 method: GET response: - body: '{"namespaces":[],"total_count":0}' + body: '{"namespaces":[], "total_count":0}' headers: Content-Length: - - "33" + - "34" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Nov 2023 12:47:03 GMT + - Tue, 29 Apr 2025 14:12:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2387,7 +5769,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c78e66b-599d-43be-81d1-b6978ffda510 + - 0c0dd28f-78fe-421f-b806-56c08613c04e status: 200 OK code: 200 duration: "" diff --git a/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.golden b/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.golden index fbf62ea7d5..678eff64ec 100644 --- a/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.golden +++ b/internal/namespaces/container/v1beta1/testdata/test-deploy-buildpack.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -Your application is now available at https://clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud +Your application is now available at https://clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 -"Your application is now available at https://clitctnrdeploybpeuwy2lfm-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud\n" +"Your application is now available at https://clitctnrdeploybpxovfnujd-cli-t-ctnr-deploy-bp.functions.fnc.fr-par.scw.cloud\n"