Skip to content

Commit eaa6e80

Browse files
committed
[build] Tag images with commit hash instead of leeway pkg version
1 parent 9e12a5b commit eaa6e80

File tree

31 files changed

+31
-30
lines changed

31 files changed

+31
-30
lines changed

components/blobserve/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ packages:
2727
helm-component: blobserve
2828
image:
2929
- ${imageRepoBase}/blobserve:${version}
30-
- ${imageRepoBase}/blobserve:${__pkg_version}
30+
- ${imageRepoBase}/blobserve:commit-${__git_commit}

components/blobserve/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfb
310310
github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
311311
github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
312312
github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
313+
github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8=
313314
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
314315
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
315316
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

components/content-service/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ packages:
4040
helm-component: contentService
4141
image:
4242
- ${imageRepoBase}/content-service:${version}
43-
- ${imageRepoBase}/content-service:${__pkg_version}
43+
- ${imageRepoBase}/content-service:commit-${__git_commit}

components/dashboard/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ packages:
4646
helm-component: dashboard
4747
image:
4848
- ${imageRepoBase}/dashboard:${version}
49-
- ${imageRepoBase}/dashboard:${__pkg_version}
49+
- ${imageRepoBase}/dashboard:commit-${__git_commit}
5050
scripts:
5151
- name: telepresence
5252
script: |-

components/docker-up/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ packages:
6969
helm-component: workspace.dockerUp
7070
image:
7171
- ${imageRepoBase}/docker-up:${version}
72-
- ${imageRepoBase}/docker-up:${__pkg_version}
72+
- ${imageRepoBase}/docker-up:commit-${__git_commit}

components/ee/db-sync/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages:
2626
helm-component: dbSync
2727
image:
2828
- ${imageRepoBase}/db-sync:${version}
29-
- ${imageRepoBase}/db-sync:${__pkg_version}
29+
- ${imageRepoBase}/db-sync:commit-${__git_commit}
3030
- name: dbtest
3131
type: yarn
3232
srcs:

components/ee/kedge/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ packages:
2525
helm-component: kedge
2626
image:
2727
- ${imageRepoBase}/kedge:${version}
28-
- ${imageRepoBase}/kedge:${__pkg_version}
28+
- ${imageRepoBase}/kedge:commit-${__git_commit}

components/ee/payment-endpoint/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages:
4141
helm-component: paymentEndpoint
4242
image:
4343
- ${imageRepoBase}/payment-endpoint:${version}
44-
- ${imageRepoBase}/payment-endpoint:${__pkg_version}
44+
- ${imageRepoBase}/payment-endpoint:commit-${__git_commit}
4545
- name: dbtest
4646
type: yarn
4747
srcs:

components/ee/ws-scheduler/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages:
2626
helm-component: wsScheduler
2727
image:
2828
- ${imageRepoBase}/ws-scheduler:${version}
29-
- ${imageRepoBase}/ws-scheduler:${__pkg_version}
29+
- ${imageRepoBase}/ws-scheduler:commit-${__git_commit}
3030
scripts:
3131
- name: telepresence
3232
script: |

components/gitpod-db/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ packages:
8585
helm-component: dbMigrations
8686
image:
8787
- ${imageRepoBase}/db-migrations:${version}
88-
- ${imageRepoBase}/db-migrations:${__pkg_version}
88+
- ${imageRepoBase}/db-migrations:commit-${__git_commit}
8989
scripts:
9090
- name: db-test-env
9191
description: "Creates a file with env vars necessary for running DB tests. The file delets itself after being sourced. Usage: '. $(leeway run components/gitpod-db:db-test-env)'"

0 commit comments

Comments
 (0)