Skip to content

Commit 0d2252c

Browse files
authored
Changed OL linux repo (#401)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile
1 parent 5b434f6 commit 0d2252c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

grabdish/foodwinepairing-python/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM oraclelinux:7-slim
1+
# FROM oraclelinux:7-slim
2+
FROM container-registry.oracle.com/os/oraclelinux:7-slim
23

34
ARG release=19
45
ARG update=9

grabdish/inventory-nodejs/inventory/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM oraclelinux:7-slim
1+
# FROM oraclelinux:7-slim
2+
FROM container-registry.oracle.com/os/oraclelinux:7-slim
23

34
ARG release=19
45
ARG update=9

grabdish/inventory-python/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM oraclelinux:7-slim
1+
# FROM oraclelinux:7-slim
2+
FROM container-registry.oracle.com/os/oraclelinux:7-slim
23

34
ARG release=19
45
ARG update=9

0 commit comments

Comments
 (0)