There was an error while loading. Please reload this page.
1 parent eb68265 commit a02e9c1Copy full SHA for a02e9c1
1 file changed
Dockerfile.template
@@ -159,9 +159,6 @@ RUN set -eux; \
159
VOLUME /var/lib/cassandra
160
161
COPY docker-entrypoint.sh /usr/local/bin/
162
-{{ if env.version | split(".") | .[0] | tonumber < 4 then ( -}}
163
-RUN ln -s usr/local/bin/docker-entrypoint.sh /docker-entrypoint.sh # backwards compat
164
-{{ ) else "" end -}}
165
ENTRYPOINT ["docker-entrypoint.sh"]
166
167
# 7000: intra-node communication
0 commit comments