Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-base
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
Releases
Package registry
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Bruno
jupyter-base
Commits
149ef3de
Commit
149ef3de
authored
4 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
fixes build script and add lombok to vscode.
parent
740d6fd4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
build.sh
+2
-2
2 additions, 2 deletions
build.sh
push.sh
+0
-3
0 additions, 3 deletions
push.sh
with
3 additions
and
6 deletions
Dockerfile
+
1
−
1
View file @
149ef3de
...
@@ -61,7 +61,7 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \
...
@@ -61,7 +61,7 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \
--install-extension
redhat.vscode-xml
\
--install-extension
redhat.vscode-xml
\
--install-extension
vscode-icons-team.vscode-icons
\
--install-extension
vscode-icons-team.vscode-icons
\
--install-extension
SonarSource.sonarlint-vscode
\
--install-extension
SonarSource.sonarlint-vscode
\
#
--install-extension GabrielBB.vscode-lombok
\
--install-extension
GabrielBB.vscode-lombok
\
--install-extension
james-yu.latex-workshop
\
--install-extension
james-yu.latex-workshop
\
--install-extension
jebbs.plantuml
&&
\
--install-extension
jebbs.plantuml
&&
\
groupadd codeserver
&&
\
groupadd codeserver
&&
\
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
2
−
2
View file @
149ef3de
...
@@ -6,6 +6,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -6,6 +6,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
docker build
\
docker build
\
--file
Dockerfile
\
--file
Dockerfile
\
-t
${
BASE
}
:
$SHA
\
-t
${
BASE
}
:
$SHA
\
-t
${
BASE
}
:
$BRANCH
\
`
[[
"
$BRANCH
"
!=
"master"
]]
&&
echo
-t
${
BASE
}
:
$BRANCH
`
\
`
[[
"
$BRANCH
"
==
"master"
]]
&&
-t
${
BASE
}
:latest
`
\
`
[[
"
$BRANCH
"
==
"master"
]]
&&
echo
-t
${
BASE
}
:latest
`
\
.
.
This diff is collapsed.
Click to expand it.
push.sh
+
0
−
3
View file @
149ef3de
...
@@ -10,6 +10,3 @@ BRANCH=`git rev-parse --abbrev-ref HEAD`
...
@@ -10,6 +10,3 @@ BRANCH=`git rev-parse --abbrev-ref HEAD`
echo
Branche:
$BRANCH
echo
Branche:
$BRANCH
docker push
${
BASE
}
--all-tags
docker push
${
BASE
}
--all-tags
#docker push ${BASE}:`git log -1 --pretty=%h`
#docker push ${BASE}:`git rev-parse --abbrev-ref HEAD`
#[[ "$BRANCH" == "master" ]] && docker push -t "${BASE}:latest"
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