Skip to content

Commit

Permalink
build: upgrade to latest gradle docker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Billings committed Jun 26, 2020
1 parent cfcf5ff commit f7a1b2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE"
classpath 'com.bmuschko:gradle-docker-plugin:3.0.6'
classpath 'com.bmuschko:gradle-docker-plugin:6.4.0'
}
}

Expand Down Expand Up @@ -55,7 +55,6 @@ task createTestDockerfile(type: Dockerfile) {
destFile = project.file("${buildDir}/images/test/centos_minus_vim_plus_bacula/Dockerfile")
println "destFile: ${destFile}"
from 'centos:7.3.1611'
maintainer 'Black Duck Software'
environmentVariable('LANG', 'en_US.UTF-8')

runCommand 'rpm -e vim-minimal && \
Expand Down

0 comments on commit f7a1b2c

Please sign in to comment.