Skip to content

Commit

Permalink
chore: adding labels
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageauekino committed Feb 24, 2025
1 parent 8716e02 commit f033d26
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/Dockerfile
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"
Expand Down
1 change: 1 addition & 0 deletions azure/Dockerfile
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"
Expand Down
1 change: 1 addition & 0 deletions chrome/Dockerfile
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
Expand Down
1 change: 1 addition & 0 deletions cloudsploit/Dockerfile
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"
Expand Down
1 change: 1 addition & 0 deletions dind/Dockerfile
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"
Expand Down
2 changes: 2 additions & 0 deletions golang/1.22/Dockerfile
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
Expand Down
2 changes: 2 additions & 0 deletions golang/1.23/Dockerfile
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
Expand Down
2 changes: 2 additions & 0 deletions golang/1.24/Dockerfile
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
Expand Down
2 changes: 2 additions & 0 deletions java/11/Dockerfile
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

Expand Down
2 changes: 2 additions & 0 deletions java/17/Dockerfile
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

Expand Down
2 changes: 2 additions & 0 deletions java/21/Dockerfile
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

Expand Down
2 changes: 2 additions & 0 deletions node/Dockerfile
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 \
Expand Down
2 changes: 2 additions & 0 deletions percy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:17-slim AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

RUN apt-get update && \
apt-get install -y wget gnupg build-essential python3 && \
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
Expand Down
1 change: 1 addition & 0 deletions php/8.1/Dockerfile
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
Expand Down
1 change: 1 addition & 0 deletions php/8.2/Dockerfile
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
Expand Down
1 change: 1 addition & 0 deletions php/8.3/Dockerfile
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
Expand Down
1 change: 1 addition & 0 deletions platformsh/Dockerfile
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

Expand Down
1 change: 1 addition & 0 deletions python/3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.10.16-slim-bullseye AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

ARG TARGETARCH
ARG POETRY_HOME
Expand Down
1 change: 1 addition & 0 deletions python/3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11.11-slim-bullseye AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

ARG TARGETARCH
ARG POETRY_HOME
Expand Down
1 change: 1 addition & 0 deletions python/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.12.9-slim-bullseye AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

ARG TARGETARCH
ARG POETRY_HOME
Expand Down
1 change: 1 addition & 0 deletions python/3.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.13.2-slim-bullseye AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

ARG TARGETARCH
ARG POETRY_HOME
Expand Down
1 change: 1 addition & 0 deletions python/3.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9.21-slim-bullseye AS base
LABEL org.opencontainers.image.source="https://github.com/ekino/docker-buildbox/"

ARG TARGETARCH
ARG POETRY_HOME
Expand Down
1 change: 1 addition & 0 deletions sonar/Dockerfile
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
Expand Down

0 comments on commit f033d26

Please sign in to comment.