Skip to content

Commit

Permalink
Update oc and ansible versions, fixes redhat-cop#166
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrahamsson committed Feb 18, 2019
1 parent 7645f14 commit 3177f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tool-box/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:latest

ENV OC_CLIENT_MIRROR https://mirror.openshift.com/pub/openshift-v3/clients/3.10.86/linux/oc.tar.gz
ENV OC_CLIENT_MIRROR https://mirror.openshift.com/pub/openshift-v3/clients/3.11.0-0.32.0/linux/oc.tar.gz
ENV HOME /home/tool-box

RUN dnf -y update && \
Expand All @@ -10,7 +10,7 @@ RUN dnf -y update && \
curl $OC_CLIENT_MIRROR | tar -C /usr/local/bin/ -xzf - && \
mkdir -m 775 $HOME && \
chmod 775 /etc/passwd && \
pip install git+https://github.com/ansible/ansible.git@stable-2.5
pip install git+https://github.com/ansible/ansible.git@stable-2.6

WORKDIR $HOME

Expand Down
4 changes: 2 additions & 2 deletions tool-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This container exists to help folks that can't install ansible, git or other nec

## What's in the box?

- `oc` version 3.9.14
- `ansible` 2.5 (stable from `pip`)
- `oc` version 3.11.0-0.32.0
- `ansible` 2.6 (stable from `pip`)
- `git`
- `tree`
- `unzip`
Expand Down

0 comments on commit 3177f1f

Please sign in to comment.