ci: add do image build via packer

This commit is contained in:
NGPixel
2022-02-17 22:16:00 -05:00
parent 62a5cfa40e
commit c42e0f9888
12 changed files with 329 additions and 57 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
sudo curl -L "https://github.com/docker/compose/releases/download/${docker_compose_version}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose;
chmod +x /usr/local/bin/docker-compose;