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
f3c6d125
Commit
f3c6d125
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
adds cache, proxy and slides.
parent
dd476abe
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+13
-1
13 additions, 1 deletion
.github/workflows/ci.yml
Artefacts/list_pip
+2
-1
2 additions, 1 deletion
Artefacts/list_pip
with
15 additions
and
2 deletions
.github/workflows/ci.yml
+
13
−
1
View file @
f3c6d125
...
@@ -37,12 +37,22 @@ jobs:
...
@@ -37,12 +37,22 @@ jobs:
with
:
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
username
:
${{ secrets.DOCKERHUB_USERNAME }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Login to Private registry
if
:
github.event_name != 'pull_request'
uses
:
docker/login-action@v2
with
:
registry
:
${{ secrets.PRIVATEHUB_HOSTNAME }}
username
:
${{ secrets.PRIVATEHUB_USERNAME }}
password
:
${{ secrets.PRIVATEHUB_TOKEN }}
-
uses
:
webfactory/ssh-agent@v0.7.0
-
uses
:
webfactory/ssh-agent@v0.7.0
with
:
with
:
ssh-private-key
:
${{ secrets.SSH_PRIVATE_KEY }}
ssh-private-key
:
${{ secrets.SSH_PRIVATE_KEY }}
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
uses
:
docker/setup-buildx-action@v2
with
:
with
:
config-inline
:
|
[registry."docker.io"]
mirrors = ["${{ secrets.DOCKERHUB_PROXY_HOSTNAME }}"]
driver-opts
:
|
driver-opts
:
|
network=host
network=host
buildkitd-flags
:
|
buildkitd-flags
:
|
...
@@ -64,6 +74,8 @@ jobs:
...
@@ -64,6 +74,8 @@ jobs:
push
:
${{ github.event_name != 'pull_request' }}
push
:
${{ github.event_name != 'pull_request' }}
tags
:
${{ steps.meta.outputs.tags }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
cache-from
:
type=registry,ref=${{ secrets.PRIVATEHUB_HOSTNAME }}/${{ secrets.PRIVATEHUB_USERNAME }}/${{ env.REPOSITORY_NAME }}:buildcache
cache-to
:
type=registry,ref=${{ secrets.PRIVATEHUB_HOSTNAME }}/${{ secrets.PRIVATEHUB_USERNAME }}/${{ env.REPOSITORY_NAME }}:buildcache,mode=max
-
name
:
Update repo description
-
name
:
Update repo description
uses
:
peter-evans/dockerhub-description@v3
uses
:
peter-evans/dockerhub-description@v3
with
:
with
:
...
...
This diff is collapsed.
Click to expand it.
Artefacts/list_pip
+
2
−
1
View file @
f3c6d125
jinja-yaml-magic
jinja-yaml-magic
jupyter-book
jupyter-book
jupyterlab-myst
jupyterlab-myst
jupyterlab_rise
jupyter-server-proxy
jupyter-server-proxy
jupyterlab_latex
jupyterlab_latex
jupyterlab_widgets
jupyterlab_widgets
...
...
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