Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Downgrade to Alpine 3.15 and ansible 4.8.0 (#2)
Browse files Browse the repository at this point in the history
Ansible 5.4.0 on Alpine edge has a bug. The SSH connection fails
with detected RSA SSH key but expecting OpenSSH SSH key.
  • Loading branch information
tdpauw committed Mar 15, 2022
1 parent 0c4514c commit 51fe566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:edge
FROM alpine:3.15

ARG PLATFORM=linux_amd64
ARG PACKER_VERSION=1.8.0
ARG PACKER_DIST_FILENAME=packer_${PACKER_VERSION}_${PLATFORM}.zip
ARG PACKER_DIST_CHECKSUM_FILENAME=packer_${PACKER_VERSION}_SHA256SUMS
ARG ANSIBLE_VERSION=5.4.0-r0
ARG ANSIBLE_LINT_VERSION=5.4.0-r0
ARG ANSIBLE_VERSION=4.8.0-r0
ARG ANSIBLE_LINT_VERSION=4.3.7-r4

LABEL org.opencontainers.image.description="Hashicorp Packer with Ansible" \
org.opencontainers.image.authors="ThinkingLabs (hello@thinkinglabs.io)" \
Expand Down

0 comments on commit 51fe566

Please sign in to comment.