Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed old, overall base image refresh #375

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
594 changes: 0 additions & 594 deletions docker-images/3.2/alpine313/Dockerfile

This file was deleted.

626 changes: 0 additions & 626 deletions docker-images/3.2/centos7/Dockerfile

This file was deleted.

596 changes: 0 additions & 596 deletions docker-images/3.2/rockylinux8/Dockerfile

This file was deleted.

591 changes: 0 additions & 591 deletions docker-images/3.2/scratch313/Dockerfile

This file was deleted.

595 changes: 0 additions & 595 deletions docker-images/3.2/ubuntu2004/Dockerfile

This file was deleted.

602 changes: 0 additions & 602 deletions docker-images/3.2/vaapi2004/Dockerfile

This file was deleted.

594 changes: 0 additions & 594 deletions docker-images/3.3/alpine313/Dockerfile

This file was deleted.

626 changes: 0 additions & 626 deletions docker-images/3.3/centos7/Dockerfile

This file was deleted.

598 changes: 0 additions & 598 deletions docker-images/3.3/centos8/Dockerfile

This file was deleted.

626 changes: 0 additions & 626 deletions docker-images/3.3/nvidia2004/Dockerfile

This file was deleted.

596 changes: 0 additions & 596 deletions docker-images/3.3/rockylinux8/Dockerfile

This file was deleted.

591 changes: 0 additions & 591 deletions docker-images/3.3/scratch313/Dockerfile

This file was deleted.

592 changes: 0 additions & 592 deletions docker-images/3.3/ubuntu1804/Dockerfile

This file was deleted.

595 changes: 0 additions & 595 deletions docker-images/3.3/ubuntu2004/Dockerfile

This file was deleted.

602 changes: 0 additions & 602 deletions docker-images/3.3/vaapi2004/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#

FROM alpine:3.13 AS base
FROM alpine:3.17 AS base

RUN apk add --no-cache --update libgcc libstdc++ ca-certificates libcrypto1.1 libssl1.1 libgomp expat git

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
#

FROM nvidia/cuda:11.4.1-devel-ubuntu20.04 AS devel-base
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 AS devel-base

ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,video
ENV DEBIAN_FRONTEND=nonintercative
Expand All @@ -17,7 +17,7 @@ RUN apt-get -yqq update && \
apt-get autoremove -y && \
apt-get clean -y

FROM nvidia/cuda:11.4.1-runtime-ubuntu20.04 AS runtime-base
FROM nvidia/cuda:11.8.0-runtime-ubuntu20.04 AS runtime-base

ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,video
ENV DEBIAN_FRONTEND=nonintercative
Expand All @@ -31,7 +31,7 @@ RUN apt-get -yqq update && \

FROM devel-base as build

ENV NVIDIA_HEADERS_VERSION=11.1.5.0
ENV NVIDIA_HEADERS_VERSION=11.8.0

ENV FFMPEG_VERSION=3.4.12 \
AOM_VERSION=v1.0.0 \
Expand Down Expand Up @@ -106,7 +106,7 @@ RUN buildDeps="autoconf \
nasm \
perl \
pkg-config \
python \
python3 \
libssl-dev \
yasm \
zlib1g-dev" && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#

FROM alpine:3.13 AS build
FROM alpine:3.17 AS build

WORKDIR /tmp/workdir

Expand Down
Loading
Loading