History log of /unit/pkg/docker/Makefile (Results 1 – 25 of 72)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.32.1-1
# 2765:5e31d3ff500a 27-Feb-2024 Dan Callahan

Merge tag '1.32.0' into branches/packaging

Unit 1.32.0 release.


Revision tags: 1.32.0-1, 1.32.0
# 2690:4185b740ce12 21-Feb-2024 Andrew Clayton

Docker: Add wasm-wasi-component to the wasm target

Thus

$ make build-wasm

will build _both_ the 'wasm' & 'wasm-wasi-component' modules.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>


# 2689:276dc6f7ffb7 21-Feb-2024 Andrew Clayton

Docker: Bump rust version to 1.76.0

The minimum version required to build wasmtime 17 which is required by
wasm-wasi-component is 1.73.0

But no point not using the latest version.

This also now ne

Docker: Bump rust version to 1.76.0

The minimum version required to build wasmtime 17 which is required by
wasm-wasi-component is 1.73.0

But no point not using the latest version.

This also now needs the libclang-dev package installed, we install this
via MODULE_PREBUILD_wasm.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>

show more ...


# 2665:5502438d2215 20-Feb-2024 Dan Callahan

Docker: Update versions of Go, Node, PHP, Ruby

- Go: Drop 1.20, Add 1.22
- Node: Drop 18, Add 21
- PHP: Add 8.3
- Ruby: Add 3.3

Perl and Python are still up-to-date with upstream releases

Regenera

Docker: Update versions of Go, Node, PHP, Ruby

- Go: Drop 1.20, Add 1.22
- Node: Drop 18, Add 21
- PHP: Add 8.3
- Ruby: Add 3.3

Perl and Python are still up-to-date with upstream releases

Regenerating the Dockerfiles also picks up the logging change from
183a1e9d634ae2fb129ce98f1ca8a16cbfdeac99

show more ...


# 2640:5f33e571c157 08-Jan-2024 tclesius

Docker: added python3.12 to versions


Revision tags: 1.31.1-1, 1.31.1, 1.31.0-1
# 2549:ef8ddca63f2c 31-Aug-2023 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.31.0
# 2541:4963224b2ba5 22-Aug-2023 Konstantin Pavlov

Docker: remove gem caches in ruby images.


# 2540:0a6047c31cdd 22-Aug-2023 Konstantin Pavlov

Docker: remove maven caches in jsc images.


# 2539:444ab2780664 22-Aug-2023 Konstantin Pavlov

Docker: remove npm caches in node images.


# 2537:6d106d424fda 22-Aug-2023 Konstantin Pavlov

Docker: added a container-diff helper.
It's useful to check whether resulting images have unexpected build
leftovers.

Requires https://github.com/GoogleContainerTools/container-diff in
$PATH.


# 2536:e5fe36487671 22-Aug-2023 Konstantin Pavlov

Docker: be POSIX-compliant in the library creation script.


# 2534:d4ad92eb5019 22-Aug-2023 Konstantin Pavlov

Docker: bumped language versions.


# 2533:05634a8ac1af 22-Aug-2023 Konstantin Pavlov

Docker: added meaningful title to metadata.


# 2532:2d28f4cc4afb 22-Aug-2023 Konstantin Pavlov

Docker: added wasm variant.


# 2530:603950848e80 22-Aug-2023 Konstantin Pavlov

Docker: introduced a "module prebuild" step.
It's now used to install node-gyp on nodejs images.
Starting from node:20, they no longer ship node-gyp that we require to
build the modules with, so we n

Docker: introduced a "module prebuild" step.
It's now used to install node-gyp on nodejs images.
Starting from node:20, they no longer ship node-gyp that we require to
build the modules with, so we need to install it manually.

Fixes https://github.com/nginx/unit/issues/908.

show more ...


Revision tags: 1.30.0-1
# 2464:8a0b4338a156 10-May-2023 Konstantin Pavlov

Merged with the default branch.


Revision tags: 1.30.0
# 2455:fb7949fa044b 06-May-2023 Konstantin Pavlov

Docker: tagged minimal variant as latest.


# 2454:0d5f01e8049a 06-May-2023 Konstantin Pavlov

Docker: Makefile housekeeping.


# 2453:b1f5889e7a4c 06-May-2023 Konstantin Pavlov

Docker: added a way to generate multiple versions of an image.


# 2418:86492e68bf6b 07-Apr-2023 Konstantin Pavlov

Docker: specified explicit variants of images to use.
This allows us to decide when to move to a newer underlying distribution
version with our pace instead of relying on Docker Hub cadence.


# 2416:a54ac88ab88b 10-Apr-2023 Konstantin Pavlov

Docker: check out packaging tags.

This will ensure we're checking out source code that is close to what we
have in binary packages.

While at it, remove the checkout directory when it's no longer ne

Docker: check out packaging tags.

This will ensure we're checking out source code that is close to what we
have in binary packages.

While at it, remove the checkout directory when it's no longer needed.

show more ...


# 2415:c1c81b9f23cf 28-Mar-2023 Konstantin Pavlov

Docker: fixed git references.


# 2410:dd98df2badfa 07-Apr-2023 Konstantin Pavlov

Docker: specified explicit variants of images to use.
This allows us to decide when to move to a newer underlying distribution
version with our pace instead of relying on Docker Hub cadence.


# 2408:643602c07cc0 10-Apr-2023 Konstantin Pavlov

Docker: check out packaging tags.

This will ensure we're checking out source code that is close to what we
have in binary packages.

While at it, remove the checkout directory when it's no longer ne

Docker: check out packaging tags.

This will ensure we're checking out source code that is close to what we
have in binary packages.

While at it, remove the checkout directory when it's no longer needed.

show more ...


# 2395:c1ff2f4d96ab 28-Mar-2023 Konstantin Pavlov

Docker: fixed git references.


123