Skip to content

Commit 73c8756

Browse files
committed
chore: update dependencies
1 parent c690bea commit 73c8756

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push Docker images
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: .
3333
push: true

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Runner Docker Image
22

3-
This project builds a docker image with all of the dependencies required to run `ansible-playbook` and `ansible-lint`. The as-configured version of this image also contains all of the python and ansible-galaxy dependencies neccesary to run Arista AVD plays.
3+
This project builds a docker image with all of the dependencies required to run `ansible-playbook` and `ansible-lint`. The as-configured version of this image also contains all of the python and ansible-galaxy dependencies necessary to run Arista AVD plays.
44

55
## Image Details
66

@@ -9,7 +9,7 @@ This project builds a docker image with all of the dependencies required to run
99
| Environment Variable | Default | Description |
1010
| -------------------- | ------- | -------------------------------------- |
1111
| `PUID` | `1000` | User ID of the primary ansible user |
12-
| `PGID` | `1000` | Group ID for the priamry ansible group |
12+
| `PGID` | `1000` | Group ID for the primary ansible group |
1313

1414
### Users
1515

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
# Default requirements for all projects
22
ansible
3-
ansible-pylibssh
43
ansible-lint
4+
ansible-pylibssh
55
paramiko
6-
7-
# Match arista.avd collection requirements
8-
# https://github.com/aristanetworks/avd/blob/v4.6.0/ansible_collections/arista/avd/requirements.txt
9-
aristaproto>=0.1.1
10-
cryptography>=38.0.4
11-
cvprac>=1.3.1
12-
deepmerge>=1.1.0
13-
Jinja2>=3.0.0
14-
jsonschema>=4.5.1,<4.18
15-
md-toc>=7.1.0
16-
netaddr>=0.7.19
17-
PyYAML>=6.0.0
18-
requests>=2.27.0
19-
treelib>=1.5.5
6+
pyavd[ansible-collection]==4.10.1
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
collections:
33
- name: ansible.netcommon
4-
version: 6.1.0
4+
version: 6.1.3
55
source: https://galaxy.ansible.com
66
- name: arista.avd
77
version: 4.6.0
88
source: https://galaxy.ansible.com
99
- name: community.docker
10-
version: 3.8.1
10+
version: 3.12.1
1111
source: https://galaxy.ansible.com
1212
- name: community.general
13-
version: 8.5.0
13+
version: 9.3.0
1414
source: https://galaxy.ansible.com
1515
- name: ansible.posix
1616
version: 1.5.4
1717
source: https://galaxy.ansible.com
1818
- name: vyos.vyos
19-
version: 4.1.0
19+
version: 5.0.0
2020
source: https://galaxy.ansible.com

0 commit comments

Comments
 (0)