Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #81 from vapor-ware/craig/VIO-1911
Browse files Browse the repository at this point in the history
VIO-1911 Build with podman
  • Loading branch information
Craig Rodrigues authored Dec 13, 2021
2 parents 4e3c399 + 0d7ec1e commit 60c0989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# to exec into a contain and dig into whatever may be going on inside.
#

FROM vaporio/foundation:bionic
FROM docker.io/vaporio/foundation:bionic

WORKDIR /synse

Expand Down
2 changes: 1 addition & 1 deletion emulator/ups/pxgms_ups/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ths dockerfile starts the PXGMS UPS (Eaton UPS) SNMP emulator in a container for testing.
FROM vaporio/vapor-endpoint-base-x64:1.0
FROM docker.io/vaporio/vapor-endpoint-base-x64:1.0

RUN pip install -I \
snmpsim \
Expand Down
2 changes: 1 addition & 1 deletion emulator/ups/tripplite_ups/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ths dockerfile starts the SNMP emulator for the tripplite ups in a container for testing.
# This emulator runs on port 1025.
FROM vaporio/vapor-endpoint-base-x64:1.0
FROM docker.io/vaporio/vapor-endpoint-base-x64:1.0

RUN pip install -I \
snmpsim \
Expand Down

0 comments on commit 60c0989

Please sign in to comment.