Skip to content

Commit

Permalink
update rocky linux to 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 2, 2022
1 parent a0dd539 commit e8ab3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM rockylinux:8
FROM --platform=$TARGETPLATFORM rockylinux:8.6

########################
### VERSION SETTINGS ###
Expand Down Expand Up @@ -42,14 +42,6 @@ LABEL Vendor="Internet2" \
ImageOS=centos7 \
Version=$VERSION




ARG TARGETPLATFORM
ENV TARGETPLATFORM=linux/armv8



#########################
### BEGIN IMAGE BUILD ###
#########################
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ pipeline {
sh 'docker buildx build --platform linux/amd64 -t shib-idp .'
sh 'docker buildx build --platform linux/arm64 -t shib-idp:arm64 .'
sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t i2incommon/shib-idp:$tag ."
//sh "docker buildx build --push --platform linux/arm64 -t i2incommon/shib-idp:$tag ."
// test the environment
// sh 'cd test-compose && ./compose.sh'
// bring down after testing
Expand Down

0 comments on commit e8ab3c2

Please sign in to comment.