Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build in 15.5 docker image
MTL-2431
  • Loading branch information
jpdavis-prof authored Jul 26, 2024
1 parent dfc9e82 commit 48f09ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
MIT License

(C) Copyright 2022 Hewlett Packard Enterprise Development LP
(C) Copyright 2022-2024 Hewlett Packard Enterprise Development LP

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -85,8 +85,8 @@ pipeline {
stage('Build: setup') {
steps {
lock('docker-image-pull') {
sh "docker pull --platform linux/${DOCKER_ARCH} ${goImage}:${env.GO_VERSION}"
sh "docker tag ${goImage}:${env.GO_VERSION} ${goImage}:${env.GO_VERSION}-${DOCKER_ARCH}"
sh "docker pull --platform linux/${DOCKER_ARCH} ${goImage}:${env.GO_VERSION}-SLES15.5"
sh "docker tag ${goImage}:${env.GO_VERSION}-SLES15.5 ${goImage}:${env.GO_VERSION}-${DOCKER_ARCH}"
}
}
}
Expand Down

0 comments on commit 48f09ca

Please sign in to comment.