X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fsonobuoy-plugin-systemd-logs%2Fpatches%2Faarch64%2F0001-Dockerfile-AArch64-support.patch;fp=docker%2Fsonobuoy-plugin-systemd-logs%2Fpatches%2Faarch64%2F0001-Dockerfile-AArch64-support.patch;h=0000000000000000000000000000000000000000;hp=199e92326acdd09d0edeff6cc0c5776e0a769499;hb=120f1c310200e601f45a6601f2e7ec20f21fc744;hpb=82be52a9082be8cde1170e69d0f7f27e1225a208 diff --git a/docker/sonobuoy-plugin-systemd-logs/patches/aarch64/0001-Dockerfile-AArch64-support.patch b/docker/sonobuoy-plugin-systemd-logs/patches/aarch64/0001-Dockerfile-AArch64-support.patch deleted file mode 100644 index 199e923..0000000 --- a/docker/sonobuoy-plugin-systemd-logs/patches/aarch64/0001-Dockerfile-AArch64-support.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: Alexandru Avadanii -Date: Tue, 25 Jun 2019 17:45:29 +0200 -Subject: [PATCH] Dockerfile: AArch64 support - -Signed-off-by: Alexandru Avadanii ---- - Dockerfile | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/Dockerfile b/Dockerfile -index 06d872c..687d541 100644 ---- a/Dockerfile -+++ b/Dockerfile -@@ -13,10 +13,12 @@ - # See the License for the specific language governing permissions and - # limitations under the License. - --FROM buildpack-deps:jessie-scm -+FROM arm64v8/buildpack-deps:jessie-scm - MAINTAINER Ken Simon "ken@heptio.com" - --RUN apt-get update && apt-get -y --no-install-recommends install \ -+RUN echo 'Acquire::Check-Valid-Until "0";' > /etc/apt/apt.conf.d/10no--check-valid-until \ -+ && sed -i -e '/security/s/^/#/g' -e 's|deb.debian.org/debian|snapshot.debian.org/archive/debian/20190301T035241Z|g' /etc/apt/sources.list \ -+ && apt-get update && apt-get -y --no-install-recommends install \ - ca-certificates \ - && rm -rf /var/cache/apt/* \ - && rm -rf /var/lib/apt/lists/*