Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add released bao image #144

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ports:
- 8200:8200
bao:
image: csatib02/openbao:dev
image: quay.io/openbao/openbao@sha256:a015ae0adb1af5b45b33632e29879ff87063d0878e9359584a50b2706e500e9a # 2.0.0-alpha20240329
env:
SKIP_SETCAP: "true"
BAO_ADDR: http://127.0.0.1:8200
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
ports:
- 8200:8200
bao:
image: csatib02/openbao:dev
image: quay.io/openbao/openbao@sha256:a015ae0adb1af5b45b33632e29879ff87063d0878e9359584a50b2706e500e9a # 2.0.0-alpha20240329
env:
SKIP_SETCAP: "true"
BAO_ADDR: http://127.0.0.1:8200
Expand Down
1 change: 1 addition & 0 deletions .yamlignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/
4 changes: 3 additions & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ignore-from-file: [.gitignore]
ignore-from-file: [.gitignore, .yamlignore]

extends: default

rules:
line-length: disable
document-start: disable
comments: disable
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

bao:
container_name: secret-init-bao
image: csatib02/openbao:dev
image: quay.io/openbao/openbao@sha256:a015ae0adb1af5b45b33632e29879ff87063d0878e9359584a50b2706e500e9a # 2.0.0-alpha20240329
ports:
- 127.0.0.1:8300:8200
environment:
Expand Down
Loading