本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

synthetics-private-location-worker-fips Docker 镜像下载 - 轩辕镜像

synthetics-private-location-worker-fips 镜像详细信息和使用指南

synthetics-private-location-worker-fips 镜像标签列表和版本信息

synthetics-private-location-worker-fips 镜像拉取命令和加速下载

synthetics-private-location-worker-fips 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

synthetics-private-location-worker-fips
datadog/synthetics-private-location-worker-fips

synthetics-private-location-worker-fips 镜像详细信息

synthetics-private-location-worker-fips 镜像标签列表

synthetics-private-location-worker-fips 镜像使用说明

synthetics-private-location-worker-fips 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

Datadog Synthetics私有位置工作器,用于在amd64架构部署和运行私有位置,提供合成监控的私有位置功能支持。
0 次下载activedatadog镜像

synthetics-private-location-worker-fips 镜像详细说明

synthetics-private-location-worker-fips 使用指南

synthetics-private-location-worker-fips 配置说明

synthetics-private-location-worker-fips 官方文档

Synthetics Private Location Worker Docker镜像文档

镜像概述与主要用途

Synthetics Private Location Worker是Datadog Synthetics的***Docker镜像,用于部署私有位置(Private Location) Worker节点。该镜像允许用户在私有网络环境中执行合成监控测试(如API测试、浏览器测试、SSL证书检查等),并将测试结果上报至Datadog平台,实现对内部服务、私有应用及无法通过公网访问的资源的监控。

支持的架构

  • amd64

核心功能与特性

  • 私有网络测试执行:在用户私有环境中运行Datadog Synthetics测试,无需暴露内部资源至公网。
  • 与Datadog平台集成:自动与Datadog后端通信,上报测试结果、性能指标及日志。
  • 兼容性:支持Datadog Synthetics的各类测试类型(HTTP、TCP、ICMP、浏览器测试等)。
  • 轻量级部署:通过Docker容器化部署,简化环境配置与版本管理。

使用场景与适用范围

  • 私有网络监控:监控企业内部数据中心、私有云或混合云环境中的应用与服务。
  • 内部服务可用性检测:验证内部API、数据库、消息队列等组件的可用性与性能。
  • 隔离环境测试:在开发、测试或预发布环境中执行合成测试,确保上线前质量。
  • 合规性要求:满足数据隐私或合规性要求,避免敏感测试数据通过公网传输。

使用方法与配置说明

前提条件

  • 已在Datadog平台创建私有位置(Private Location),获取私有位置ID及配置凭证。
  • 已安装Docker或Docker Compose环境。
  • 容器需能够访问Datadog API端点([***] 或对应区域端点)及私有网络内的目标资源。

Docker Run部署示例

bash
docker run -d \
  --name datadog-synthetics-worker \
  -e DD_API_KEY=<YOUR_DATADOG_API_KEY> \
  -e DD_SYNTHETICS_PRIVATE_LOCATION_ID=<YOUR_PRIVATE_LOCATION_ID> \
  -e DD_REGION=<YOUR_DATADOG_REGION> \  # 如"us1"、"eu1",默认"us1"
  gcr.io/datadoghq/synthetics-private-location-worker:latest

注意:上述环境变量为示例,具体配置参数需参考Datadog私有位置文档获取完整列表(如代理配置、资源限制等)。

Docker Compose部署示例

创建docker-compose.yml文件:

yaml
version: '3'
services:
  synthetics-worker:
    image: gcr.io/datadoghq/synthetics-private-location-worker:latest
    container_name: datadog-synthetics-worker
    environment:
      - DD_API_KEY=<YOUR_DATADOG_API_KEY>
      - DD_SYNTHETICS_PRIVATE_LOCATION_ID=<YOUR_PRIVATE_LOCATION_ID>
      - DD_REGION=us1  # 根据实际区域调整
      # 如需代理,添加代理配置(示例)
      # - HTTP_PROXY=[***]
      # - HTTPS_PROXY=[***]
    restart: always
    # 根据测试需求调整资源限制
    resources:
      limits:
        cpus: '2'
        memory: 2G

启动容器:

bash
docker-compose up -d

支持与故障排除

  • 文档参考:私有位置的详细配置与管理,请参见Datadog***文档。
  • 问题反馈:如遇部署或运行问题,可通过Datadog支持团队获取帮助。

许可证信息

本软件的使用与操作受《最终用户许可协议》(EULA)约束,详情参见此处。

与所有Docker镜像一样,本镜像可能包含其他软件,这些软件可能受其他许可证约束(如基础发行版中的Bash等,以及主软件的直接或间接依赖项)。使用预构建镜像时,用户有责任确保其使用符合镜像中所有软件的相关许可证要求。

本镜像包含第三方分发的软件,以下是这些库及其许可证的列表:

组件来源许可证仓库
@aws-sdk/client-device-farmimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/client-s3importApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/client-sqsimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/client-ssmimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/credential-provider-imdsdevApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/credential-providersimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/node-http-handlerimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/middleware-retryimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/s3-request-presignerimportApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/typesdevApache-2.0github.com/aws/aws-sdk-js-v3
@aws-sdk/util-arn-parserimportApache-2.0github.com/aws/aws-sdk-js-v3
@azure/identityimportMITgithub.com/Azure/azure-sdk-for-js
@azure/storage-blobimportMITgithub.com/Azure/azure-sdk-for-js
@babel/coredevMITgithub.com/babel/babel
@babel/plugin-transform-modules-commonjsdevMITgithub.com/babel/babel
@babel/preset-envdevMITgithub.com/babel/babel
@datadog/browser-rumimportApache-2.0github.com/DataDog/browser-sdk
@datadog/datadog-api-clientimportApache-2.0github.com/DataDog/datadog-api-client-typescript
@datadog/datadog-cidevApache-2.0github.com/DataDog/datadog-ci
@electron/remotedevMITgithub.com/electron/remote
@google-cloud/pubsubimportApache-2.0github.com/googleapis/nodejs-pubsub
@google-cloud/storageimportMITgithub.com/googleapis/nodejs-storage
@grpc/grpc-jsimportApache-2.0github.com/grpc/grpc-node/tree/master/packages/grpc-js
@grpc/proto-loaderdevApache-2.0github.com/grpc/grpc-node/tree/master/packages/proto-loader
@heroku/socksv5importMITgithub.com/heroku/socksv5
@kayahr/jest-electron-runnerdevMITgithub.com/kayahr/jest-electron-runner
@openpgp/web-stream-toolsdevMITgithub.com/openpgpjs/web-stream-tools
@slack/web-apiimportMITgithub.com/slackapi/node-slack-sdk
@stylistic/eslint-plugindevMITgithub.com/eslint-stylistic/eslint-stylistic
@types/adm-zipdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/asyncdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/bindingsdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/consuldevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/cookiedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/debugdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/follow-redirectsdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/google-protobufdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/http-authdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/http-proxydevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/jestdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/jsonpathdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/js-yamldevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/lodashdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/luxondevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/minimistdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/msgpack-litedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/nodedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/node-forgedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/pingdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/pugdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/selenium-webdriverdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/semverdevISCgithub.com/npm/node-semver
@types/sharpdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/ssh2devMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/stream-jsondevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/tmpdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/triple-beamdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/tough-cookiedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/whatwg-mimetypedevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/wsdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@types/yargsdevMITgithub.com/DefinitelyTyped/DefinitelyTyped
@wdio/protocolsimportMITgithub.com/webdriverio/webdriverio
@wdio/typesdevMITgithub.com/webdriverio/webdriverio
@xmldom/xmldomimportMITgithub.com/xmldom/xmldom
@xmldom/xmldomdevMITgithub.com/xmldom/xmldom
adm-zipimportMITgithub.com/cthackers/adm-zip
agent-baseimportMITgithub.com/TooTallNate/node-agent-base
ajvimportMITgithub.com/ajv-validator/ajv
asn1.jsimportMITgithub.com/indutny/asn1.js
asn1.js-rfc2560importMITgithub.com/indutny/asn1.js
asyncimportMITgithub.com/caolan/async
aws-sdkimportApache-2.0github.com/aws/aws-sdk-js
aws-sdk-client-mockdevMITgithub.com/m-radzikowski/aws-sdk-client-mock
aws-sdk-client-mock-jestdevMITgithub.com/m-radzikowski/aws-sdk-client-mock-jest
babel-loaderdevMITgithub.com/babel/babel-loader
concurrentlydevMITgithub.com/kimmobrunfeldt/concurrently
consulimportMITgithub.com/silas/node-consul
cookieimportMITgithub.com/jshttp/cookie
copyfilesdevMITgithub.com/calvinmetcalf/copyfiles
core-jsimportMITgithub.com/zloirock/core-js
cross-envdevMITgithub.com/kentcdodds/cross-env
css.escapeimportMITgithub.com/mathiasbynens/CSS.escape
csv-parsedevMITgithub.com/adaltas/node-csv-parse
data-uri-to-bufferimportMITgithub.com/TooTallNate/node-data-uri-to-buffer
date-fnsimportMITgithub.com/date-fns/date-fns
dd-traceimportBSD-3-Clausegithub.com/DataDog/dd-trace-js
dd-tracedevBSD-3-Clausegithub.com/DataDog/dd-trace-js
debugdevMITgithub.com/debug-js/debug
devtools-protocolimportThe Chromium Authors (i.e. BSD-3)github.com/ChromeDevTools/devtools-protocol
dns2devMITgithub.com/song940/node-dns
electrondevMITgithub.com/electron/electron
es-checkdevMITgithub.com/yowainwright/es-check
eslintdevMITgithub.com/eslint/eslint
eslint-config-prettierdevMITgithub.com/prettier/eslint-config-prettier
eslint-import-resolver-typescriptdevISCgithub.com/alexgorbatchev/eslint-import-resolver-typescript
eslint-plugin-importdevMITgithub.com/benmosher/eslint-plugin-import
eslint-plugin-jestdevMITgithub.com/jest-community/eslint-plugin-jest
eslint-plugin-ndevMITgithub.com/eslint-community/eslint-plugin-n
eslint-plugin-prefer-arrowdevMITgithub.com/TristonJ/eslint-plugin-prefer-arrow
eslint-plugin-sort-keys-fixdevMITgithub.com/leo-buneev/eslint-plugin-sort-keys-fix
eslint-plugin-unicorndevMITgithub.com/sindresorhus/eslint-plugin-unicorn
follow-redirectsimportMITgithub.com/follow-redirects/follow-redirects
form-dataimportMITgithub.com/form-data/form-data
get-portimportMITgithub.com/sindresorhus/get-port
gotimportMITgithub.com/sindresorhus/got
hot-shotsimportMITgithub.com/brightcove/hot-shots
hot-shotsdevMITgithub.com/brightcove/hot-shots
http-authdevMITgithub.com/http-auth/http-auth
http-auth-utilsimportMITgithub.com/nfroidure/http-auth-utils
http-proxyimportMITgithub.com/http-party/node-http-proxy
http-proxydevMITgithub.com/http-party/node-http-proxy
http-proxy-agentdevMITgithub.com/TooTallNate/proxy-agents
http2-wrapperimportMITgithub.com/szmarczak/http2-wrapper
iconv-liteimportMITgithub.com/ashtuchkin/iconv-lite
imports-loaderdevMITgithub.com/webpack-contrib/imports-loader
int64-bufferimportMITgithub.com/kawanet/int64-buffer
ipaddr.jsimportMITgithub.com/whitequark/ipaddr.js
is-in-subnetimportMITgithub.com/natesilva/is-in-subnet
jestdevMITgithub.com/***/jest
jest-date-mockdevMITgithub.com/hustcc/jest-date-mock
js-levenshteinimportMITgithub.com/gustf/js-levenshtein
json-diffdevMITgithub.com/andreyvit/json-diff
jsonpathimportMITgithub.com/dchester/jsonpath
js-md5importMITgithub.com/emn178/js-md5
js-yamldevMITgithub.com/nodeca/js-yaml
letterparserimportBSD-3-Clausegithub.com/mat-sz
lodashimportMITgithub.com/lodash/lodash
luxonimportMITgithub.com/moment/luxon
minimistdevMITgithub.com/substack/minimist
moment-timezoneimportMITgithub.com/moment/moment-timezone
msgpack-liteimportMITgithub.com/kawanet/msgpack-lite
nockdevMITgithub.com/nock/nock
node-forgeimport(BSD-3-Clause OR GPL-2.0)github.com/digitalbazaar/forge
node-gypdevMITgithub.com/nodejs/node-gyp
node-html-parserimportMITgithub.com/taoqf/node-html-parser
null-loaderdevMITgithub.com/webpack-contrib/null-loader
octokit

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"