Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion 18/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/s2i-core:1
FROM ubi8/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 18/Dockerfile.rhel9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi9/s2i-core:1
FROM ubi9/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 20-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/sclorg/s2i-core-c9s
FROM quay.io/centos/centos:stream9-minimal

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion 20/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/s2i-core:1
FROM ubi8/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 20/Dockerfile.rhel9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi9/s2i-core:1
FROM ubi9/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 22-minimal/Dockerfile.c10s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/sclorg/s2i-core-c10s
FROM quay.io/centos/centos:stream10-minimal

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion 22-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/sclorg/s2i-core-c9s
FROM quay.io/centos/centos:stream9-minimal

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion 22/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/s2i-core:1
FROM ubi8/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 22/Dockerfile.rhel9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi9/s2i-core:1
FROM ubi9/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 24-minimal/Dockerfile.c10s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/sclorg/s2i-core-c10s
FROM quay.io/centos/centos:stream10-minimal

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion 24-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/sclorg/s2i-core-c9s
FROM quay.io/centos/centos:stream9-minimal

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion 24/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/s2i-core:1
FROM ubi8/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down
2 changes: 1 addition & 1 deletion 24/Dockerfile.rhel9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi9/s2i-core:1
FROM ubi9/s2i-core:latest

# This image provides a Node.JS environment you can use to run your Node.JS
# applications.
Expand Down