container_uprev: Add updater configuration for bols_linux
Add target configuration mapping for bols_linux in container_uprev tool
for building and updating bols_linux container images.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
container_uprev: Add updater configuration for bols_linux
Add Dockerfile_bols_linux and register bols_linux uprev config.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc
diff --git a/go/src/infra/cros/cmd/container_uprev/internal/config.go b/go/src/infra/cros/cmd/container_uprev/internal/config.go
index 35c365b..a72cb67 100644
--- a/go/src/infra/cros/cmd/container_uprev/internal/config.go
+++ b/go/src/infra/cros/cmd/container_uprev/internal/config.go
@@ -516,6 +516,16 @@
},
},
{
+ Name: "bols_linux",
+ CIPDPackages: []*CIPDPackage{
+ NewCIPDPackage("chromiumos/infra/cft/bols_linux/${platform}"),
+ },
+ Repositories: []*Repository{
+ DefaultRepository,
+ PartnerRepository,
+ },
+ },
+ {
Name: "lsnexus",
CIPDPackages: []*CIPDPackage{
NewCIPDPackage("chromiumos/infra/cft/lsnexus/${platform}"),
diff --git a/go/src/infra/cros/cmd/container_uprev/internal/dockerfiles/Dockerfile_bols_linux b/go/src/infra/cros/cmd/container_uprev/internal/dockerfiles/Dockerfile_bols_linux
new file mode 100644
index 0000000..0de1314
--- /dev/null
+++ b/go/src/infra/cros/cmd/container_uprev/internal/dockerfiles/Dockerfile_bols_linux
@@ -0,0 +1,9 @@
+# Copyright 2026 The Chromium Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+FROM us-docker.pkg.dev/cros-registry/base-images/ubuntu:ubuntuProd
+RUN apt-get update
+RUN apt-get install -y curl
+
+COPY bols_linux /usr/bin/
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
container_uprev: Add updater configuration for bols_linux
Add Dockerfile_bols_linux and register bols_linux uprev config.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc
container_uprev: Add updater configuration for bols_linux
Add Dockerfile_bols_linux and register bols_linux uprev config.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc
container_uprev: Add updater configuration for bols_linux
Add Dockerfile_bols_linux and register bols_linux uprev config.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc
container_uprev: Add updater configuration for bols_linux
Add Dockerfile_bols_linux and register bols_linux uprev config.
BUG=b:535648254
TAG=agy
CONV=36a8a6f6-1fca-4066-b3ab-db52fba1ecdc