Skip to content

Commit

Permalink
Switch from C54xlarge Windows Docker Builder to M54xlarge and lock pu…
Browse files Browse the repository at this point in the history
…blic_suffix to 5.1.1 on almalinux OSD image (#4827)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Jul 8, 2024
1 parent df3c353 commit 94fb1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ USER $CONTAINER_USER
WORKDIR $CONTAINER_USER_HOME

# Install fpm for opensearch dashboards core
RUN gem install dotenv -v 2.8.1 && gem install fpm -v 1.14.2
RUN gem install dotenv -v 2.8.1 && gem install public_suffix -v 5.1.1 && gem install fpm -v 1.14.2
ENV PATH=$CONTAINER_USER_HOME/.gem/gems/fpm-1.14.2/bin:$PATH

# Hard code node version and yarn version for now
Expand Down
2 changes: 1 addition & 1 deletion jenkins/docker/docker-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def docker_args = [

def agent_nodes = [
"linux": "Jenkins-Agent-Ubuntu2004-X64-M52xlarge-Docker-Builder",
"windows": "Jenkins-Agent-Windows2019-X64-C54xlarge-Docker-Builder",
"windows": "Jenkins-Agent-Windows2019-X64-M54xlarge-Docker-Builder",
]

pipeline {
Expand Down

0 comments on commit 94fb1df

Please sign in to comment.