Skip to content

Commit b5ff43c

Browse files
committed
ci: fix convert test for elastic dockerfile
elastic/dockerfiles recently removed the actual dockerfiles from main, so now you have to go to a specific branch to get it Signed-off-by: Michael McCracken <mikmccra@cisco.com>
1 parent a34634c commit b5ff43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/convert.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ EOF
7272

7373
@test "elasticsearch" {
7474
skip_slow_test
75-
git clone https://github.com/elastic/dockerfiles.git
75+
git clone -b v6.8.8 https://github.com/elastic/dockerfiles.git
7676
chmod -R a+rwx dockerfiles
7777
cd dockerfiles/elasticsearch
7878
stacker convert --docker-file Dockerfile --output-file stacker.yaml --substitute-file stacker-subs.yaml

0 commit comments

Comments
 (0)