This website requires JavaScript.
Explore
Help
Sign In
rafaelcaricio
/
gstreamer-rs
Watch
1
Star
0
Fork
You've already forked gstreamer-rs
0
forked from
mirrors/gstreamer-rs
Code
Pull requests
Activity
fe30b4a388
gstreamer-rs
/
ci
/
images_template.yml
3 lines
44 B
YAML
Raw
Normal View
History
Unescape
Escape
ci: move image tags to its own file Will be used by gst-plugins-rs to reference gstreamer-rs images as bases.
2020-04-21 13:24:36 +00:00
variables
:
ci: improve docker image layering At the moment we are building 3 independent images, each one having a different Rust version. This works perfectly fine but we can save storage space and bandwith by making a smarter use of Docker's layering system. Introducing a new 'base' image containing all the deps, including GStreamer, acting as a base for the actual images. As a result most of the actual content is now shared accross the same Docker layer. This would save us from downloading/building all the deps when updating images and will reduce storage and transfers for runners.
2020-04-28 12:39:02 +00:00
GST_RS_IMG_TAG
:
'2020-04-28.0'
Copy permalink