[GLOBAL] Updated Alpine to 3.18, ansible-core to 2.13.11 and yamllint to 1.32.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5e9504339c
commit
a031db5d33
@ -30,4 +30,4 @@ steps:
|
|||||||
# tags
|
# tags
|
||||||
tags:
|
tags:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- 'v20'
|
- 'v21'
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# alpine version
|
# alpine version
|
||||||
FROM alpine:3.16
|
FROM alpine:3.18
|
||||||
|
|
||||||
# software versions
|
# software versions
|
||||||
ENV ANSIBLE_VERSION=2.12.10
|
ENV ANSIBLE_VERSION=2.13.11
|
||||||
ENV ANSIBLE_LINT_VERSION=6.17.2
|
ENV ANSIBLE_LINT_VERSION=6.17.2
|
||||||
ENV YAML_LINT_VERSION=1.30.0
|
ENV YAML_LINT_VERSION=1.32.0
|
||||||
|
|
||||||
# install software
|
# install software
|
||||||
RUN apk update
|
RUN apk update
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
||||||
|
|
||||||
# Preinstalled software
|
# Preinstalled software
|
||||||
- ansible-core == 2.12.10
|
- ansible-core == 2.13.11
|
||||||
- ansible-lint == 6.17.2
|
- ansible-lint == 6.17.2
|
||||||
- yamllint == 1.30.0
|
- yamllint == 1.32.0
|
||||||
|
|
||||||
# Ansible collections
|
# Ansible collections
|
||||||
- ansible.posix == latest
|
- ansible.posix == latest
|
||||||
|
Loading…
Reference in New Issue
Block a user