Skip to content

Commit

Permalink
Bump base image 0.1.2 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 11, 2022
1 parent dccf98a commit 7e24aa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base-image/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry ?= 195996028523.dkr.ecr.eu-west-1.amazonaws.com
tag ?= 0.1.1
tag ?= 0.1.2
platform ?= linux/amd64

build: FORCE
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ micronaut {
//
jib {
from {
image = '195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.1'
image = '195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.2'
platforms {
platform { architecture = 'amd64'; os = 'linux' }
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wave:
server:
url: "${WAVE_SERVER_URL:`https://reg.ngrok.io`}"
build:
image: "195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.1"
image: "195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.2"
workspace: 'build-workspace'
repo: "195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/build"
cache: "195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/build/cache"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ContainerBuildServiceTest extends Specification {
'-v', '/work/foo:/work/foo',
'-e', 'AWS_ACCESS_KEY_ID',
'-e', 'AWS_SECRET_ACCESS_KEY',
'195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.1']
'195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.2']
}

def 'should get kaniko command' () {
Expand All @@ -51,7 +51,7 @@ class ContainerBuildServiceTest extends Specification {
'-v', '/work/foo/7a3e00f5a5d41298cbb8b61ac280b7418f198677df8b330cae1602546d34c24d:/work/foo/7a3e00f5a5d41298cbb8b61ac280b7418f198677df8b330cae1602546d34c24d',
'-e', 'AWS_ACCESS_KEY_ID',
'-e', 'AWS_SECRET_ACCESS_KEY',
'195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.1',
'195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/kaniko:0.1.2',
'/kaniko/executor',
'--dockerfile',
'/work/foo/7a3e00f5a5d41298cbb8b61ac280b7418f198677df8b330cae1602546d34c24d/Dockerfile',
Expand Down

0 comments on commit 7e24aa6

Please sign in to comment.