Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Closed
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 .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "common"]
path = common
url = git@github.com:sclorg/container-common-scripts.git
url = https://github.com/sclorg/container-common-scripts.git
2 changes: 1 addition & 1 deletion 1.5/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rhel8
FROM ubi8/s2i-core

ENV NAME="rhel8/memcached"
ENV VERSION="1.5"
Expand Down