Compare commits
1 commit
46b9a08eb9
...
27d817ac5b
Author | SHA1 | Date | |
---|---|---|---|
|
27d817ac5b |
3 changed files with 2 additions and 39 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
jobs:
|
||||
fatssh:
|
||||
test:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -32,35 +32,4 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
file: Dockerfile.fat-ssh
|
||||
tags: git.martyn.berlin/martyn/fat-ssh:latest
|
||||
macless-haystack-web:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Create Kubeconfig
|
||||
run: |
|
||||
mkdir $HOME/.kube
|
||||
echo "${{ secrets.KUBECONFIG_BUILDX }}" > $HOME/.kube/config
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: kubernetes
|
||||
driver-opts: |
|
||||
namespace=git
|
||||
qemu.install=false
|
||||
- name: Login to forgejo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.martyn.berlin
|
||||
username: martyn
|
||||
password: ${{ secrets.PUSH_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
file: Dockerfile.macless-haystack-web
|
||||
tags: git.martyn.berlin/martyn/macless-haystack-web:latest
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:12.9
|
||||
FROM debian:12.8
|
||||
|
||||
RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh dnsutils knot-dnsutils nmap -y
|
||||
RUN pip3 install yq --break-system-packages
|
|
@ -1,6 +0,0 @@
|
|||
FROM nginx AS builder
|
||||
RUN apt-get update && apt-get install -y unzip
|
||||
RUN curl https://github.com/dchristl/macless-haystack/releases/download/v2.2.0/webapplication.zip -Lo /tmp/webapplication.zip && cd /tmp/ && unzip webapplication.zip && mv web/* /usr/share/nginx/html/
|
||||
|
||||
FROM nginx
|
||||
COPY --from=builder /usr/share/nginx /usr/share/nginx
|
Loading…
Add table
Reference in a new issue