Skip to content

Comments

Update host containers and bootstrap container#4712

Merged
vigh-m merged 3 commits intobottlerocket-os:developfrom
maherthomsi:update-host-containers
Dec 11, 2025
Merged

Update host containers and bootstrap container#4712
vigh-m merged 3 commits intobottlerocket-os:developfrom
maherthomsi:update-host-containers

Conversation

@maherthomsi
Copy link
Contributor

@maherthomsi maherthomsi commented Nov 20, 2025

Description of changes:

  • Updated admin-container, control-container and bootstrap-container versions.

** Testing Done: **

apiclient get settings.bootstrap-containers

{
  "settings": {
    "bootstrap-containers": {
      "bear": {
        "mode": "off",
        "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-bootstrap:v0.2.9",
        "user-data": "XXXXXXXXXXXXXXX"
      }
    }
  }
}

apiclient get settings.host-containers

{
  "settings": {
    "host-containers": {
      "admin": {
        "enabled": false,
        "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-admin:v0.12.5",
        "superpowered": true,
        "user-data": "XXXXXXXXXXXXXXX"
      },
      "control": {
        "enabled": true,
        "source": "328549459982.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-control:v0.8.11",
        "superpowered": false
      }
    }
  }
}

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@maherthomsi maherthomsi force-pushed the update-host-containers branch from 9bba521 to d462406 Compare November 21, 2025 00:11
@maherthomsi
Copy link
Contributor Author

Updated the commit message to bootstrap-containers: update bootstrap container to v0.2.9

@maherthomsi maherthomsi changed the title Update host containers Update host containers and bootstrap container Nov 21, 2025
@vigh-m vigh-m merged commit ef5b6ec into bottlerocket-os:develop Dec 11, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

5 participants