Skip to content

Commit

Permalink
Merge pull request #11 from wildsubnet/main
Browse files Browse the repository at this point in the history
Ansible quarterly updates
  • Loading branch information
hribeiro-jnpr authored Jul 21, 2022
2 parents f7e9cc2 + 34a7a21 commit bcd353c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# ********************************************************

FROM alpine:3.15.4
FROM amd64/alpine:3.16.1

# ==> Specify Python requirements filename; default = "requirements.txt"
# ==> Specify Ansible requirements filename; default = "requirements.yml"
Expand All @@ -27,8 +27,8 @@ RUN apk add --no-cache sudo \
gcc libxml2-dev libxslt-dev musl-dev \
bash python3-dev openssh expect sshpass \
libffi-dev openssl-dev build-base curl vim \
ansible-core=2.11.6-r1 \
ansible=4.8.0-r0
ansible-core=2.13.0-r0 \
ansible=5.8.0-r0

# copy requirements.txt for Python and install
WORKDIR /tmp
Expand Down
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
# Install juniper.device collection from Ansible Galaxy.
- name: juniper.device
version: '1.0.1'
# Install junipernetworks collection from Ansible Galaxy.
- name: junipernetworks.junos
version: '3.1.0'

0 comments on commit bcd353c

Please sign in to comment.