change to jessie-slim

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-14 10:21:42 -04:00
parent 0365820d00
commit 46a1460556
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Build libbcc
ENV BCC_VERSION v1
ENV BCC_VERSION v0.7.0
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc
RUN ( \
cd /usr/src/bcc \

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:jessie-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -86,7 +86,7 @@ compare() {
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
else
# add to the bad versions
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "mc" ]] && [[ "$dir" != "powershell" ]]; then
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "mc" ]] && [[ "$dir" != "powershell" ]] && [[ "$dir" != "bcc-tools" ]]; then
bad_versions+=( "${dir}" )
fi
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}"

View File

@ -10,7 +10,7 @@
#
# Base docker image
FROM debian:jessie
FROM debian:jessie-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Rstudio deps

View File

@ -10,7 +10,7 @@
# --name skype \
# jess/skype
#
FROM debian:jessie
FROM debian:jessie-slim
# Tell debconf to run in non-interactive mode
ENV DEBIAN_FRONTEND noninteractive