Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
Jumppad Docker Files
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
LOFAR2.0
Jumppad Docker Files
Commits
1f106420
Commit
1f106420
authored
1 year ago
by
Erik Veld
Browse files
Options
Downloads
Patches
Plain Diff
Rename config file
parent
68fcae3c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
nomad/Dockerfile
+2
-1
2 additions, 1 deletion
nomad/Dockerfile
nomad/files/config.hcl
+0
-0
0 additions, 0 deletions
nomad/files/config.hcl
with
2 additions
and
1 deletion
nomad/Dockerfile
+
2
−
1
View file @
1f106420
...
@@ -30,6 +30,7 @@ RUN apt-get update && \
...
@@ -30,6 +30,7 @@ RUN apt-get update && \
qemu-system-x86
\
qemu-system-x86
\
udhcpd
\
udhcpd
\
iproute2
\
iproute2
\
git
\
fuse-overlayfs
&&
\
fuse-overlayfs
&&
\
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
...
@@ -74,7 +75,7 @@ ENV JAVA_HOME=/usr/lib/jvm/openjdk PATH="/usr/lib/jvm/openjdk/bin:$PATH"
...
@@ -74,7 +75,7 @@ ENV JAVA_HOME=/usr/lib/jvm/openjdk PATH="/usr/lib/jvm/openjdk/bin:$PATH"
# Create the Nomad directory
# Create the Nomad directory
RUN
mkdir
-p
/var/lib/nomad
RUN
mkdir
-p
/var/lib/nomad
COPY
files/
server
.hcl /etc/nomad.d/
server
.hcl
COPY
files/
config
.hcl /etc/nomad.d/
config
.hcl
COPY
--chmod=0755 files/nomad.sh /usr/local/bin/nomad.sh
COPY
--chmod=0755 files/nomad.sh /usr/local/bin/nomad.sh
COPY
files/nomad.conf /etc/supervisor/conf.d/nomad.conf
COPY
files/nomad.conf /etc/supervisor/conf.d/nomad.conf
\ No newline at end of file
This diff is collapsed.
Click to expand it.
nomad/files/
server
.hcl
→
nomad/files/
config
.hcl
+
0
−
0
View file @
1f106420
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment