File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11version : ' 3'
22
33env :
4- COREUTILS_VERSION : ' * '
4+ COREUTILS_VERSION : ' 9.4 '
55 BASH_VERSION : ' 5'
66 PACKER_VERSION : ' 1.10'
7- OPENSSH_VERSION : ' '
7+ OPENSSH_VERSION : ' 9.7 '
88 CONSTRUCTOR_REPO_PATH :
99 sh : pwd
1010 PROJECT_REPO_PATH :
2222 PACKER_COMMAND : ' {{.PACKER_COMMAND}}'
2323 cmds :
2424 - |
25- pkgx +gnu.org/coreutils env \
25+ pkgx +gnu.org/coreutils^{{.COREUTILS_VERSION}} env \
2626 --split-string \
2727 --ignore-environment \
2828 USER="{{.USER}}" \
@@ -33,11 +33,11 @@ tasks:
3333 --noprofile \
3434 --norc \
3535 - <<'EOF'
36- eval "$(pkgx +openssh.com ssh-agent -s)"
36+ eval "$(pkgx +openssh.com^{{.OPENSSH_VERSION}} ssh-agent -s)"
3737 source {{.PROJECT_REPO_PATH}}/build.env
3838 pkgx +packer.io^{{.PACKER_VERSION}} packer \
3939 {{.PACKER_COMMAND}} .
40- pkgx +openssh.com ssh-agent -k
40+ pkgx +openssh.com^{{.OPENSSH_VERSION}} ssh-agent -k
4141 EOF
4242
4343 init :
You can’t perform that action at this time.
0 commit comments