X-Git-Url: https://gerrit.akraino.org/r/gitweb?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=199e92326acdd09d0edeff6cc0c5776e0a769499;hb=6b937d0dc0f36596c9bc1ef8766ba7363451458d;hp=0000000000000000000000000000000000000000;hpb=af56fc5c4d0797e35a23dad8a00bdfe9d78e05ad;p=validation.git 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 new file mode 100644 index 0000000..199e923 --- /dev/null +++ b/docker/sonobuoy-plugin-systemd-logs/patches/aarch64/0001-Dockerfile-AArch64-support.patch @@ -0,0 +1,28 @@ +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/*