Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust 1.28-slim image includes rustc 1.29 #39

Closed
alatiera opened this issue Dec 17, 2018 · 3 comments
Closed

rust 1.28-slim image includes rustc 1.29 #39

alatiera opened this issue Dec 17, 2018 · 3 comments

Comments

@alatiera
Copy link

alatiera commented Dec 17, 2018

As of today (2018-12-17) if you pull rust:1.28-slim you get an image that contains rustc 1.29. We use this in the CI for Gstreamer and Librsvg to test backwards compatibility since most LTS distributions are kinda outdated.

~ podman pull rust:1.28-slim
Trying to pull docker.io/rust:1.28-slim...Getting image source signatures
Copying blob sha256:802b00ed6f79f48e6a5f44ecbcaf43563d6077aaecb565eee1dfc615c0b18c00
 21.44 MB / 21.44 MB [=====================================================] 44s
Copying blob sha256:bb58e7a6ab879cfb037fad33ae8ec6363295c6ecb86865165dfb5e5e0d27f431
 238.61 MB / 238.61 MB [=================================================] 7m20s
Copying config sha256:0bf92e53f2fb93e6fd5546b982756b0d735ca51c84aa5c275b561c38f77576ee
 4.68 KB / 4.68 KB [========================================================] 0s
Writing manifest to image destination
Storing signatures
0bf92e53f2fb93e6fd5546b982756b0d735ca51c84aa5c275b561c38f77576ee
➜  ~ podman run --rm -ti rust:1.28-slim bash
root@80f62216889a:/# rustc --version
rustc 1.29.0 (aa3ca1994 2018-09-11)
root@80f62216889a:/# 
@alatiera alatiera changed the title rust 1.28-slim image included rustc 1.29 rust 1.28-slim image includes rustc 1.29 Dec 17, 2018
@alatiera
Copy link
Author

alatiera commented Dec 17, 2018

This is also true for the normal 1.28 image it seems.

➜  gstreamer-rs  ✗ podman pull rust:1.28
Trying to pull docker.io/rust:1.28...Getting image source signatures
Copying blob sha256:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d
 43.21 MB / 43.21 MB [===================================================] 1m19s
Copying blob sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2
 10.24 MB / 10.24 MB [=====================================================] 18s
Copying blob sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb
 4.14 MB / 4.14 MB [========================================================] 7s
Copying blob sha256:80ae6b477848b6e03aad8ec9c74f1fb80364e5c8b5fe9ca3ec793df84247f027
 47.75 MB / 47.75 MB [===================================================] 1m27stest_simple_rtpbin_aux
Copying blob sha256:28bdf9e584cc733044425cc166ce90743b25f7003cb06408b905030f76200b2a
 203.33 MB / 203.33 MB [=================================================] 7m10s
Copying blob sha256:2b7f672ff1bcdfc4986cd75d79ea3e3f9d0d156b42b97a3177eb8fd11fa7ab42
 202.51 MB / 202.51 MB [=================================================] 6m11s
Copying config sha256:32d72223bb62992a9b5a3fd5d7775e57a98d745f2589f7606bcaee7d86b7c402
 6.20 KB / 6.20 KB [========================================================] 0s
Writing manifest to image destination
Storing signatures
32d72223bb62992a9b5a3fd5d7775e57a98d745f2589f7606bcaee7d86b7c402
➜  gstreamer-rs ✗ podman run --rm -ti rust:1.28 bash
root@c1176fdeab2b:/# rustc --version
rustc 1.29.0 (aa3ca1994 2018-09-11)
root@c1176fdeab2b:/# 

@sfackler
Copy link
Member

Oops! rust:1.28.0 does contain the right version, so you can use that instead of rust:1.28.

@alatiera
Copy link
Author

rust:1.28.0 does indeed work for the time being, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants