update versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-07-26 10:10:14 -07:00
parent d9ffbdd836
commit eb463ad327
No known key found for this signature in database
GPG key ID: 511342F2E11BC77E
8 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@
# -v /etc/localtime:/etc/localtime:ro \
# r.j3ss.co/bcc-tools
#
FROM debian:stretch-slim
FROM debian:bullseye-slim
MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /usr/share/bcc/tools:$PATH

View file

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

View file

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \
gzip
ENV NOW_VERSION 15.8.5
ENV NOW_VERSION 15.8.7
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \

View file

@ -14,7 +14,7 @@
# --name slack \
# jess/slack "$@"
FROM debian:jessie-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LC_ALL en_US.UTF-8

View file

@ -1,4 +1,4 @@
FROM debian:jessie-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y \
pkg-config \
qemu-kvm \
ruby-dev \
ruby-fog \
zlib1g-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.2.0-beta2
ENV VAULT_VERSION v1.2.0-rc1
RUN go get github.com/hashicorp/vault

View file

@ -28,14 +28,15 @@
# then you can remove all the shit you copied
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox
#
FROM debian:stretch-slim
FROM debian:buster-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
libcurl3 \
libvpx4 \
libcurl4 \
libvpx5 \
procps \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
@ -49,7 +50,7 @@ RUN buildDeps=' \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key add - \
&& echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" >> /etc/apt/sources.list.d/virtualbox.list \
&& echo "deb http://download.virtualbox.org/virtualbox/debian buster contrib" >> /etc/apt/sources.list.d/virtualbox.list \
&& apt-get update && apt-get install -y \
virtualbox-5.2 \
--no-install-recommends \

View file

@ -9,7 +9,7 @@
# --name vlc \
# jess/vlc
#
FROM debian:stretch-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \