From c47f31ac7f6be6d5bada670065f20c32b0bd29e9 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 6 Mar 2024 15:33:19 +0300 Subject: [PATCH] bamboo-specs: upd img --- bamboo-specs/release.yaml | 9 +++------ bamboo-specs/snapcraft.yaml | 9 +++------ bamboo-specs/test.yaml | 6 ++---- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 8c54708b2b4..26d39c8fee2 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -7,8 +7,7 @@ # Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'stages': - 'Build frontend': @@ -273,8 +272,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' # release-vX.Y.Z branches are the branches from which the actual final # release is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': @@ -289,5 +287,4 @@ # are the ones that actually get released. 'variables': 'channel': 'release' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' diff --git a/bamboo-specs/snapcraft.yaml b/bamboo-specs/snapcraft.yaml index 0ffe3f20630..bbf2b271f8a 100644 --- a/bamboo-specs/snapcraft.yaml +++ b/bamboo-specs/snapcraft.yaml @@ -10,8 +10,7 @@ # Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'snapcraftChannel': 'edge' 'stages': @@ -192,8 +191,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'snapcraftChannel': 'beta' # release-vX.Y.Z branches are the branches from which the actual final # release is built. @@ -209,6 +207,5 @@ # are the ones that actually get released. 'variables': 'channel': 'release' - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'snapcraftChannel': 'candidate' diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 284823f1488..b27817dfdd0 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -5,8 +5,7 @@ 'key': 'AHBRTSPECS' 'name': 'AdGuard Home - Build and run tests' 'variables': - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'channel': 'development' 'stages': @@ -128,6 +127,5 @@ # Set the default release channel on the release branch to beta, as we # may need to build a few of these. 'variables': - # TODO(e.burkov): !! update - 'dockerGo': 'adguard/golang-ubuntu:8.0' + 'dockerGo': 'adguard/golang-ubuntu:8.1' 'channel': 'candidate'