diff --git a/cmd/config-reloader/Dockerfile b/cmd/config-reloader/Dockerfile index 74748299b9..148fa36791 100644 --- a/cmd/config-reloader/Dockerfile +++ b/cmd/config-reloader/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase WORKDIR /app COPY go.mod go.mod COPY go.sum go.sum diff --git a/cmd/datasource-syncer/Dockerfile b/cmd/datasource-syncer/Dockerfile index 985625acce..009dfbbd66 100644 --- a/cmd/datasource-syncer/Dockerfile +++ b/cmd/datasource-syncer/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase WORKDIR /app COPY . ./ diff --git a/cmd/frontend/Dockerfile b/cmd/frontend/Dockerfile index 469bbbd82b..be3a95249e 100644 --- a/cmd/frontend/Dockerfile +++ b/cmd/frontend/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1-bullseye as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase # Compile the UI assets. FROM launcher.gcr.io/google/nodejs as assets diff --git a/cmd/operator/Dockerfile b/cmd/operator/Dockerfile index 6063c34cb4..d64d10baf5 100644 --- a/cmd/operator/Dockerfile +++ b/cmd/operator/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase WORKDIR /app COPY go.mod go.mod COPY go.sum go.sum diff --git a/cmd/rule-evaluator/Dockerfile b/cmd/rule-evaluator/Dockerfile index 9867bbd932..d86ab6806a 100644 --- a/cmd/rule-evaluator/Dockerfile +++ b/cmd/rule-evaluator/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase WORKDIR /app COPY go.mod go.mod COPY go.sum go.sum diff --git a/examples/instrumentation/go-synthetic/Dockerfile b/examples/instrumentation/go-synthetic/Dockerfile index 633ab5615b..b9c2657cec 100644 --- a/examples/instrumentation/go-synthetic/Dockerfile +++ b/examples/instrumentation/go-synthetic/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.4-bullseye as buildbase +# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976 +FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS buildbase WORKDIR /app COPY . ./ diff --git a/manifests/operator.yaml b/manifests/operator.yaml index 0605610e14..732d34788d 100644 --- a/manifests/operator.yaml +++ b/manifests/operator.yaml @@ -826,7 +826,7 @@ spec: readOnlyRootFilesystem: true containers: - name: alertmanager - image: gke.gcr.io/prometheus-engine/alertmanager:v0.27.0-gmp.1-gke.0 + image: gke.gcr.io/prometheus-engine/alertmanager:v0.27.0-gmp.1-gke.1 args: - --config.file=/alertmanager/config_out/config.yaml - --storage.path=/alertmanager-data