Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
7f182aae
Unverified
Commit
7f182aae
authored
May 26, 2022
by
Josh Spicer
Committed by
GitHub
May 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates to conda,gradle,hugo (#24)
parent
eb6ed37d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
11 deletions
+20
-11
test-all.yaml
.github/workflows/test-all.yaml
+2
-2
test-manual.yaml
.github/workflows/test-manual.yaml
+1
-0
test-pr.yaml
.github/workflows/test-pr.yaml
+1
-1
install.sh
src/anaconda/install.sh
+1
-1
install.sh
src/gradle/install.sh
+5
-4
feature.json
src/hugo/feature.json
+8
-2
install.sh
src/hugo/install.sh
+2
-1
No files found.
.github/workflows/test-all.yaml
View file @
7f182aae
...
@@ -24,11 +24,11 @@ jobs:
...
@@ -24,11 +24,11 @@ jobs:
"
git-lfs"
,
"
git-lfs"
,
"
github-cli"
,
"
github-cli"
,
"
go"
,
"
go"
,
"
gradle"
,
"
java
gradle"
,
# Install 'java', then 'gradle'
"
hugo"
,
"
hugo"
,
"
java"
,
"
java"
,
"
jekyll"
,
"
jekyll"
,
"
python
jupyterlab"
,
# Install 'python', then 'jupyterlab'
"
python
jupyterlab"
,
# Install 'python', then 'jupyterlab'
"
kubectl-helm-minikube"
,
"
kubectl-helm-minikube"
,
"
maven"
,
"
maven"
,
"
node"
,
"
node"
,
...
...
.github/workflows/test-manual.yaml
View file @
7f182aae
...
@@ -12,6 +12,7 @@ on:
...
@@ -12,6 +12,7 @@ on:
default
:
'
ubuntu:focal'
default
:
'
ubuntu:focal'
logLevel
:
logLevel
:
description
:
'
Log
Level
(info/debug/trace)'
description
:
'
Log
Level
(info/debug/trace)'
required
:
true
default
:
'
info'
default
:
'
info'
jobs
:
jobs
:
...
...
.github/workflows/test-pr.yaml
View file @
7f182aae
...
@@ -24,7 +24,7 @@ jobs:
...
@@ -24,7 +24,7 @@ jobs:
git-lfs: ./**/git-lfs/**
git-lfs: ./**/git-lfs/**
github-cli: ./**/github-cli/**
github-cli: ./**/github-cli/**
go: ./**/go/**
go: ./**/go/**
gradle
: ./**/gradle/**
'java gradle'
: ./**/gradle/**
hugo: ./**/hugo/**
hugo: ./**/hugo/**
java: ./**/java/**
java: ./**/java/**
jekyll: ./**/jekyll/**
jekyll: ./**/jekyll/**
...
...
src/anaconda/install.sh
View file @
7f182aae
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
# Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/anaconda.md
# Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/anaconda.md
# Maintainer: The VS Code and Codespaces Teams
# Maintainer: The VS Code and Codespaces Teams
#
#
# Syntax: ./anaconda-debian.sh [Conda version] [
CONDA_DIR] [
Non-root user] [Add rc files flag]
# Syntax: ./anaconda-debian.sh [Conda version] [Non-root user] [Add rc files flag]
VERSION
=
${
1
:-
"latest"
}
VERSION
=
${
1
:-
"latest"
}
USERNAME
=
${
2
:-
"automatic"
}
USERNAME
=
${
2
:-
"automatic"
}
...
...
src/gradle/install.sh
View file @
7f182aae
...
@@ -7,12 +7,13 @@
...
@@ -7,12 +7,13 @@
# Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/gradle.md
# Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/gradle.md
# Maintainer: The VS Code and Codespaces Teams
# Maintainer: The VS Code and Codespaces Teams
#
#
# Syntax: ./gradle-debian.sh [Gradle version] [
SDKMAN_DIR] [
non-root user] [Update rc files flag]
# Syntax: ./gradle-debian.sh [Gradle version] [non-root user] [Update rc files flag]
GRADLE_VERSION
=
${
1
:-
"latest"
}
GRADLE_VERSION
=
${
1
:-
"latest"
}
export
SDKMAN_DIR
=
${
2
:-
"/usr/local/sdkman"
}
USERNAME
=
${
2
:-
"automatic"
}
USERNAME
=
${
3
:-
"automatic"
}
UPDATE_RC
=
${
3
:-
"true"
}
UPDATE_RC
=
${
4
:-
"true"
}
SDKMAN_DIR
=
${
SDKMAN_DIR
:-
"/usr/local/sdkman"
}
set
-e
set
-e
...
...
src/hugo/feature.json
View file @
7f182aae
...
@@ -4,13 +4,19 @@
...
@@ -4,13 +4,19 @@
"options"
:
{
"options"
:
{
"version"
:
{
"version"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"proposals"
:
[
"latest"
],
"proposals"
:
[
"latest"
],
"default"
:
"latest"
,
"default"
:
"latest"
,
"description"
:
"Select or enter a version."
"description"
:
"Select or enter a version."
}
}
},
},
"containerEnv"
:
{
"HUGO_DIR"
:
"/usr/local/hugo"
,
"PATH"
:
"${HUGO_DIR}/bin:${PATH}"
},
"install"
:
{
"install"
:
{
"app"
:
""
,
"app"
:
""
,
"file"
:
"install.sh"
"file"
:
"install.sh"
}
}
}
}
\ No newline at end of file
src/hugo/install.sh
View file @
7f182aae
...
@@ -10,10 +10,11 @@
...
@@ -10,10 +10,11 @@
# Syntax: ./hugo-debian.sh [Hugo version] [HUGO_DIR] [Non-root user] [Add rc files flag]
# Syntax: ./hugo-debian.sh [Hugo version] [HUGO_DIR] [Non-root user] [Add rc files flag]
VERSION
=
${
1
:-
"latest"
}
VERSION
=
${
1
:-
"latest"
}
export
HUGO_DIR
=
${
2
:-
"/usr/local/hugo"
}
USERNAME
=
${
3
:-
"automatic"
}
USERNAME
=
${
3
:-
"automatic"
}
UPDATE_RC
=
${
4
:-
"true"
}
UPDATE_RC
=
${
4
:-
"true"
}
HUGO_DIR
=
${
HUGO_DIR
:-
"/usr/local/hugo"
}
set
-e
set
-e
if
[
"
$(
id
-u
)
"
-ne
0
]
;
then
if
[
"
$(
id
-u
)
"
-ne
0
]
;
then
...
...
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