Skip to content

Commit e1bbffa

Browse files
Copilotdasco144
andauthored
Update etcd Docker image to official quay.io/coreos/etcd:v3.6.5 (#49)
* Initial plan * Update etcd Docker image to official quay.io/coreos/etcd:v3.6.5 Co-authored-by: dasco144 <10575019+dasco144@users.noreply.github.com> * Address code review: use localhost for ETCD_ADVERTISE_CLIENT_URLS Co-authored-by: dasco144 <10575019+dasco144@users.noreply.github.com> * Update sonar.yml workflow with new etcd image and add newline Co-authored-by: dasco144 <10575019+dasco144@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dasco144 <10575019+dasco144@users.noreply.github.com>
1 parent a755bac commit e1bbffa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818

1919
services:
2020
etcd:
21-
image: bitnami/etcd:latest
21+
image: quay.io/coreos/etcd:v3.6.5
2222
env:
23-
ALLOW_NONE_AUTHENTICATION: "yes"
23+
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
2424
ETCD_ADVERTISE_CLIENT_URLS: "http://localhost:2379"
2525
ports:
2626
- 2379

.github/workflows/sonar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
services:
1515
etcd:
16-
image: bitnami/etcd:latest
16+
image: quay.io/coreos/etcd:v3.6.5
1717
env:
18-
ALLOW_NONE_AUTHENTICATION: "yes"
18+
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
1919
ETCD_ADVERTISE_CLIENT_URLS: "http://localhost:2379"
2020
ports:
2121
- 2379
@@ -37,4 +37,4 @@ jobs:
3737
env:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3939
if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != ''
40-
uses: SonarSource/sonarqube-scan-action@v5.3.1
40+
uses: SonarSource/sonarqube-scan-action@v5.3.1

0 commit comments

Comments
 (0)