You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
We need to be able to demonstrate updates whithin a single stream, as well as switching streams. Both need to work without configuring anything.
Both can be demonstrated with the nodejs module. We have two versions of the f26 stream, and on of the 8 stream. The problem is that the Boltron compose contains only one version of the f26 stream...
Switching streams:
This could be done by enabling the fedora-modular-rawhide repo which contains the 8 stream of nodejs. Could we please have that enabled as a default?
My proposal is to enable it and install this version of nodejs into the image itself, so it comes with nodejs pre-installed. User can then just test the update and switching streams.
We need to be able to demonstrate updates whithin a single stream, as well as switching streams. Both need to work without configuring anything.
Both can be demonstrated with the nodejs module. We have two versions of the f26 stream, and on of the 8 stream. The problem is that the Boltron compose contains only one version of the f26 stream...
Switching streams:
This could be done by enabling the
fedora-modular-rawhide
repo which contains the 8 stream of nodejs. Could we please have that enabled as a default?Updates whithin a stream:
This one is a bit trickier, but still easily doable. There is an older version of the f26 stream available in a random repo.
My proposal is to enable it and install this version of nodejs into the image itself, so it comes with nodejs pre-installed. User can then just test the update and switching streams.
How I did it:
It installs
nodejs-1:6.10.2
and user can then update tonodejs-1:6.10.3
from the Boltron compose.The text was updated successfully, but these errors were encountered: