Skip to content

Commit

Permalink
ansible: docker: update KPM to 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
  • Loading branch information
pierre committed May 2, 2019
1 parent 4f6bbcb commit df2b2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all.yml
Expand Up @@ -3,7 +3,7 @@ nexus_url: https://oss.sonatype.org
nexus_repository: releases

kpm_install_dir: /opt
kpm_version: 0.7.1
kpm_version: 0.7.2
kpm_path: "{{ kpm_install_dir }}/kpm-{{ kpm_version }}-linux-{{ ansible_architecture }}"

catalina_home: /usr/share/tomcat
Expand Down
2 changes: 1 addition & 1 deletion docker/templates/base/latest/Dockerfile
Expand Up @@ -78,7 +78,7 @@ ENV ANSIBLE_OPTS -i localhost, \
ENV NEXUS_URL https://oss.sonatype.org
ENV NEXUS_REPOSITORY releases
ENV KPM_INSTALL_DIR /opt
ENV KPM_VERSION 0.7.1
ENV KPM_VERSION 0.7.2
RUN ansible-playbook $ANSIBLE_OPTS \
-e kpm_install_dir=$KPM_INSTALL_DIR \
-e nexus_url=$NEXUS_URL \
Expand Down

0 comments on commit df2b2e7

Please sign in to comment.