Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

add custom certs #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update image version
pad92 committed Jan 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fed3f141b1294bc62ed51bd59363223f981e4959
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ docker build --build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg BUILD_DATE=`date -u +”%Y-%m-%dT%H:%M:%SZ”` \
--build-arg ANSIBLE_VERSION=${ANSIBLE_VERSION:=2.10.7} \
--build-arg ANSIBLE_LINT_VERSION=${ANSIBLE_LINT_VERSION:=5.1.3} \
-t ${IMAGE_NAME:=pad92/ansible-alpine:2.10.7-1} .
-t ${IMAGE_NAME:=pad92/ansible-alpine:2.10.7-2} .