FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
linuxkit-ci/push.sh at master · linuxkit/linuxkit-ci · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
linuxkit
/
linuxkit-ci
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
7
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
linuxkit-ci
/
push.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
7 lines (7 loc) · 311 Bytes
Breadcrumbs
linuxkit-ci
/
push.sh
Copy path
File metadata and controls
executable file
·
7 lines (7 loc) · 311 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
#!
/bin/bash -eux
set
-eux
LOCAL_DOCKER=
"
DOCKER_HOST=unix:///var/run/docker.sock DOCKER_TLS_VERIFY=
"
make docker
$LOCAL_DOCKER
env
$LOCAL_DOCKER
docker push linuxkitci/ci
IMAGE=
$(
env
$LOCAL_DOCKER
docker image inspect linuxkitci/ci -f
'
{{index .RepoDigests 0}}
'
)
docker service update linuxkit_ci --image
$IMAGE
Back
|
FazBrowse Home
|
New Git URL