remove num_args, update version in dockerfiles
This commit is contained in:
parent
cb71403f17
commit
35eac2fa16
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ARG FFPLAYOUT_VERSION=0.24.0-rc1
|
ARG FFPLAYOUT_VERSION=0.24.0-beta5
|
||||||
ARG SHARED_STORAGE=false
|
ARG SHARED_STORAGE=false
|
||||||
|
|
||||||
ENV DB=/db
|
ENV DB=/db
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ARG FFPLAYOUT_VERSION=0.24.0-rc1
|
ARG FFPLAYOUT_VERSION=0.24.0-beta5
|
||||||
ARG SHARED_STORAGE=false
|
ARG SHARED_STORAGE=false
|
||||||
|
|
||||||
ENV DB=/db
|
ENV DB=/db
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM nvidia/cuda:12.5.0-runtime-rockylinux9
|
FROM nvidia/cuda:12.5.0-runtime-rockylinux9
|
||||||
|
|
||||||
ARG FFPLAYOUT_VERSION=0.24.0-rc1
|
ARG FFPLAYOUT_VERSION=0.24.0-beta5
|
||||||
ARG SHARED_STORAGE=false
|
ARG SHARED_STORAGE=false
|
||||||
|
|
||||||
ENV DB=/db
|
ENV DB=/db
|
||||||
|
@ -100,12 +100,11 @@ pub struct Args {
|
|||||||
#[clap(
|
#[clap(
|
||||||
long,
|
long,
|
||||||
help_heading = Some("General"),
|
help_heading = Some("General"),
|
||||||
help = "import advanced channel configuration from file.",
|
help = "import advanced channel configuration from file."
|
||||||
num_args = 2
|
|
||||||
)]
|
)]
|
||||||
pub import_advanced: Option<PathBuf>,
|
pub import_advanced: Option<PathBuf>,
|
||||||
|
|
||||||
#[clap(long, help_heading = Some("General"), help = "import channel configuration from file.", num_args = 2)]
|
#[clap(long, help_heading = Some("General"), help = "import channel configuration from file.")]
|
||||||
pub import_config: Option<PathBuf>,
|
pub import_config: Option<PathBuf>,
|
||||||
|
|
||||||
#[clap(long, help_heading = Some("General"), help = "List available channel ids")]
|
#[clap(long, help_heading = Some("General"), help = "List available channel ids")]
|
||||||
|
Loading…
Reference in New Issue
Block a user