-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Alpine to 3.16.2, bump version to 0.3.0, add Dual Stack IPv4/I…
…Pv6, add ip6tables
- Loading branch information
Showing
5 changed files
with
49 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
FROM alpine:3.13.5 | ||
FROM alpine:3.16.2 | ||
|
||
RUN apk --no-cache add \ | ||
bash \ | ||
tini \ | ||
iptables | ||
iptables \ | ||
ip6tables | ||
|
||
COPY configure-firewall.sh /bin | ||
|
||
ENV PUBLIC "FALSE" | ||
|
||
ENTRYPOINT ["/sbin/tini", "--"] | ||
|
||
CMD ["/bin/configure-firewall.sh"] | ||
CMD ["/bin/configure-firewall.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,13 @@ apiVersion: v2 | |
name: shield | ||
description: Helm Chart for shield | ||
type: application | ||
version: 0.2.1 | ||
appVersion: 0.2.1 | ||
version: 0.3.0 | ||
appVersion: 0.3.0 | ||
home: https://github.com/300481/shield | ||
description: shield makes the underlying host "magically" disappear during network attacks. | ||
keywords: | ||
- iptables | ||
- ip6tables | ||
- firewall | ||
- container | ||
- security | ||
|
@@ -16,11 +17,11 @@ sources: | |
maintainers: | ||
- name: "300481" | ||
engine: gotpl | ||
kubeVersion: ">=1.16.0-0" | ||
kubeVersion: ">=1.23.0-0" | ||
annotations: | ||
artifacthub.io/images: | | ||
- name: shield | ||
image: 300481/shield:0.2.1 | ||
image: 300481/shield:0.3.0 | ||
artifacthub.io/maintainers: | | ||
- name: 300481 | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Prerequisites | ||
|
||
- Kubernetes v1.16+ | ||
- Kubernetes v1.23+ | ||
|
||
## Get Repo Info | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters