fix: docker build deprecation warnings
With the latest Docker upgrade, we got the following warnings during build: FromAsCasing: 'as' and 'FROM' keywords' casing do not match LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
This commit is contained in:
parent
0066855708
commit
b47e52195a
1
changelog.d/20240621_170044_regis.md
Normal file
1
changelog.d/20240621_170044_regis.md
Normal file
@ -0,0 +1 @@
|
||||
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
|
||||
@ -4,4 +4,4 @@ FROM docker.io/clickhouse/clickhouse-server:24.1.8.22
|
||||
RUN apt update && apt install -y python3
|
||||
COPY ./scripts /scripts
|
||||
RUN chmod a+x /scripts/*
|
||||
ENV PATH /scripts:${PATH}
|
||||
ENV PATH=/scripts:${PATH}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user