Skip to content

Commit

Permalink
Revert BASE_IMAGE hack...
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Sep 29, 2023
1 parent e8e9863 commit 00c02f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jenkins/Pipeline.gy
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ pipeline {
// otherwise we set it to the branch name (e.g., `main`).
PB_IMAGE_TAG="${env.CHANGE_ID ?: env.BRANCH_NAME}"
PB_SERVER_IMAGE_NAME="pbench-server"
// FIXME: ubi9 doesn't seem to have rsyslog-mmjsonparse available, so
// temporarily switch to centos:stream9
BASE_IMAGE="quay.io/centos/centos:stream9"
}
stages {
stage('Agent Python3.6 Check') {
Expand Down

0 comments on commit 00c02f2

Please sign in to comment.