We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc49dec + 261f0c0 commit babef4aCopy full SHA for babef4a
Dockerfile
@@ -1,6 +1,6 @@
1
ARG ARCH="amd64"
2
ARG OS="linux"
3
-FROM --platform ${OS}/${ARCH} alpine:3
+FROM alpine:3
4
LABEL maintainer="The Prometheus Authors <[email protected]>"
5
6
RUN apk add smartmontools
Makefile
@@ -12,7 +12,7 @@
12
# limitations under the License.
13
14
# Needs to be defined before including Makefile.common to auto-generate targets
15
-DOCKER_ARCHS ?= amd64 arm64
+DOCKER_ARCHS ?= amd64
16
DOCKER_REPO ?= prometheuscommunity
17
18
include Makefile.common
0 commit comments