File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
arm64-unknown-linux-ubuntu24.04-builder
x86-64-unknown-linux-fedora41-builder
x86-64-unknown-linux-ubuntu22.04-builder
x86-64-unknown-linux-ubuntu24.04-builder Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:24.04
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
# Keep annoying tzdata prompt from coming up
4
6
# Thanks cmake!
5
7
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
ARG CROSS_TRIPLE=arm-unknown-linux-gnueabi
4
6
ARG CROSS_CC=arm-linux-gnueabi-gcc
5
7
ARG CROSS_CXX=arm-linux-gnueabi-g++
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
ARG CROSS_TRIPLE=arm-unknown-linux-gnueabihf
4
6
ARG CROSS_CC=arm-linux-gnueabihf-gcc
5
7
ARG CROSS_CXX=arm-linux-gnueabihf-g++
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
USER root
4
6
5
7
RUN apt-get update \
Original file line number Diff line number Diff line change 1
1
ARG FROM_TAG=release-alpine
2
2
FROM ghcr.io/ponylang/ponyc:${FROM_TAG}
3
3
4
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
5
+
4
6
ARG MATERIAL_INSIDERS_ACCESS=fail
5
7
6
8
RUN apk update \
Original file line number Diff line number Diff line change 1
1
FROM fedora:41
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
RUN dnf install -y binutils-gold \
4
6
clang \
5
7
cmake \
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
# Keep annoying tzdata prompt from coming up
4
6
# Thanks cmake!
5
7
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:24.04
2
2
3
+ LABEL org.opencontainers.image.source="https://github.com/ponylang/ponyc"
4
+
3
5
# Keep annoying tzdata prompt from coming up
4
6
# Thanks cmake!
5
7
ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments