Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
guillaum.pin
nexus
Commits
9a68d369
Commit
9a68d369
authored
8 months ago
by
Florent Gluck
Browse files
Options
Downloads
Patches
Plain Diff
Fixed broken iso build from last commit
parent
0f51c025
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
live_exam_os/nexus_exam_builder/Dockerfile
+1
-1
1 addition, 1 deletion
live_exam_os/nexus_exam_builder/Dockerfile
with
2 additions
and
1 deletion
Makefile
+
1
−
0
View file @
9a68d369
...
...
@@ -221,6 +221,7 @@ check_login_var:
$(
call check_defined, LOGIN
)
check_nexus_exam_vars
:
$(
call check_defined, CERT
)
$(
call check_defined, EXAM_USER
)
$(
call check_defined, EXAM_PWD
)
...
...
This diff is collapsed.
Click to expand it.
live_exam_os/nexus_exam_builder/Dockerfile
+
1
−
1
View file @
9a68d369
...
...
@@ -8,5 +8,5 @@ RUN apt-get update && apt-get install -y golang-go make ca-certificates libglfw3
RUN
echo
$server
>
/server
RUN
echo
$exam_user
>
/exam_user
RUN
echo
$exam_pwd
>
/exam_pwd
RUN
make build_nexus-exam
SERVER
=
$server
CERT
=
/nexus
EXAM_USER
=
$exam_user
EXAM_PWD
=
$exam_pwd
RUN
make build_nexus-exam
SERVER
=
$server
CERT
=
/nexus
/ca-cert.pem
EXAM_USER
=
$exam_user
EXAM_PWD
=
$exam_pwd
RUN
[
"sh"
]
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