Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Aug 29, 2024
1 parent d26c96c commit bcbd210
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 59 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- { context: "erlang", tags: "1maa/erlang:25-alpine", build-arg: "ERLANG_VERSION=25.3.2.13" }
- { context: "erlang", tags: "1maa/erlang:26-alpine", build-arg: "ERLANG_VERSION=26.2.5.2" }
- { context: "erlang", tags: "1maa/erlang:27-alpine,1maa/erlang:latest", cache-tag: "1maa/erlang:27-alpine" }
- { context: "lua/5.4", tags: "1maa/lua:5.4" }
- { context: "lua", tags: "1maa/lua:5.4" }
- { context: "protoc", tags: "1maa/protoc:latest" }
- { context: "sakila", tags: "1maa/sakila:latest" }
- { context: "selfsig", tags: "1maa/selfsig:latest" }
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
matrix:
images:
- { context: "haproxy", tags: "1maa/haproxy:3.0" }
- { context: "postgres", tags: "1maa/postgres:12-alpine", build-arg: "POSTGRES_VERSION=12.19" }
- { context: "postgres", tags: "1maa/postgres:13-alpine", build-arg: "POSTGRES_VERSION=13.15" }
- { context: "postgres", tags: "1maa/postgres:14-alpine", build-arg: "POSTGRES_VERSION=14.12" }
- { context: "postgres", tags: "1maa/postgres:15-alpine", build-arg: "POSTGRES_VERSION=15.7" }
- { context: "postgres", tags: "1maa/postgres:12-alpine", build-arg: "POSTGRES_VERSION=12.20" }
- { context: "postgres", tags: "1maa/postgres:13-alpine", build-arg: "POSTGRES_VERSION=13.16" }
- { context: "postgres", tags: "1maa/postgres:14-alpine", build-arg: "POSTGRES_VERSION=14.13" }
- { context: "postgres", tags: "1maa/postgres:15-alpine", build-arg: "POSTGRES_VERSION=15.8" }
- { context: "postgres", tags: "1maa/postgres:16-alpine" }
- { context: "sftp", tags: "1maa/sftp:latest" }
steps:
Expand Down
45 changes: 0 additions & 45 deletions lua/5.3/Dockerfile

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion php/7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 1maa/alpine:3.16 AS build

ARG PHP_VERSION=7.4.33
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.2
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
Expand Down
2 changes: 1 addition & 1 deletion php/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 1maa/alpine:3.16 AS build

ARG PHP_VERSION=8.0.30
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.2
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
Expand Down
2 changes: 1 addition & 1 deletion php/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.1.29
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.2
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
Expand Down
4 changes: 2 additions & 2 deletions php/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.2.21
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.2
ARG PHP_VERSION=8.2.22
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
Expand Down
4 changes: 2 additions & 2 deletions php/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.3.9
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.2
ARG PHP_VERSION=8.3.10
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
Expand Down
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20 AS builder

ARG POSTGRES_VERSION=16.3
ARG POSTGRES_VERSION=16.4

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:3.20
# https://www.sqlite.org/howtocompile.html
# https://www.sqlite.org/compile.html

ARG SQLITE_VERSION=3460000
ARG SQLITE_VERSION=3460100

WORKDIR /tmp

Expand Down

0 comments on commit bcbd210

Please sign in to comment.