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
A
aiml
r
rstudio
Commits
1cad247b
Commit
1cad247b
authored
Mar 22, 2021
by
Matt Vasquez
Browse files
update version tag / remove vulnerable packages
parent
4668d2cc
Pipeline
#197749
passed with stages
in 11 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+2
-0
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
1cad247b
...
@@ -26,6 +26,8 @@ RUN groupadd -g 1000 ${USER} && \
...
@@ -26,6 +26,8 @@ RUN groupadd -g 1000 ${USER} && \
chown
$USER
:
$USER
/var/lib/rstudio-server
&&
\
chown
$USER
:
$USER
/var/lib/rstudio-server
&&
\
chown
$USER
:
$USER
/var/run/rstudio-server
&&
\
chown
$USER
:
$USER
/var/run/rstudio-server
&&
\
chmod
+t /var/run/rstudio-server
&&
\
chmod
+t /var/run/rstudio-server
&&
\
chkconfig rstudio-server off
&&
\
rpm
-e
--nodeps
binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf /tmp/
*
rm
-rf
/var/cache/dnf /tmp/
*
...
...
hardening_manifest.yaml
View file @
1cad247b
...
@@ -6,7 +6,7 @@ name: "opensource/rstudio"
...
@@ -6,7 +6,7 @@ name: "opensource/rstudio"
# The most specific version should be the first tag and will be shown
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
# on ironbank.dsop.io
tags
:
tags
:
-
"
4.0.4
"
-
"
1.4.1106
"
-
"
latest"
-
"
latest"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
...
...
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