add # syntax=docker/dockerfile:latest

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2024-02-16 16:21:18 +01:00
parent 7a1459fa84
commit 9ba0dbf6a3
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
17 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM caddy:2.7.6-alpine as caddy
FROM httpd:2.4.58-alpine3.19

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM alpine:3.19.1
RUN set -ex; \

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/1.1/alpine/Dockerfile
FROM clamav/clamav:1.3.0-38

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# From a file located probably somewhere here: https://github.com/CollaboraOnline/online/tree/master/docker
FROM collabora/code:23.05.9.1.1

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM haproxy:2.9.4-alpine3.19
# hadolint ignore=DL3002

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM alpine:3.19.1
RUN set -ex; \
apk add --no-cache bash lighttpd netcat-openbsd; \

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:8.12.1

View file

@ -1,6 +1,7 @@
# syntax=docker/dockerfile:latest
FROM golang:1.22.0-alpine3.19 as go
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
RUN set -ex; \
apk add --no-cache \

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# Docker CLI is a requirement
FROM docker:25.0.3-cli as docker

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM php:8.1.27-fpm-alpine3.19
ENV PHP_MEMORY_LIMIT 512M

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM alpine:3.19.1
COPY --chmod=775 start.sh /start.sh

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
FROM onlyoffice/documentserver:7.5.1.1

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
FROM postgres:15.6-alpine

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
FROM redis:7.2.4-alpine

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM python:3.12.2-alpine3.19
COPY --chmod=775 start.sh /start.sh

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
FROM nats:2.10.10-scratch as nats
FROM eturnal/eturnal:1.12.0 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:1.2.3 as signaling

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:latest
# From https://github.com/containrrr/watchtower/blob/main/dockerfiles/Dockerfile.self-contained
FROM containrrr/watchtower:1.7.1 as watchtower