Skip to content

Commit ca7a8b3

Browse files
authored
[chore][docker] Update bitnami images to bitnamilegacy (#6676)
* [chore][docker] Update bitnami images to bitnamilegacy * move another bitnami image reference * fix expected container image name for bitnamilegacy
1 parent e38c33f commit ca7a8b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/kafka/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/kafka:3.9.0
1+
FROM bitnamilegacy/kafka:3.9.0
22

33
ENV JMX_PORT=7099
44
EXPOSE 7099

tests/general/discoverymode/docker_observer_discovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestDockerObserver(t *testing.T) {
4646
require.NoError(t, err)
4747

4848
_, shutdownPrometheus := tc.Containers(
49-
testutils.NewContainer().WithImage("bitnami/prometheus").WithLabel("test.id", tc.ID).WillWaitForLogs("Server is ready to receive web requests."),
49+
testutils.NewContainer().WithImage("bitnamilegacy/prometheus").WithLabel("test.id", tc.ID).WillWaitForLogs("Server is ready to receive web requests."),
5050
)
5151
defer shutdownPrometheus()
5252

tests/general/discoverymode/testdata/expected/docker-observer-internal-prometheus-expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resourceMetrics:
33
attributes:
44
- key: container.image.name
55
value:
6-
stringValue: bitnami/prometheus
6+
stringValue: bitnamilegacy/prometheus
77
- key: container.name
88
value:
99
stringValue: nervous_brahmagupta

tests/receivers/smartagent/collectd-spark/testdata/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/spark:3.1.3
1+
FROM bitnamilegacy/spark:3.1.3
22

33
EXPOSE 8080
44

0 commit comments

Comments
 (0)