Skip to content

Commit

Permalink
Auto generated from templates by gromit (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: Gromit <policy@gromit>
  • Loading branch information
alephnull and Gromit committed Jan 19, 2024
1 parent e2a7a3c commit 69e4ac2
Show file tree
Hide file tree
Showing 19 changed files with 170 additions and 724 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/del-env.yml

This file was deleted.

223 changes: 79 additions & 144 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

99 changes: 0 additions & 99 deletions .github/workflows/sync-automation.yml

This file was deleted.

18 changes: 0 additions & 18 deletions ci/Dockerfile.slim

This file was deleted.

7 changes: 4 additions & 3 deletions ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by: gromit policy
# Generated on: Wed Nov 29 23:09:25 UTC 2023
# Generated on: Thu Jan 18 17:24:56 UTC 2024

FROM debian:bullseye-slim
ARG TARGETARCH

Expand All @@ -9,8 +10,8 @@ RUN apt-get update \
&& apt-get dist-upgrade -y ca-certificates

# Remove some things to decrease CVE surface
RUN dpkg --purge --force-remove-essential curl ncurses-base \
&& rm /usr/bin/passwd && rm /usr/sbin/adduser
RUN dpkg --purge --force-remove-essential curl ncurses-base || true
RUN rm -fv /usr/bin/passwd /usr/sbin/adduser || true

# Clean up caches, unwanted .a and .o files
RUN rm -rf /root/.cache \
Expand Down
5 changes: 0 additions & 5 deletions ci/aws/al2.vars.json

This file was deleted.

101 changes: 0 additions & 101 deletions ci/aws/byol.pkr.hcl

This file was deleted.

9 changes: 0 additions & 9 deletions ci/aws/byol/install-tyk-pump.sh

This file was deleted.

5 changes: 0 additions & 5 deletions ci/aws/rhel.vars.json

This file was deleted.

3 changes: 0 additions & 3 deletions ci/aws/utils/10-run-tyk.conf

This file was deleted.

Loading

0 comments on commit 69e4ac2

Please sign in to comment.