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 \ # -v /etc/localtime:/etc/localtime:ro \
# r.j3ss.co/bcc-tools # r.j3ss.co/bcc-tools
# #
FROM debian:stretch-slim FROM debian:bullseye-slim
MAINTAINER Jessica Frazelle <jess@linux.com> MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /usr/share/bcc/tools:$PATH 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>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \ curl \
gzip 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" \ 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" \ && gzip -dv "/tmp/now.gz" \

View File

@ -14,7 +14,7 @@
# --name slack \ # --name slack \
# jess/slack "$@" # jess/slack "$@"
FROM debian:jessie-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LC_ALL en_US.UTF-8 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>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y \
pkg-config \ pkg-config \
qemu-kvm \ qemu-kvm \
ruby-dev \ ruby-dev \
ruby-fog \
zlib1g-dev \ zlib1g-dev \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

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

View File

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

View File

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