File tree Expand file tree Collapse file tree 15 files changed +27
-24
lines changed Expand file tree Collapse file tree 15 files changed +27
-24
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,9 @@ version numbers as appropriate:
280
280
- MONGOC_VERSION
281
281
- MONGOCRYPT_VERSION
282
282
283
+ ** Make sure you run ` python3 generate.py ` to generate the files for building the
284
+ images!**
285
+
283
286
Next, build the image. Prefer doing a no-cache-build with a clean docker cache.
284
287
285
288
> As of now, company policy only allows for redhat-ubi images, so only build and
Original file line number Diff line number Diff line change 1
- FROM mongodb/mongo-cxx-driver:3.8.0 -{{ distro }}
1
+ FROM mongodb/mongo-cxx-driver:{{ mongocxx_version }} -{{ distro }}
2
2
3
3
WORKDIR /build
4
4
Original file line number Diff line number Diff line change 3
3
4
4
FROM alpine:3.18 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.8.0
7
- ARG MONGOC_VERSION=1.24.2
8
- ARG MONGOCRYPT_VERSION=1.8.1
6
+ ARG MONGOCXX_VERSION=3.8.1
7
+ ARG MONGOC_VERSION=1.24.4
8
+ ARG MONGOCRYPT_VERSION=1.8.2
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.8.0
4
+ MONGOCXX_VERSION =3.8.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.8.0 -alpine3.18
4
+ FROM mongodb/mongo-cxx-driver:3.8.1 -alpine3.18
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 3
3
4
4
FROM debian:12-slim AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.8.0
7
- ARG MONGOC_VERSION=1.24.2
8
- ARG MONGOCRYPT_VERSION=1.8.1
6
+ ARG MONGOCXX_VERSION=3.8.1
7
+ ARG MONGOC_VERSION=1.24.4
8
+ ARG MONGOCRYPT_VERSION=1.8.2
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.8.0
4
+ MONGOCXX_VERSION =3.8.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.8.0 -bookworm
4
+ FROM mongodb/mongo-cxx-driver:3.8.1 -bookworm
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 4
4
from jinja2 import FileSystemLoader
5
5
6
6
7
- MONGOCXX_VERSION = "3.8.0 "
8
- MONGOC_VERSION = "1.24.2 "
9
- MONGOCRYPT_VERSION = "1.8.1 "
7
+ MONGOCXX_VERSION = "3.8.1 "
8
+ MONGOC_VERSION = "1.24.4 "
9
+ MONGOCRYPT_VERSION = "1.8.2 "
10
10
11
11
12
12
def render_template (template_filename , context ):
Original file line number Diff line number Diff line change 3
3
4
4
FROM ubuntu:22.04 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.8.0
7
- ARG MONGOC_VERSION=1.24.2
8
- ARG MONGOCRYPT_VERSION=1.8.1
6
+ ARG MONGOCXX_VERSION=3.8.1
7
+ ARG MONGOC_VERSION=1.24.4
8
+ ARG MONGOCRYPT_VERSION=1.8.2
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.8.0
4
+ MONGOCXX_VERSION =3.8.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.8.0 -jammy
4
+ FROM mongodb/mongo-cxx-driver:3.8.1 -jammy
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 3
3
4
4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.8.0
7
- ARG MONGOC_VERSION=1.24.2
8
- ARG MONGOCRYPT_VERSION=1.8.1
6
+ ARG MONGOCXX_VERSION=3.8.1
7
+ ARG MONGOC_VERSION=1.24.4
8
+ ARG MONGOCRYPT_VERSION=1.8.2
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.8.0
4
+ MONGOCXX_VERSION =3.8.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.8.0 -redhat-ubi-9.2
4
+ FROM mongodb/mongo-cxx-driver:3.8.1 -redhat-ubi-9.2
5
5
6
6
WORKDIR /build
7
7
You can’t perform that action at this time.
0 commit comments