File tree Expand file tree Collapse file tree 20 files changed +278
-8
lines changed
Expand file tree Collapse file tree 20 files changed +278
-8
lines changed Original file line number Diff line number Diff line change 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}:rockylinux10
9+
10+ ARG R_VERSION=4.0.5
11+ ARG OS_IDENTIFIER=rhel-10
12+
13+ # Install R
14+ RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/R-${R_VERSION}-1-1.$(arch).rpm" && \
15+ dnf -y install dnf-plugins-core && \
16+ dnf config-manager --set-enabled crb && \
17+ dnf -y install epel-release && \
18+ dnf -y install "./R-${R_VERSION}-1-1.$(arch).rpm" && \
19+ ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
20+ ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
21+ ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
22+ rm "R-${R_VERSION}-1-1.$(arch).rpm" && \
23+ dnf -y remove epel-release && \
24+ dnf config-manager --set-disabled crb && \
25+ dnf clean all
26+
27+ CMD ["R" ]
Original file line number Diff line number Diff line change 1+ 4.0.5
Original file line number Diff line number Diff line change 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}:rockylinux10
9+
10+ ARG R_VERSION=4.1.3
11+ ARG OS_IDENTIFIER=rhel-10
12+
13+ # Install R
14+ RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/R-${R_VERSION}-1-1.$(arch).rpm" && \
15+ dnf -y install dnf-plugins-core && \
16+ dnf config-manager --set-enabled crb && \
17+ dnf -y install epel-release && \
18+ dnf -y install "./R-${R_VERSION}-1-1.$(arch).rpm" && \
19+ ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
20+ ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
21+ ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
22+ rm "R-${R_VERSION}-1-1.$(arch).rpm" && \
23+ dnf -y remove epel-release && \
24+ dnf config-manager --set-disabled crb && \
25+ dnf clean all
26+
27+ CMD ["R" ]
Original file line number Diff line number Diff line change 1+ 4.1.3
Original file line number Diff line number Diff line change 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}:rockylinux10
9+
10+ ARG R_VERSION=4.2.3
11+ ARG OS_IDENTIFIER=rhel-10
12+
13+ # Install R
14+ RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/R-${R_VERSION}-1-1.$(arch).rpm" && \
15+ dnf -y install dnf-plugins-core && \
16+ dnf config-manager --set-enabled crb && \
17+ dnf -y install epel-release && \
18+ dnf -y install "./R-${R_VERSION}-1-1.$(arch).rpm" && \
19+ ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
20+ ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
21+ ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
22+ rm "R-${R_VERSION}-1-1.$(arch).rpm" && \
23+ dnf -y remove epel-release && \
24+ dnf config-manager --set-disabled crb && \
25+ dnf clean all
26+
27+ CMD ["R" ]
Original file line number Diff line number Diff line change 1+ 4.2.3
Original file line number Diff line number Diff line change 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}:rockylinux10
9+
10+ ARG R_VERSION=4.3.3
11+ ARG OS_IDENTIFIER=rhel-10
12+
13+ # Install R
14+ RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/R-${R_VERSION}-1-1.$(arch).rpm" && \
15+ dnf -y install dnf-plugins-core && \
16+ dnf config-manager --set-enabled crb && \
17+ dnf -y install epel-release && \
18+ dnf -y install "./R-${R_VERSION}-1-1.$(arch).rpm" && \
19+ ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
20+ ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
21+ ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
22+ rm "R-${R_VERSION}-1-1.$(arch).rpm" && \
23+ dnf -y remove epel-release && \
24+ dnf config-manager --set-disabled crb && \
25+ dnf clean all
26+
27+ CMD ["R" ]
Original file line number Diff line number Diff line change 1+ 4.3.3
Original file line number Diff line number Diff line change 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}:rockylinux10
9+
10+ ARG R_VERSION=4.4.3
11+ ARG OS_IDENTIFIER=rhel-10
12+
13+ # Install R
14+ RUN wget "https://cdn.posit.co/r/${OS_IDENTIFIER}/pkgs/R-${R_VERSION}-1-1.$(arch).rpm" && \
15+ dnf -y install dnf-plugins-core && \
16+ dnf config-manager --set-enabled crb && \
17+ dnf -y install epel-release && \
18+ dnf -y install "./R-${R_VERSION}-1-1.$(arch).rpm" && \
19+ ln -s "/opt/R/${R_VERSION}/bin/R" /usr/bin/R && \
20+ ln -s "/opt/R/${R_VERSION}/bin/Rscript" /usr/bin/Rscript && \
21+ ln -s "/opt/R/${R_VERSION}/lib/R" /usr/lib/R && \
22+ rm "R-${R_VERSION}-1-1.$(arch).rpm" && \
23+ dnf -y remove epel-release && \
24+ dnf config-manager --set-disabled crb && \
25+ dnf clean all
26+
27+ CMD ["R" ]
Original file line number Diff line number Diff line change 1+ 4.4.3
You can’t perform that action at this time.
0 commit comments