Skip to content

Commit

Permalink
update alpine/alma, apps to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlxxvii committed Jul 9, 2024
1 parent 5899d40 commit 570f7dd
Show file tree
Hide file tree
Showing 43 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion auth/boundary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# boundary: provides access to applications and critical systems with fine-grained authorizations without managing credentials or exposing your network.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
2 changes: 1 addition & 1 deletion auth/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
2 changes: 1 addition & 1 deletion auth/vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vault: Secure, store, and tightly control access to tokens, passwords, certificates, and encryption keys for protecting secrets and other sensitive data using a UI, CLI, or HTTP API.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
2 changes: 1 addition & 1 deletion dast/caido/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG repo="quay.io/almalinuxorg" \
base_image="9-minimal" \
image_hash="46d91d66228ac84d2924bd7fe90e132687887aadb9b9c3f43acaefb1b2c72b0a"
image_hash="759e384d1180a070b07a22789e8d76640cb6d03460ed6ede7dba454bd90eed02"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
6 changes: 3 additions & 3 deletions dast/nuclei/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# nuclei: Fast and customizable vulnerability scanner based on simple YAML based DSL.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand All @@ -13,7 +13,7 @@ LABEL \
org.opencontainers.image.url='https://projectdiscovery.io/#/' \
org.opencontainers.image.vendor='Project Discovery' \
org.opencontainers.image.licenses='MIT' \
org.opencontainers.image.schema-version='3.2.8'
org.opencontainers.image.schema-version='3.2.9'

RUN \
apk add --no-cache \
Expand All @@ -25,7 +25,7 @@ RUN \
FROM base AS go-builder

ENV GOPATH=/usr/local/bin/go \
VER=3.2.8 \
VER=3.2.9 \
SNYK_API=

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dast/siege/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS builder

Expand Down
6 changes: 3 additions & 3 deletions dast/wapiti/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# wapiti: Audit the security of your websites or web applications.
ARG repo="quay.io/almalinuxorg" \
base_image="9-minimal" \
image_hash="46d91d66228ac84d2924bd7fe90e132687887aadb9b9c3f43acaefb1b2c72b0a"
image_hash="759e384d1180a070b07a22789e8d76640cb6d03460ed6ede7dba454bd90eed02"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand All @@ -12,7 +12,7 @@ LABEL \
org.opencontainers.image.usage='https://github.com/wapiti-scanner/wapiti/blob/master/doc/wapiti.ronn' \
org.opencontainers.image.url='https://wapiti-scanner.github.io/' \
org.opencontainers.image.licenses='GNU General Public License v2.0' \
org.opencontainers.image.schema-version='3.1.7'
org.opencontainers.image.schema-version='3.1.8'

RUN \
microdnf install -y yum-utils epel-release; \
Expand All @@ -37,7 +37,7 @@ FROM base AS builder
ENV PYTHONDONTWRITEBYTECODE=1 \
SNYK_API=

ARG VER=3.1.7
ARG VER=3.1.8

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion dast/wapiti/Dockerfile.ol9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
#In the CLI, run snyk auth [<API_TOKEN>] or snyk config set api=<token>. The <API_TOKEN>is validated by the Snyk API.
#ENV SNYK_API=

ARG VER=3.1.7
ARG VER=3.1.8

WORKDIR /tmp
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion data/deeplake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# deeplake: Database for AI powered by a storage format optimized for deep-learning applications.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
4 changes: 2 additions & 2 deletions data/kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
# kafka: Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
ARG repo="docker.io" \
base_image="alpine:3.18" \
image_hash="48d9183eb12a05c99bcc0bf44a003607b8e941e1d4f41f9ad12bdcc4b5672f86"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion data/qdrant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/autoGPT/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://docs.agpt.co
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/embedchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://embedchain.ai/
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/gpt-engineer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# gpt-engineer: GPT Engineer is made to be easy to adapt, extend, and make your agent learn how you want your code to look. It generates an entire codebase based on a prompt.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/litellm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# litellm: Call all LLM APIs using the OpenAI format [Anthropic, Huggingface, Cohere, TogetherAI, Azure, OpenAI, etc.]
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/open-interpreter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion deep-thought-42/truss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# truss: The simplest way to serve AI/ML models into production.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion devops-tools/atmos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
2 changes: 1 addition & 1 deletion devops-tools/fastapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
2 changes: 1 addition & 1 deletion devops-tools/gitea/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# gitea: Git with a cup of tea!
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
4 changes: 2 additions & 2 deletions devops-tools/gitlab-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
# gitlab-runner: GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.
ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
4 changes: 2 additions & 2 deletions devops-tools/kaniko/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
12 changes: 6 additions & 6 deletions devops-tools/onedev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
# onedev: Self-hosted Git Server with CI/CD and Kanban.
ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand All @@ -18,8 +18,8 @@ RUN \

FROM base AS download

ENV URL="https://code.onedev.io/~downloads/projects/160/builds/4723/artifacts/onedev-10.1.6.zip" \
SHA="1d9741b950d0f1852864b6e73ce844cb444f11d152b0d735766d87dd109b06bd"
ENV URL="https://code.onedev.io/~downloads/projects/160/builds/5254/artifacts/onedev-10.9.6.zip" \
SHA="5dca75301a6f3a0babcd5ae124fb65a7d819ed4ec40a72cfdcabce83032ef81f"

RUN \
apk add --no-cache -t .onedev-download wget unzip; \
Expand All @@ -32,13 +32,13 @@ RUN \
FROM base

ENV PATH="${PATH}:/usr/lib/jvm/java-17-openjdk/bin/" \
VER="10.1.6"
VER="10.9.6"

LABEL org.opencontainers.image.name='OneDev' \
org.opencontainers.image.description='Self-hosted Git Server with CI/CD and Kanban.' \
org.opencontainers.image.usage='https://docs.onedev.io' \
org.opencontainers.image.url='https://onedev.io' \
org.opencontainers.image.schema-version='10.1.6'
org.opencontainers.image.schema-version='10.9.6'

RUN \
addgroup -g 1001 onedev; \
Expand Down
4 changes: 2 additions & 2 deletions devops-tools/saltstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# saltstack: Built on Python, Salt is an event-driven automation tool and framework to deploy, configure, and manage complex IT systems.

ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
4 changes: 2 additions & 2 deletions network-tools/api-firewall/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# API Firewall provides API hardening with the use of a positive security model allowing calls that match a predefined API specification for requests and responses, while rejecting everything else.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS build-env

ENV APIFIREWALL_VERSION=0.7.2 \
ENV APIFIREWALL_VERSION=0.7.3 \
GOPATH=/usr/local/bin/go \
SNYK_API=

Expand Down
4 changes: 2 additions & 2 deletions network-tools/consul/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
# consul: uses service identities and traditional networking practices to help organizations securely connect applications running in any environment.
ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand Down
2 changes: 1 addition & 1 deletion network-tools/gotestwaf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It was designed to evaluate web application security solutions, such as API security proxies, Web Application Firewalls, IPS, API gateways, and others.
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS build-env

Expand Down
8 changes: 4 additions & 4 deletions network-tools/haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# haproxy: a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand All @@ -21,8 +21,8 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy

ENV HAPROXY_VERSION 2.9.0
ENV HAPROXY_URL https://www.haproxy.org/download/2.9/src/haproxy-2.9.0.tar.gz
ENV HAPROXY_VERSION 3.0.2
ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.2.tar.gz
ENV HAPROXY_SHA256 fba18acd1a46337fe20ae07c816c2496c8602b80a1bc9ff3768d4caa5fb80eab

RUN set -eux; \
Expand Down
4 changes: 2 additions & 2 deletions network-tools/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1

ARG repo="docker.io" \
base_image="alpine:3.19" \
image_hash="6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0"
base_image="alpine:3.20" \
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash}

Expand Down
6 changes: 3 additions & 3 deletions network-tools/suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# suricata: a high performance, open source network analysis and threat detection software.
ARG repo="quay.io/almalinuxorg" \
base_image="9-minimal" \
image_hash="46d91d66228ac84d2924bd7fe90e132687887aadb9b9c3f43acaefb1b2c72b0a"
image_hash="759e384d1180a070b07a22789e8d76640cb6d03460ed6ede7dba454bd90eed02"

FROM ${repo}/${base_image}@sha256:${image_hash} AS base

Expand All @@ -13,7 +13,7 @@ LABEL \
org.opencontainers.image.url='https://suricata.io/' \
org.opencontainers.image.licenses='GNU General Public License v2.0' \
org.opencontainers.image.vendor='The Open Information Security Foundation (OISF)' \
org.opencontainers.image.schema-version='7.0.5'
org.opencontainers.image.schema-version='7.0.6'

# base dependencies for runtime
RUN \
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN \

FROM base AS build-env

ARG VERSION=7.0.5
ARG VERSION=7.0.6
#ENV SNYK_API=

RUN \
Expand Down
4 changes: 2 additions & 2 deletions network-tools/traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# syntax=docker/dockerfile:1
ARG repo="docker.io" \
base_image="alpine:3.20" \
image_hash="216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b"
image_hash="dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76"

FROM ${repo}/${base_image}@sha256:${image_hash} AS bin-download

ARG TRAEFIK_VER=2.11.0
ARG TRAEFIK_VER=3.0.4

RUN \
apk --no-cache add \
Expand Down
Loading

0 comments on commit 570f7dd

Please sign in to comment.