Skip to content
Merged
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
12 changes: 7 additions & 5 deletions build.assets/Dockerfile-arm
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# syntax=docker/dockerfile:1

# This Dockerfile is used to build Teleport on ARM only.
# We are using the official Debian 12 image as a base image
# because the final binary must be compatible with distroless
# images that are also Debian 12 based: https://github.com/GoogleContainerTools/distroless
FROM docker.io/library/debian:12
# This Dockerfile is used to build Teleport on ARM (32-bit) only.
# The binaries produced need to be able to run on all the linux
# distributions we support. See https://goteleport.com/docs/installation/
# The binaries also run in the OCI containers we produce,
# both "heavy" and distroless.
#
FROM docker.io/library/debian:11

COPY locale.gen /etc/locale.gen
COPY profile /etc/profile
Expand Down