summaryrefslogtreecommitdiff
path: root/docker/jessie_amd64
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jessie_amd64')
-rw-r--r--docker/jessie_amd64/Dockerfile31
-rw-r--r--docker/jessie_amd64/files/etc/ssh/ssh_known_hosts2
2 files changed, 0 insertions, 33 deletions
diff --git a/docker/jessie_amd64/Dockerfile b/docker/jessie_amd64/Dockerfile
deleted file mode 100644
index 6481f63..0000000
--- a/docker/jessie_amd64/Dockerfile
+++ /dev/null
@@ -1,31 +0,0 @@
-FROM debian:jessie-backports
-
-MAINTAINER LEAP Encryption Access Project <info@leap.se>
-LABEL Description="Bare debian jessie baseimage with few customisation" Vendor="LEAP" Version="1.x"
-
-
-RUN sed -i 's/httpredir/deb/' /etc/apt/sources.list && \
- sed -i 's/httpredir/deb/' /etc/apt/sources.list.d/backports.list
-
-RUN apt-get update \
- && apt-get -y dist-upgrade \
- && apt-get install -y --no-install-recommends \
- git \
- leap-archive-keyring \
- locales \
- sudo && \
- apt-get clean && \
- rm -rf /var/lib/apt/lists/*
-
-RUN echo "deb http://deb.leap.se/testing-platform jessie main" > /etc/apt/sources.list.d/leap.list && \
- apt-get update
-
-RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
-ENV LANG en_US.utf8
-
-RUN useradd -ms /bin/bash -G sudo cirunner
-
-# allow all members of sudo group to execute any command without password
-RUN sed -i 's/^%sudo.*/%sudo ALL=(ALL) NOPASSWD:ALL/' /etc/sudoers
-
-COPY files/etc /etc/
diff --git a/docker/jessie_amd64/files/etc/ssh/ssh_known_hosts b/docker/jessie_amd64/files/etc/ssh/ssh_known_hosts
deleted file mode 100644
index 91b0b33..0000000
--- a/docker/jessie_amd64/files/etc/ssh/ssh_known_hosts
+++ /dev/null
@@ -1,2 +0,0 @@
-|1|5mAeSRDqPhhetliGX/qXBFwGwrw=|S5Tn6EzFI5/APpi90t0i0UfAXnI= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFW7XXj7XoBBGa5nJ2zGIhOp3r41g6VWnsjmHPEHncaP
-|1|d40UZrdz00EiCkDesCP0XpWfXcc=|Zg+3zgeyF5WVgE5ZaxVftWqHjYw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFW7XXj7XoBBGa5nJ2zGIhOp3r41g6VWnsjmHPEHncaP