Skip to content

Commit fccb5c3

Browse files
committed
Change Docker image for building Promtail Lambda
1 parent 4d08030 commit fccb5c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.drone/drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ local clients_docker(arch, app) = {
8383

8484
local lambda_promtail_ecr(app) = {
8585
name: '%s-image' % if $.settings.dry_run then 'build-' + app else 'publish-' + app,
86-
image: 'cstyan/ecr',
86+
image: 'tlinhart/drone-ecr-public',
8787
privileged: true,
8888
settings: {
8989
repo: 'public.ecr.aws/grafana/lambda-promtail',

.drone/drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ steps:
979979
name: image-tag
980980
- depends_on:
981981
- image-tag
982-
image: cstyan/ecr
982+
image: tlinhart/drone-ecr-public
983983
name: build-lambda-promtail-image
984984
privileged: true
985985
settings:
@@ -1000,7 +1000,7 @@ steps:
10001000
- refs/tags/v*
10011001
- depends_on:
10021002
- image-tag
1003-
image: cstyan/ecr
1003+
image: tlinhart/drone-ecr-public
10041004
name: publish-lambda-promtail-image
10051005
privileged: true
10061006
settings:
@@ -1041,7 +1041,7 @@ steps:
10411041
name: image-tag
10421042
- depends_on:
10431043
- image-tag
1044-
image: cstyan/ecr
1044+
image: tlinhart/drone-ecr-public
10451045
name: build-lambda-promtail-image
10461046
privileged: true
10471047
settings:
@@ -1062,7 +1062,7 @@ steps:
10621062
- refs/tags/v*
10631063
- depends_on:
10641064
- image-tag
1065-
image: cstyan/ecr
1065+
image: tlinhart/drone-ecr-public
10661066
name: publish-lambda-promtail-image
10671067
privileged: true
10681068
settings:

0 commit comments

Comments
 (0)