-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8716e02
commit f033d26
Showing
23 changed files
with
31 additions
and
0 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,5 +1,6 @@ | ||
FROM python:3.13.2-slim-bullseye AS base | ||
LABEL maintainer="Frank Pavageau <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
FROM base AS base-amd64 | ||
ARG AWSCLI_ARCH="x86_64" | ||
|
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,6 +1,7 @@ | ||
FROM python:3.13.2-slim-bullseye AS base | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
FROM base AS base-amd64 | ||
ARG AWSCLI_ARCH="x86_64" | ||
|
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,5 +1,6 @@ | ||
FROM node:10-alpine | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
# Tell Puppeteer to skip installing Chrome. We'll be using the installed package. | ||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true | ||
|
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,5 +1,6 @@ | ||
FROM python:3.13.2-slim-bullseye as base | ||
LABEL maintainer="Axel Pavageau <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
FROM base as base-amd64 | ||
ARG AWSCLI_URL="https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" | ||
|
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,5 +1,6 @@ | ||
FROM docker:20.10.24-dind as base | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
FROM base as base-amd64 | ||
ARG TRIVY_ARCH="Linux-64bit" | ||
|
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,5 +1,7 @@ | ||
FROM golang:1.22.12 AS base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG GITLEAKS_VERSION | ||
ARG GOLANGCILINT_VERSION | ||
ARG GOMODUPGRADE_VERSION | ||
|
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,5 +1,7 @@ | ||
FROM golang:1.23.6 AS base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG GITLEAKS_VERSION | ||
ARG GOLANGCILINT_VERSION | ||
ARG GOMODUPGRADE_VERSION | ||
|
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,5 +1,7 @@ | ||
FROM golang:1.24.0 AS base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG GITLEAKS_VERSION | ||
ARG GOLANGCILINT_VERSION | ||
ARG GOMODUPGRADE_VERSION | ||
|
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,5 +1,7 @@ | ||
FROM eclipse-temurin:11.0.26_4-jdk-jammy as base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 | ||
|
||
|
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,5 +1,7 @@ | ||
FROM eclipse-temurin:17.0.14_7-jdk-jammy as base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 | ||
|
||
|
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,6 +1,8 @@ | ||
FROM eclipse-temurin:21.0.6_7-jdk-jammy as base | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 | ||
|
||
|
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,5 +1,7 @@ | ||
FROM debian:12.9-slim AS base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 \ | ||
NVM_DIR=/root/.nvm \ | ||
|
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM php:8.1.31-cli-alpine3.21 AS base | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG APCU_VERSION | ||
ARG COMPOSER_VERSION | ||
|
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,5 +1,6 @@ | ||
FROM php:8.2.27-cli-alpine3.21 AS base | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG APCU_VERSION | ||
ARG COMPOSER_VERSION | ||
|
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,5 +1,6 @@ | ||
FROM php:8.3.17-cli-alpine3.21 AS base | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG APCU_VERSION | ||
ARG COMPOSER_VERSION | ||
|
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,5 +1,6 @@ | ||
FROM python:3.13.2-slim-bullseye as base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG PLATFORM_VERSION | ||
|
||
|
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
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
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM alpine:3.21.3 as base | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/" | ||
|
||
ARG SONARSCANNER_HOME=/sonar-scanner | ||
ARG SONARSCANNER_VERSION | ||
|