Skip to content

Commit

Permalink
Remove file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Jul 5, 2024
1 parent 206e00a commit 0db12e7
Show file tree
Hide file tree
Showing 11 changed files with 118 additions and 204 deletions.
5 changes: 1 addition & 4 deletions CreateMatrix/Dockerfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget
Expand Down Expand Up @@ -182,7 +180,6 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
""";
Expand Down Expand Up @@ -263,4 +260,4 @@ EXPOSE 7001
""";
}
}
}
11 changes: 4 additions & 7 deletions Docker/DWSpectrum-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM lsiobase/ubuntu:jammy
# Labels
ARG LABEL_NAME="DWSpectrum-LSIO"
ARG LABEL_DESCRIPTION="DW Spectrum IPVMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/digitalwatchdog/38488/dwspectrum-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/digitalwatchdog/38488/dwspectrum-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/digitalwatchdog/38908/dwspectrum-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/digitalwatchdog/38908/dwspectrum-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="digitalwatchdog"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand Down Expand Up @@ -83,7 +81,6 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
11 changes: 4 additions & 7 deletions Docker/DWSpectrum.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM ubuntu:jammy
# Labels
ARG LABEL_NAME="DWSpectrum"
ARG LABEL_DESCRIPTION="DW Spectrum IPVMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/digitalwatchdog/38488/dwspectrum-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/digitalwatchdog/38488/dwspectrum-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/digitalwatchdog/38908/dwspectrum-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/digitalwatchdog/38908/dwspectrum-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="digitalwatchdog"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand All @@ -70,7 +68,6 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
11 changes: 4 additions & 7 deletions Docker/NxMeta-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM lsiobase/ubuntu:jammy
# Labels
ARG LABEL_NAME="NxMeta-LSIO"
ARG LABEL_DESCRIPTION="Nx Meta VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/metavms/38488/metavms-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/metavms/38488/metavms-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/metavms/38908/metavms-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/metavms/38908/metavms-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="networkoptix-metavms"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand Down Expand Up @@ -83,7 +81,6 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
11 changes: 4 additions & 7 deletions Docker/NxMeta.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM ubuntu:jammy
# Labels
ARG LABEL_NAME="NxMeta"
ARG LABEL_DESCRIPTION="Nx Meta VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/metavms/38488/metavms-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/metavms/38488/metavms-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/metavms/38908/metavms-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/metavms/38908/metavms-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="networkoptix-metavms"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand All @@ -70,7 +68,6 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
11 changes: 4 additions & 7 deletions Docker/NxWitness-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM lsiobase/ubuntu:jammy
# Labels
ARG LABEL_NAME="NxWitness-LSIO"
ARG LABEL_DESCRIPTION="Nx Witness VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/default/38488/nxwitness-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/default/38488/nxwitness-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/default/38908/nxwitness-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/default/38908/nxwitness-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="networkoptix"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand Down Expand Up @@ -83,7 +81,6 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
11 changes: 4 additions & 7 deletions Docker/NxWitness.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM ubuntu:jammy
# Labels
ARG LABEL_NAME="NxWitness"
ARG LABEL_DESCRIPTION="Nx Witness VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/default/38488/nxwitness-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/default/38488/nxwitness-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/default/38908/nxwitness-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/default/38908/nxwitness-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="networkoptix"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand All @@ -70,7 +68,6 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
11 changes: 4 additions & 7 deletions Docker/WisenetWAVE-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM lsiobase/ubuntu:jammy
# Labels
ARG LABEL_NAME="WisenetWAVE-LSIO"
ARG LABEL_DESCRIPTION="Wisenet WAVE VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="hanwha"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand Down Expand Up @@ -83,7 +81,6 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
11 changes: 4 additions & 7 deletions Docker/WisenetWAVE.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FROM ubuntu:jammy
# Labels
ARG LABEL_NAME="WisenetWAVE"
ARG LABEL_DESCRIPTION="Wisenet WAVE VMS"
ARG LABEL_VERSION="6.0.0.38488"
ARG LABEL_VERSION="6.0.0.38908"

# Download URL and version
# Current values are defined by the build pipeline
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38488"
ARG DOWNLOAD_X64_URL="https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
ARG DOWNLOAD_ARM64_URL="https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip"
ARG DOWNLOAD_VERSION="6.0.0.38908"

# Used for ${COMPANY_NAME} setting the server user and install directory
ARG RUNTIME_NAME="hanwha"
Expand Down Expand Up @@ -54,8 +54,6 @@ RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
ca-certificates \
mc \
nano \
unzip \
wget

Expand All @@ -70,7 +68,6 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
Loading

0 comments on commit 0db12e7

Please sign in to comment.