diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f08142e69..951243775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 # Distribution channels covered by this workflow # - Ubuntu and Debian diff --git a/ci/Dockerfile.std b/ci/Dockerfile.std index 29b7e1d5f..ffcf9a8eb 100644 --- a/ci/Dockerfile.std +++ b/ci/Dockerfile.std @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 FROM debian:bullseye-slim ARG TARGETARCH @@ -17,7 +17,6 @@ RUN rm -fv /usr/bin/passwd /usr/sbin/adduser || true RUN rm -rf /root/.cache \ && apt-get -y autoremove \ && apt-get clean \ - && rm -rf /usr/include/* \ && find /usr/lib -type f -name '*.a' -o -name '*.o' -delete # Comment this to test in dev diff --git a/ci/bin/pc.sh b/ci/bin/pc.sh index 0d5ee9689..eac0788b1 100755 --- a/ci/bin/pc.sh +++ b/ci/bin/pc.sh @@ -1,7 +1,7 @@ #!/bin/bash # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 # goreleaser calls a custom publisher for each artefact packagecloud # expects the distro version when pushing this script bridges both by diff --git a/ci/bin/unlock-agent.sh b/ci/bin/unlock-agent.sh index 02d1d6fff..c837fcffd 100755 --- a/ci/bin/unlock-agent.sh +++ b/ci/bin/unlock-agent.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 # Get the GPG fingerprint with gpg --with-keygrip --list-secret-keys if [[ -z "${PKG_SIGNING_KEY}" || -z "${NFPM_STD_PASSPHRASE}" || -z "${GPG_FINGERPRINT}" ]]; then diff --git a/ci/goreleaser/goreleaser.yml b/ci/goreleaser/goreleaser.yml index fbf8da06a..f58706125 100644 --- a/ci/goreleaser/goreleaser.yml +++ b/ci/goreleaser/goreleaser.yml @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 # Check the documentation at http://goreleaser.com # This project needs CGO_ENABLED=1 and the cross-compiler toolchains for diff --git a/ci/install/before_install.sh b/ci/install/before_install.sh index 461c11d93..72c6e4b25 100755 --- a/ci/install/before_install.sh +++ b/ci/install/before_install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 echo "Creating user and group..." GROUPNAME="tyk" diff --git a/ci/install/post_install.sh b/ci/install/post_install.sh index 7790cd384..9f01a6ca7 100755 --- a/ci/install/post_install.sh +++ b/ci/install/post_install.sh @@ -2,7 +2,7 @@ # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 # If "True" the install directory ownership will be changed to "tyk:tyk" change_ownership="True" diff --git a/ci/install/post_remove.sh b/ci/install/post_remove.sh index 760217c70..0635a8b97 100755 --- a/ci/install/post_remove.sh +++ b/ci/install/post_remove.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 cleanRemove() { diff --git a/ci/install/post_trans.sh b/ci/install/post_trans.sh index 4422bd3d9..bf23ca012 100755 --- a/ci/install/post_trans.sh +++ b/ci/install/post_trans.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generated by: gromit policy -# Generated on: Mon Mar 11 11:43:04 UTC 2024 +# Generated on: Tue Mar 12 15:40:35 UTC 2024 if command -V systemctl >/dev/null 2>&1; then if [ ! -f /lib/systemd/system/tyk-pump.service ]; then