Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/kafka:3.9.0
FROM bitnamilegacy/kafka:3.9.0

ENV JMX_PORT=7099
EXPOSE 7099
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestDockerObserver(t *testing.T) {
require.NoError(t, err)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resourceMetrics:
attributes:
- key: container.image.name
value:
stringValue: bitnami/prometheus
stringValue: bitnamilegacy/prometheus
- key: container.name
value:
stringValue: nervous_brahmagupta
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/spark:3.1.3
FROM bitnamilegacy/spark:3.1.3

EXPOSE 8080

Expand Down
Loading