Skip to content

Commit cdd92e8

Browse files
authored
Merge pull request #510 from stakpak/chore/warden-sidecar-upgrade
Switchto using warden sidecar instead of custom stakpak image
2 parents c963b29 + e869507 commit cdd92e8

8 files changed

Lines changed: 50 additions & 402 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -242,34 +242,6 @@ jobs:
242242
ghcr.io/${{ github.repository }}:v${{ needs.setup.outputs.version }}
243243
${{ needs.setup.outputs.is_beta != 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
244244
245-
docker_warden:
246-
needs: [setup, docker]
247-
if: startsWith(github.ref, 'refs/tags/')
248-
runs-on: ubuntu-22.04
249-
steps:
250-
- uses: actions/checkout@v4
251-
252-
- name: Set up Docker Buildx
253-
uses: docker/setup-buildx-action@v3
254-
255-
- name: Login to GitHub Container Registry
256-
uses: docker/login-action@v3
257-
with:
258-
registry: ghcr.io
259-
username: ${{ github.actor }}
260-
password: ${{ secrets.GITHUB_TOKEN }}
261-
262-
- name: Build and push Docker image
263-
uses: docker/build-push-action@v5
264-
with:
265-
context: .warden
266-
push: true
267-
build-args: |
268-
BASE_IMAGE_TAG=v${{ needs.setup.outputs.version }}
269-
tags: |
270-
ghcr.io/${{ github.repository }}-warden:v${{ needs.setup.outputs.version }}
271-
${{ needs.setup.outputs.is_beta != 'true' && format('ghcr.io/{0}-warden:latest', github.repository) || '' }}
272-
273245
update-release-notes:
274246
needs: release
275247
if: startsWith(github.ref, 'refs/tags/')

.warden/Dockerfile

Lines changed: 0 additions & 47 deletions
This file was deleted.

.warden/redsocks.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

.warden/start-transparent-proxy.sh

Lines changed: 0 additions & 124 deletions
This file was deleted.

.warden/test-proxy.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

.warden/test-security.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)