Skip to content
Open
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
10 changes: 5 additions & 5 deletions build/storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This image is used to provide environment for spdk build and get it in the
# form of spdk packages
################################################################################
FROM fedora:36 AS base
FROM fedora:37 AS base

ARG HTTP_PROXY
ARG HTTPS_PROXY
Expand All @@ -34,7 +34,7 @@ RUN DEPS="no" /spdk/rpmbuild/rpm.sh --with-vfio-user --with-virtio \
# Contains installed SPDK from base rpm packages.
# Does not contain dependencies required to build SPDK
################################################################################
FROM fedora:36 AS spdk
FROM fedora:37 AS spdk

ARG HTTP_PROXY
ARG HTTPS_PROXY
Expand Down Expand Up @@ -121,7 +121,7 @@ ENTRYPOINT [ "/init" ]
# It has to be placed into host (a vm for KVM case or physical host for IPU
# case). It uses gRPC to expose this service.
################################################################################
FROM fedora:36 AS host-target
FROM fedora:37 AS host-target

ARG HTTP_PROXY
ARG HTTPS_PROXY
Expand Down Expand Up @@ -149,7 +149,7 @@ ENTRYPOINT [ "./init" ]
# Runs qemu instance with host-target on board.
# Represents a virtualized host.
################################################################################
FROM fedora:36 as traffic-generator-env-vars
FROM fedora:37 as traffic-generator-env-vars
ARG DRIVE_TO_BOOT=/vm.qcow2
ARG HOST_TARGET_TAR=/host-target.tar
ARG HOST_TARGET_SERVICE_PORT_IN_VM=50051
Expand Down Expand Up @@ -223,7 +223,7 @@ ENTRYPOINT ["/init"]
################################################################################
# ipdk-unit-tests
################################################################################
FROM fedora:36 AS ipdk-unit-tests
FROM fedora:37 AS ipdk-unit-tests

ARG HTTP_PROXY
ARG HTTPS_PROXY
Expand Down