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

Peg Ubuntu version to previous LTS (18.04) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions svtconnect.ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# docker build -t svtconnect -f svtconnect.Dockerfile .
# docker run -i -p 9091:9091 --name svtconnect svtconnect
# User Ubuntu as the base Image
FROM ubuntu
FROM ubuntu:18.04
#
LABEL maintainer="Hewlett Packard Enterprise"
LABEL version="1.0"
LABEL copyright="Hewlett Packard Enterprise, 2019"
LABEL license="GNU General Public License v3"
LABEL DESCRIPTION="CTC SimpliVity Pythone container based on Ubuntu"
LABEL DESCRIPTION="CTC SimpliVity Python container based on Ubuntu"
# Install Python 3.6
RUN apt-get update
RUN apt-get -y install python3.6 && \
Expand All @@ -28,4 +28,4 @@ COPY svtPromConnector.py /opt/svt
COPY SvtConnector.key /opt/svt
COPY SvtConnector.xml /opt/svt
# Start the collector
CMD /usr/bin/python3.6 /opt/svt/svtPromConnector.py
CMD /usr/bin/python3.6 /opt/svt/svtPromConnector.py