Skip to content

Commit 515106b

Browse files
A few more
1 parent f1ac17d commit 515106b

File tree

7 files changed

+38
-7
lines changed

7 files changed

+38
-7
lines changed

.github/workflows/test-all-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ on:
3939
type: string
4040
agent-image-py2:
4141
required: false
42-
default: "datadog/agent-dev:master-py2" # todo: support registry.datadoghq.com
42+
default: "datadog/agent:6-rc"
4343
type: string
4444
agent-image-windows:
4545
required: false
46-
default: "datadog/agent-dev:master-py3-win-servercore" # todo: support registry.datadoghq.com
46+
default: "registry.datadoghq.com/agent:latest-servercore"
4747
type: string
4848
agent-image-windows-py2:
4949
required: false

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ on:
3737
type: string
3838
agent-image-py2:
3939
required: false
40-
default: "datadog/agent-dev:master-py2" # todo: support registry.datadoghq.com
40+
default: "datadog/agent:6-rc"
4141
type: string
4242
agent-image-windows:
4343
required: false
44-
default: "datadog/agent-dev:master-py3-win-servercore" # todo: support registry.datadoghq.com
44+
default: "registry.datadoghq.com/agent:latest-servercore"
4545
type: string
4646
agent-image-windows-py2:
4747
required: false

.github/workflows/test-target.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ on:
6060
type: string
6161
agent-image-py2:
6262
required: false
63-
default: "datadog/agent-dev:master-py2" # todo: support registry.datadoghq.com
63+
default: "datadog/agent:6-rc"
6464
type: string
6565
agent-image-windows:
6666
required: false
67-
default: "datadog/agent-dev:master-py3-win-servercore" # todo: support registry.datadoghq.com
67+
default: "registry.datadoghq.com/agent:latest-servercore"
6868
type: string
6969
agent-image-windows-py2:
7070
required: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/alexey.pilyugin/go/src/github.com/DataDog/integrations-core/.cursor/README.md

sap_hana/uv.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

systemd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker run -d -v /var/run/docker.sock:/var/run/docker.sock:ro \
4141
-v /sys/fs/cgroup/:/host/sys/fs/cgroup/:ro \
4242
-v /run/systemd/:/host/run/systemd/:ro \
4343
-e DD_API_KEY=<YOUR_API_KEY> \
44-
datadog/agent:latest
44+
registry.datadoghq.com/agent:latest
4545
```
4646

4747
#### Helm

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)