I've been trying to set Bamboo up with Elastic Build Agents for an older project I'm working on, and I've run into a problem: I need some .NET 3.5 components to build this, but the new Images from Atlassian don't have that. Is it better to fork the supported images and add .NET 3.5 to one (not supported), or to script a download and silent install of .NET 3.5 as part of the build process?
On the one hand, I'd like to stay with supported images if possible.
On the other hand, downloading and installing .NET 3.5 (if that's even possible, as it might be a role or feature) is time consuming and would (probably) substantially slow the build process.
Any ideas or guidance on how to accomplish this?
Thanks in advance!
Cheers!
An option would be to install the build components and then look into configuring an EBS volume to reuse with the supported elastic agents
https://confluence.atlassian.com/bamboo/configuring-elastic-instances-to-use-the-ebs-289277121.html
That's a good idea, I hadn't thought of that. I'll look into it. Thanks! I don't think the install time would be tremendous, but I can test that pretty easily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any experience creating EBS volumes in Windows? The documentation is for Linux machines and doesn't seem to quite work as expected. Also, it looks like this creates a separate volume, rather than the system volume (C:), which means any installs I add won't be carried over. Or am I misunderstanding?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.