Rebase dependency;Comment out redundant logic
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -125,9 +125,10 @@ dependencies:
|
||||
- community.crypto
|
||||
- community.general
|
||||
- kubernetes.core
|
||||
- vmware.vmware_rest
|
||||
|
||||
container_images:
|
||||
- quay.io/skopeo/stable:v1.8.0
|
||||
# container_images:
|
||||
# - quay.io/skopeo/stable:v1.8.0
|
||||
|
||||
static_binaries:
|
||||
- filename: tea
|
||||
@ -139,11 +140,15 @@ dependencies:
|
||||
url: https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
|
||||
archive: compressed
|
||||
extra_opts: --strip-components=1
|
||||
- filename: skopeo
|
||||
url: https://sn.itch.fyi/Repository/rel/skopeo
|
||||
username: "{{ repo_username }}"
|
||||
password: "{{ repo_password }}"
|
||||
- filename: yq
|
||||
url: http://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64
|
||||
|
||||
packages:
|
||||
- lvm2
|
||||
- python3-dnspython
|
||||
- python3-jmespath
|
||||
- python3-passlib
|
||||
- skopeo
|
||||
|
Reference in New Issue
Block a user