We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0efbd3 + 836225c commit f43429fCopy full SHA for f43429f
src/Dockerfile
@@ -1,17 +1,7 @@
1
# syntax=docker/dockerfile:1
2
ARG FTL_SOURCE=remote
3
# Pull Stable images
4
-FROM alpine:3.22 AS base-stable
5
-FROM base-stable AS base-386
6
-FROM base-stable AS base-amd64
7
-FROM base-stable AS base-arm
8
-FROM base-stable AS base-arm64
9
-# Pull Edge images
10
-FROM alpine:edge AS base-edge
11
-FROM base-edge AS base-riscv64
12
-# Use the base image for the current architecture
13
-FROM base-${TARGETARCH} AS base
14
-# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
+FROM alpine:3.22 AS base
15
16
ARG TARGETPLATFORM
17
ARG WEB_BRANCH="development"
0 commit comments