Skip to content

bosh-aws-xen-ubuntu-trusty-go_agent

Deprecation Warning

Stemcells based on Ubuntu Trusty (14.04) are no longer receiving security updates due to the end of upstream support. We strongly recommend switching to Ubuntu Jammy (22.04) based stemcells.

BOSH produces official stemcells for popular operating systems and infrastructures. For infrastructures that support it, light stemcells are a more efficient way to reference stemcells that we have pre-uploaded and shared within the IaaS.

For more information about stemcells, please see the following documentation.

You can upload the latest version to your director with the upload-stemcell command:

bosh upload-stemcell --sha1 1d526f873be3ee7299cbdcf5feb8b2024bb15ff0 \
  "https://bosh.io/d/stemcells/bosh-aws-xen-ubuntu-trusty-go_agent?v=3312.51"

And reference this stemcell in your deployment manifest from the stemcells section:

- alias: "default"
  os: "ubuntu-trusty"
  version: "3312.51"

Version History

v3312.51

  • Full Stemcellsha1:1d526f873be3ee7299cbdcf5feb8b2024bb15ff0

v3312.50

  • Full Stemcellsha1:796a6718a26acd056a23b20cabf23bbc3391afdf

v3312.49

  • Full Stemcellsha1:423dc5705ecb348a4b76555cafaf3d3ab0667512

v3312.48

  • Full Stemcellsha1:2d433b2e396325fe30d9ba70fac3914ed095137a

v3312.47

  • Full Stemcellsha1:9884f98c574b01d73c5d15a8df6a588703535546

v3312.46

  • Full Stemcellsha1:d6bd197551107c93897c9d1c58e76e07a7752e38

v3312.45

  • Full Stemcellsha1:dd7cfaf822aa04267551f8ec9107d966de01a391

v3312.44

  • Full Stemcellsha1:60ccd6e7c75b3545d00fafda398137a89acfc957

v3312.38

  • Full Stemcellsha1:46d208c6ea7ab0c342ea102cafcfe0cba4d2c9a6

v3312.34

  • Full Stemcellsha1:07389c850306272d428e1e782b766f9b05b6abe1

v3312.33

  • Full Stemcellsha1:53cff2af486c115b085a8c95afebaae99af6ca21

v3312.32

  • Full Stemcellsha1:b406a9202f7485a0c9029e6871d72cf0d3e6da25

v3312.30

  • Full Stemcellsha1:7bbb9398b240daf46a0aba33069bdb63be36d344

v3312.29

  • Full Stemcellsha1:c88ddf343d6369548aff4a124697c53427ab7be3

v3312.28

  • Full Stemcellsha1:45f7fd047b5dd49ab7e5ed562e6930122df52fce

v3312.26

  • Full Stemcellsha1:bee5eb3786e6947be4e0880e62ae3f2b7d2a32db

v3312.24

  • Full Stemcellsha1:b95c986b45cc639d9bfef29d5ba9bf668e514a1d

v3312.23

  • Full Stemcellsha1:2c6b4522b9aa6d72a74740203d256e4a17f56ca9

v3312.22

  • Full Stemcellsha1:e196e64f610e1b8cd1cb2d15b7c5c0934961c117

v3312.21

  • Full Stemcellsha1:e075ee7591f64889736494dca1fee8db4056d676

v3312.20

  • Full Stemcellsha1:0ac4bc885be50814ed8e9b823d08520664901939

v3312.18

  • Full Stemcellsha1:4b68ffcf59ffbe848f1ce49439e17e352cf81ff2

v3312.17

Reported Problems: - Memory leak bug in Kernel 4.4.0-59

Changes: - Periodic stemcell update

  • Full Stemcellsha1:5ec25c0870e64f56416fd8d87748951dd16ab8c1

v3312.15

Reported Problems: - Memory leak bug in Kernel 4.4.0-59

Changes: - Periodic stemcell update

  • Full Stemcellsha1:d5252cdd6b07763ed989fcfeff47d06afa164065

v3312.12

  • Full Stemcellsha1:2963c3f6cd7a1cfb8fdf8a5aeab2e968c09c5a98

v3312.9

  • Full Stemcellsha1:513738eb4d4b562d29dfdb39aa6181a3915bcd46

v3312.8

  • Bumps Ubuntu stemcells for USN-3156-1: APT vulnerability
  • Full Stemcellsha1:e0ecce7f0898455093e8da7dfc544bed34594857

v3312.7

  • Full Stemcellsha1:4a188a379de4e49ec6d44e3b23e6c13288b886b7

v3312.6

  • Periodic stemcell update
  • Full Stemcellsha1:23acbe01cc403850004b25e683a9f4c4517a189b

v3312.5

  • Full Stemcellsha1:0b09c812a26de1df20cb5636a6a71f3a0dee087c

v3312.3

  • Periodic stemcell update
    • Includes USN-3134-1 as requested by a community member
  • Full Stemcellsha1:55581eeb99a598bbae46421454685e387e374ab6

v3312

  • Properly includes libpam_cracklib.so to avoid errors in /var/log/auth.log
  • Full Stemcellsha1:07102293571f27916b9a3bf66acd256d4b9ce7b0

v3309

  • Fixes persistent disk mounting on OpenStack described in Stemcell 3308
  • Full Stemcellsha1:51064bef1a67cd6749c6af2cedc32320a42eaee9

v3308

Reported Problems: - On OpenStack: Mounting persistent disks not working when using config-drive: disk while nova is configured to use a cdrom config-drive due to https://github.com/cloudfoundry/bosh/issues/1503

Fixes: - Fixes SSH key installation issue introduced in Stemcell 3306

  • Full Stemcellsha1:ab2cb491e1c4c46f61251c88c6e43b0e6fb941a4

v3306

Reported Problems - bosh-init doesn’t work with this stemcell on OpenStack and AWS due to https://github.com/cloudfoundry/bosh/issues/1500 - Booting the stemcell image directly in you IaaS (without using BOSH/bosh-init) does no longer provision the ssh key for user vcap, so you need to login differently

Changes - Agent will now wait for monit to complete stop all processes before carrying on - Added google stemcells - Default dmesg_restrict to 1 - Disable all IPv6 configurations - Reenabled UDF kernel module for Azure - Increase root_maxkeys and maxkeys kernel configurations - Changed default hostname to bosh-stemcell instead of localhost to avoid boot problems on GCP - Lower TCP keepalive configuration by default - Mount /var/log directory to /var/vcap/data/root_log - Restrict Access to the su command - Add pam_cracklib requirements to common-password and password-auth - Enable auditing for processes that start prior to auditd - Set log rotation interval to 15 min in stemcell - Made ownership & permissions for /etc/cron* files more restrictive - Customize shell prompt to show instance name and ID - Removed floppy drives from vSphere stemcells - Removed bosh micro assets hence making bosh micro unsupported

Misc: - Stemcells are now built through Concourse via https://main.bosh-ci.cf-app.com/teams/main/pipelines/bosh:stemcells

  • Full Stemcellsha1:e650db9d1ecd1575b21a462566a71f0ac12ee37a

v3263.28

v3263.27

v3263.26

v3263.24

v3263.23