Compare commits
No commits in common. "master" and "v4" have entirely different histories.
2
build.sh
2
build.sh
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
docker build -t salt-build .
|
docker build -t salt-build .
|
||||||
docker run -it -v $(pwd)/out:/salt/out salt-build /salt/install.sh 3006.8
|
docker run -it -v $(pwd)/out:/out salt-build /salt/install.sh 3006.8
|
||||||
|
18
require.txt
18
require.txt
@ -1,15 +1,13 @@
|
|||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
aiohttp==3.12.15
|
cryptography==45.0.7
|
||||||
cherrypy==18.8.0
|
distro==1.9.0
|
||||||
cryptography==42.0.5
|
|
||||||
distro==1.8.0
|
|
||||||
docker==7.1.0
|
docker==7.1.0
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
looseversion==1.3.0
|
looseversion==1.3.0
|
||||||
msgpack==1.0.7
|
msgpack==1.1.1
|
||||||
packaging==24.0
|
packaging==25.0
|
||||||
psycopg2==2.9.10
|
psycopg2==2.9.10
|
||||||
pycryptodomex==3.19.1
|
pycryptodomex==3.23.0
|
||||||
pyzmq==25.1.2
|
pyzmq==27.1.0
|
||||||
requests==2.32.3
|
requests==2.32.5
|
||||||
tornado==6.4.2
|
tornado==6.5.2
|
||||||
|
Loading…
Reference in New Issue
Block a user