UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
r
r-studio
Commits
0845e386
Commit
0845e386
authored
Aug 20, 2021
by
Al Fontaine
Browse files
Merge branch 'development' into 'master'
Development See merge request
!22
parents
1b0ee590
f1b1cfe6
Pipeline
#452459
failed with stages
in 2 minutes and 24 seconds
Changes
4
Pipelines
25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
130 additions
and
83 deletions
+130
-83
Dockerfile
Dockerfile
+2
-2
README.md
README.md
+1
-0
hardening_manifest.yaml
hardening_manifest.yaml
+125
-80
rpackages
rpackages
+2
-1
No files found.
Dockerfile
View file @
0845e386
...
@@ -8,11 +8,11 @@ USER root
...
@@ -8,11 +8,11 @@ USER root
ENV
RSTUDIO_VERSION=1.4.1717
ENV
RSTUDIO_VERSION=1.4.1717
COPY
rstudio-server-rhel-${RSTUDIO_VERSION}-x86_64
.rpm /tmp
COPY
*
.rpm /tmp
RUN
dnf upgrade
-y
&&
\
RUN
dnf upgrade
-y
&&
\
dnf
install
-y
--nogpgcheck
glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-
${
RSTUDIO_VERSION
}
-x86_64
.rpm
\
dnf
install
-y
--nogpgcheck
glibc-langpack-en initscripts procps-ng /tmp/rstudio-server-rhel-
${
RSTUDIO_VERSION
}
-x86_64
.rpm
\
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
/tmp/compat-openssl10-1.0.2o-3.el8.x86_64.rpm
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
mkdir
-p
/local/libs
&&
\
mkdir
-p
/local/libs
&&
\
chown
-R
$USER
/var/lib/rstudio-server /var/run/rstudio-server
&&
\
chown
-R
$USER
/var/lib/rstudio-server /var/run/rstudio-server
&&
\
chmod
-R
g
=
u /var/lib/rstudio-server
&&
\
chmod
-R
g
=
u /var/lib/rstudio-server
&&
\
...
...
README.md
View file @
0845e386
...
@@ -13,6 +13,7 @@ tidyr
...
@@ -13,6 +13,7 @@ tidyr
knitr
knitr
caret
caret
text2vec
text2vec
oysteR
## Quickstart
## Quickstart
`docker run --rm --name rstudio -it -p 8787:8787 registry1.dso.mil/ironbank/opensource/r/r-studio:1.4.1717`
`docker run --rm --name rstudio -it -p 8787:8787 registry1.dso.mil/ironbank/opensource/r/r-studio:1.4.1717`
\ No newline at end of file
hardening_manifest.yaml
View file @
0845e386
This diff is collapsed.
Click to expand it.
rpackages
View file @
0845e386
...
@@ -4,4 +4,5 @@ dplyr
...
@@ -4,4 +4,5 @@ dplyr
tidyr
tidyr
knitr
knitr
caret
caret
text2vec
text2vec
\ No newline at end of file
oysteR
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment