Skip to content

Commit 5e305da

Browse files
committed
Add images for Debian 13 Trixie
1 parent db658ed commit 5e305da

File tree

31 files changed

+382
-2
lines changed

31 files changed

+382
-2
lines changed

3.1/trixie/Dockerfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
3+
#
4+
# PLEASE DO NOT EDIT IT DIRECTLY.
5+
#
6+
7+
ARG BASE_IMAGE=posit/r-base
8+
FROM ${BASE_IMAGE}:trixie
9+
10+
ARG R_VERSION=3.1.3
11+
ARG OS_IDENTIFIER=debian-13
12+
13+
# Install R
14+
RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
15+
apt-get update -qq && \
16+
DEBIAN_FRONTEND=noninteractive apt-get install -f -y "./r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
17+
ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
18+
ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
19+
ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
20+
rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
21+
rm -rf /var/lib/apt/lists/*
22+
23+
CMD ["R"]

3.1/trixie/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.3

3.2/trixie/Dockerfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
3+
#
4+
# PLEASE DO NOT EDIT IT DIRECTLY.
5+
#
6+
7+
ARG BASE_IMAGE=posit/r-base
8+
FROM ${BASE_IMAGE}:trixie
9+
10+
ARG R_VERSION=3.2.5
11+
ARG OS_IDENTIFIER=debian-13
12+
13+
# Install R
14+
RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
15+
apt-get update -qq && \
16+
DEBIAN_FRONTEND=noninteractive apt-get install -f -y "./r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
17+
ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
18+
ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
19+
ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
20+
rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
21+
rm -rf /var/lib/apt/lists/*
22+
23+
CMD ["R"]

3.2/trixie/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.5

3.3/trixie/Dockerfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
3+
#
4+
# PLEASE DO NOT EDIT IT DIRECTLY.
5+
#
6+
7+
ARG BASE_IMAGE=posit/r-base
8+
FROM ${BASE_IMAGE}:trixie
9+
10+
ARG R_VERSION=3.3.3
11+
ARG OS_IDENTIFIER=debian-13
12+
13+
# Install R
14+
RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
15+
apt-get update -qq && \
16+
DEBIAN_FRONTEND=noninteractive apt-get install -f -y "./r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
17+
ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
18+
ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
19+
ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
20+
rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
21+
rm -rf /var/lib/apt/lists/*
22+
23+
CMD ["R"]

3.3/trixie/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.3

3.4/trixie/Dockerfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
3+
#
4+
# PLEASE DO NOT EDIT IT DIRECTLY.
5+
#
6+
7+
ARG BASE_IMAGE=posit/r-base
8+
FROM ${BASE_IMAGE}:trixie
9+
10+
ARG R_VERSION=3.4.4
11+
ARG OS_IDENTIFIER=debian-13
12+
13+
# Install R
14+
RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
15+
apt-get update -qq && \
16+
DEBIAN_FRONTEND=noninteractive apt-get install -f -y "./r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
17+
ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
18+
ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
19+
ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
20+
rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
21+
rm -rf /var/lib/apt/lists/*
22+
23+
CMD ["R"]

3.4/trixie/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.4

3.5/trixie/Dockerfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
3+
#
4+
# PLEASE DO NOT EDIT IT DIRECTLY.
5+
#
6+
7+
ARG BASE_IMAGE=posit/r-base
8+
FROM ${BASE_IMAGE}:trixie
9+
10+
ARG R_VERSION=3.5.3
11+
ARG OS_IDENTIFIER=debian-13
12+
13+
# Install R
14+
RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
15+
apt-get update -qq && \
16+
DEBIAN_FRONTEND=noninteractive apt-get install -f -y "./r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
17+
ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
18+
ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
19+
ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
20+
rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && \
21+
rm -rf /var/lib/apt/lists/*
22+
23+
CMD ["R"]

3.5/trixie/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.5.3

0 commit comments

Comments
 (0)