Remove images with EOL
Signed-off-by: Christian Richter <crichter@suse.com>
This commit is contained in:
11
README.md
11
README.md
@@ -3,9 +3,8 @@
|
|||||||
This repo contains Dockerfiles used for autobuilding on Dockerhub.
|
This repo contains Dockerfiles used for autobuilding on Dockerhub.
|
||||||
No guarantee for completeness or functionality.
|
No guarantee for completeness or functionality.
|
||||||
|
|
||||||
|URL|Folder|Description|x86_64|arm32v7|
|
|URL|Folder|Description|x86_64|arm32v7|aarch64|
|
||||||
|:--|:-----|:----------|:----:|:-----:|
|
|:--|:-----|:----------|:----:|:-----:|:-----:|
|
||||||
|[dragonchaser/webtest](https://hub.docker.com/r/dragonchaser/webtest)|webtest|A small container running ruby WebRick and serves static content from /web|x|x|
|
|[dragonchaser/webtest](https://hub.docker.com/r/dragonchaser/webtest)|webtest|A small container running ruby WebRick and serves static content from /web|x|x||
|
||||||
|[dragonchaser/nginx-matrix](https://hub.docker.com/r/dragonchaser/nginx-matrix)|nginx-matrix|A modification of the nginx:latest image that exposes tcp ports 80,443 and 8448 for use as reverse proxy with a matrix server (e.g. synapse)|x|x|
|
|[dragonchaser/motsognir](https://hub.docker.com/r/dragonchaser/motsognir) |motsognir|A container for the motsognir gopher server|x|x||
|
||||||
|[dragonchaser/matrix-synapse](https://hub.docker.com/r/dragonchaser/matrix-synapse)|matrix-synapse|**WIP** A container running the matrix reference server synapse|x|x|
|
|[ghcr.io/dragonchaser/ghrunner](https://github.com/dragonchaser/dockerhub-autobuild/pkgs/container/ghrunner)|ghrunner |A container for running github runners |x|x|x|
|
||||||
|[dragonchaser/motsognir](https://hub.docker.com/r/dragonchaser/motsognir) |motsognir|A container for the motsognir gopher server|x|x|
|
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
FROM debian:latest
|
|
||||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
|
||||||
RUN apt-get update && apt-get install -y python3-pip libopenjp2-7 python3-libtiff python3-six
|
|
||||||
RUN pip3 install matrix-synapse
|
|
||||||
EXPOSE 8448
|
|
||||||
EXPOSE 8008
|
|
||||||
RUN useradd -ms /bin/bash -d /synapse synapse
|
|
||||||
USER synapse
|
|
||||||
WORKDIR /synapse
|
|
||||||
CMD synctl start --no-daemonize
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
FROM arm32v7/debian:buster-slim
|
|
||||||
COPY qemu-arm-static /usr/bin
|
|
||||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
|
||||||
RUN apt-get update && apt-get install -y libssl-dev libffi-dev python3-pip libopenjp2-7 python3-libtiff python3-six
|
|
||||||
RUN pip3 install cryptography
|
|
||||||
RUN pip3 install matrix-synapse
|
|
||||||
EXPOSE 8448
|
|
||||||
EXPOSE 8008
|
|
||||||
RUN useradd -ms /bin/bash -d /synapse synapse
|
|
||||||
USER synapse
|
|
||||||
WORKDIR /synapse
|
|
||||||
CMD synctl start --no-daemonize
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# matrix-synapse
|
|
||||||
|
|
||||||
This container runs the matrix reference server synapse (https://github.com/matrix-org/synapse).
|
|
||||||
|
|
||||||
Mount data to `/synapse`.
|
|
||||||
|
|
||||||
https://hub.docker.com/r/dragonchaser/matrix-synapse
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static . && pwd && ls
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#register qemu-*-static for all supported processors except the
|
|
||||||
# current one, but also remove all registered binfmt_misc before
|
|
||||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
FROM nginx:latest
|
|
||||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
|
||||||
EXPOSE 80
|
|
||||||
EXPOSE 443
|
|
||||||
EXPOSE 8448
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
FROM arm32v7/nginx:latest
|
|
||||||
COPY qemu-arm-static /usr/bin
|
|
||||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
|
||||||
EXPOSE 80
|
|
||||||
EXPOSE 443
|
|
||||||
EXPOSE 8448
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static . && pwd && ls
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#register qemu-*-static for all supported processors except the
|
|
||||||
# current one, but also remove all registered binfmt_misc before
|
|
||||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
|
||||||
Reference in New Issue
Block a user