Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nexus-release-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
nexus-release-image
Merge requests
!5
fix: set user earlier in Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: set user earlier in Dockerfile
5-touch-known_hosts-after-switching-user
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Rory Jennings
requested to merge
5-touch-known_hosts-after-switching-user
into
master
4 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
Closes
#5 (closed)
0
0
Merge request reports
Compare
master
version 1
30f99f11
4 years ago
master (base)
and
latest version
latest version
75965223
2 commits,
4 years ago
version 1
30f99f11
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
2
−
2
Options
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends git-core ca-cer
RUN
npm i
-g
standard-version
USER
node
RUN
git config
--global
user.email
"ci-versioning@nexusmods.com"
RUN
git config
--global
user.name
"git"
@@ -16,7 +18,5 @@ RUN chmod 700 ~/.ssh
RUN
touch
~/.ssh/known_hosts
RUN
chmod
644 ~/.ssh/known_hosts
USER
node
COPY
src/ build/
CMD
["/build/release.sh"]
\ No newline at end of file
Loading