Skip to content

Commit

Permalink
Feature: Add ansible 20231027.0.0 images (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh authored Oct 27, 2023
1 parent 5638a3d commit ca030e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- OS: alpine
OS_VARIANT: edge
BASE_IMAGE_TAG: edge
ANSIBLE_VERSION: 8.0.0
ANSIBLE_VERSION: 8.4.0
env:
OS: ${{ matrix.OS }}
OS_VARIANT: ${{ matrix.OS_VARIANT }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
OS_VARIANT: 22.04
PACKAGE_TYPE: ppa
SUFFIX_PPA: -ppa
ANSIBLE_VERSION: 7.6.0
ANSIBLE_VERSION: 8.5.0
env:
OS: ${{ matrix.OS }}
OS_VARIANT: ${{ matrix.OS_VARIANT }}
Expand Down
2 changes: 1 addition & 1 deletion variants/alpine/edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BASE_IMAGE

RUN apk update \
&& apk search ansible \
&& apk add --no-cache ansible=8.0.0-r0 openssh-client \
&& apk add --no-cache ansible=8.4.0-r0 openssh-client \
&& rm -rf /var/cache/apk/*

CMD ["/bin/sh"]
2 changes: 1 addition & 1 deletion variants/ubuntu/22.04-ppa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-add-repository --yes --update ppa:ansible/ansible \
&& apt-cache policy ansible \
&& apt-get install -y ansible=7.6.0-1ppa~jammy openssh-client \
&& apt-get install -y ansible=8.5.0-1ppa~jammy openssh-client \
&& apt-get remove -y --autoremove software-properties-common \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ca030e6

Please sign in to comment.