forked from pangeo-data/pangeo-docker-images
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add remote desktop, nbproxy and vscode + adapt CI/CD for our needs
- Loading branch information
1 parent
f9d4614
commit 02ef82c
Showing
46 changed files
with
5,248 additions
and
2,269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
IMAGE: [base-notebook, pangeo-notebook, ml-notebook, pytorch-notebook] | ||
IMAGE: [base-notebook, pangeo-notebook, pytorch-notebook] | ||
name: ${{ matrix.IMAGE }} | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 180 | ||
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.PANGEOBOT_TOKEN }} | ||
token: ${{ secrets.DATALABSBOT_TOKEN }} | ||
# These lines are critical, otherwise Pangeo-bot pushes changes directly to master from PRs! | ||
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.client_payload.pull_request.head.ref }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.PANGEOBOT_TOKEN }} | ||
token: ${{ secrets.DATALABSBOT_TOKEN }} | ||
# These lines are critical, otherwise Pangeo-bot pushes changes directly to master from PRs! | ||
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.client_payload.pull_request.head.ref }} | ||
|
@@ -74,8 +74,8 @@ jobs: | |
|
||
- name: Commit condalock files to PR | ||
run: | | ||
git config --global user.name 'pangeo-bot' | ||
git config --global user.email 'pangeo[email protected]' | ||
git config --global user.name 'datalabs-bot' | ||
git config --global user.email 'datalabs[email protected]' | ||
git status | ||
git add */conda*.lock */conda-lock.yml */packages.txt | ||
git commit -m "[condalock-command] autogenerated conda-lock files" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
jobs: | ||
check-version: | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'pangeo-data/pangeo-docker-images' | ||
if: github.repository == 'CNES/datalabs-docker-images' | ||
|
||
steps: | ||
- name: Checkout Repository | ||
|
@@ -57,11 +57,11 @@ jobs: | |
id: cpr | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
committer: Pangeo Bot <pangeo[email protected]> | ||
token: ${{ secrets.PANGEOBOT_TOKEN }} | ||
committer: Datalabs Bot <datalabs[email protected]> | ||
token: ${{ secrets.DATALABSBOT_TOKEN }} | ||
commit-message: "Update pangeo-notebook metapackage version to ${{ steps.latest_version.outputs.version }}" | ||
title: "Update pangeo-notebook metapackage version to ${{ steps.latest_version.outputs.version }}" | ||
reviewers: "scottyhq" | ||
reviewers: "eroan.marie" | ||
branch: ${{ env.PR_BRANCH }} | ||
body: | | ||
A new pangeo-metapackage version has been detected. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
build-essential | ||
curl | ||
dfc | ||
file | ||
git | ||
htop | ||
jq | ||
less | ||
ncdu | ||
ranger | ||
rclone | ||
rsync | ||
silversearcher-ag | ||
software-properties-common | ||
tig | ||
tmux | ||
tree | ||
unzip | ||
vim |
Oops, something went wrong.