Skip to content

Commit 3923157

Browse files
author
Sean Sundberg
authored
Adds htpasswd cli to the image (#13)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent decb1c8 commit 3923157

6 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: docker/build-push-action@v3
127127
with:
128128
context: .
129-
file: Dockerfile-${{ matrix.base }}
129+
file: Containerfile-${{ matrix.base }}
130130
build-args: |
131131
TERRAFORM_VERSION=${{ matrix.terraform }}
132132
push: ${{ github.event_name != 'pull_request' }}

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./Containerfile-alpine
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN sudo apk add --no-cache \
1616
ca-certificates \
1717
perl \
1818
openvpn \
19+
apache2-utils \
1920
&& sudo rm -rf /var/cache/apk/*
2021

2122
WORKDIR $GOPATH/bin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN sudo dnf install -y \
1616
ca-certificates \
1717
perl \
1818
openvpn \
19+
httpd-tools \
1920
&& sudo dnf clean all
2021

2122
WORKDIR $GOPATH/bin

Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The container includes the following tools:
2222
- kubeseal cli
2323
- argocd cli
2424
- kustomize cli
25+
- htpasswd
2526

2627
**Warning: The material contained in this repository has not been thoroughly tested. Proceed with caution.**
2728

0 commit comments

Comments
 (0)