Actually rebuild Gerrit images to get a new 3.9 image

The last rebuild only promoted our Gerrit 3.8 image. This appears to
have happened because we only modified the jobs and not the Dockerfile
itself. Fix this by modifying the Dockerfile which should rebuild and
promote both 3.8 and 3.9 images ensuring that our upgrade testing tests
what we want to upgrade to.

Change-Id: I8d06ea9971a6ee0c0e06e6fe2b73391526be6220
This commit is contained in:
Clark Boylan 2024-05-06 09:52:33 -07:00
parent ef1f976faa
commit d56d5fb080
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fri Feb 23 06:48:02 PM UTC 2024 - trigger rebuild
# Mon May 6 04:52:14 PM UTC 2024 - trigger rebuild
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder