Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM alpine
RUN apk add --no-cache curl wget busybox-extras netcat-openbsd python3 py3-pip bash && \
pip install awscli && \
apk --purge -v del py3-pip
CMD tail -f /dev/null
5 changes: 3 additions & 2 deletions docker/toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine
RUN apk add --no-cache curl wget busybox-extras netcat-openbsd python py-pip bash && \
RUN apk add --no-cache curl wget busybox-extras netcat-openbsd python3 py3-pip bash && \
pip install awscli
RUN apk --purge -v del py-pip
RUN apk --purge -v del py3-pip
CMD tail -f /dev/null

42 changes: 0 additions & 42 deletions jenkinsfiles/docker_build.jenkins

This file was deleted.