Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
docker-images
Commits
ea384e07
Commit
ea384e07
authored
Jul 28, 2016
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace myself with a simple shell script.
parent
f967d2f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
rebuild.sh
rebuild.sh
+16
-0
No files found.
rebuild.sh
0 → 100644
View file @
ea384e07
#!/bin/sh
# this is a helper script to rebuild all base images and then all dependant images
# rebuilding dind image is too dangerous
BASE
=
"jessie sid"
DEPS
=
"vlc-debian-unstable vlc-debian-android vlc-debian-win32 vlc-debian-win64"
for
type
in
$BASE
;
do
make
-C
videolan-base/
$type
push
done
for
dep
in
$DEPS
;
do
make
-C
$dep
push
done
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