-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: UTAPI-99 (cherry picked from commit c4e786d)
- Loading branch information
1 parent
6c6ef67
commit 239f653
Showing
7 changed files
with
13 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM registry.scality.com/vault-dev/vault:c2607856 | ||
FROM ghcr.io/scality/vault:c2607856 | ||
|
||
ENV VAULT_DB_BACKEND LEVELDB | ||
|
||
RUN chmod 400 tests/utils/keyfile | ||
|
||
ENTRYPOINT yarn start | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,13 @@ name: build-ci-images | |
|
||
on: | ||
workflow_call: | ||
secrets: | ||
REGISTRY_LOGIN: | ||
required: true | ||
REGISTRY_PASSWORD: | ||
required: true | ||
|
||
jobs: | ||
warp10-ci: | ||
uses: scality/workflows/.github/workflows/docker-build.yaml@v1 | ||
secrets: | ||
REGISTRY_LOGIN: ${{ github.repository_owner }} | ||
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} | ||
REGISTRY_PASSWORD: ${{ github.token }} | ||
with: | ||
name: warp10-ci | ||
context: . | ||
|
@@ -24,7 +19,7 @@ jobs: | |
uses: scality/workflows/.github/workflows/docker-build.yaml@v1 | ||
secrets: | ||
REGISTRY_LOGIN: ${{ github.repository_owner }} | ||
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} | ||
REGISTRY_PASSWORD: ${{ github.token }} | ||
with: | ||
name: redis-ci | ||
context: . | ||
|
@@ -36,7 +31,7 @@ jobs: | |
- redis-ci | ||
secrets: | ||
REGISTRY_LOGIN: ${{ github.repository_owner }} | ||
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} | ||
REGISTRY_PASSWORD: ${{ github.token }} | ||
with: | ||
name: redis-replica-ci | ||
context: .github/docker/redis-replica | ||
|
@@ -58,14 +53,7 @@ jobs: | |
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Login to Scality Registry | ||
uses: docker/[email protected] | ||
with: | ||
registry: registry.scality.com | ||
username: ${{ secrets.REGISTRY_LOGIN }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
password: ${{ github.token }} | ||
|
||
- name: Build and push vault Image | ||
uses: docker/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters