File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ DOCKER=docker
4
4
.PHONY: build
5
5
build:
6
6
$(DOCKER) build . \
7
- -t mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
7
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
8
8
9
9
.PHONY: nocachebuild
10
10
nocachebuild:
11
11
$(DOCKER) build . \
12
12
--no-cache \
13
- -t mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
13
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
14
14
15
15
.PHONY: run
16
16
run: | $(filter nocachebuild build, $(MAKECMDGOALS))
17
- $(DOCKER) run --rm -it mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
17
+ $(DOCKER) run --rm -it mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION)-{{ distro }}
18
18
19
19
.PHONY: test
20
20
test: | $(filter nocachebuild build, $(MAKECMDGOALS))
Original file line number Diff line number Diff line change 1
- FROM mongo-cxx-driver:3.8.0-{{ distro }}
1
+ FROM mongodb/ mongo-cxx-driver:3.8.0-{{ distro }}
2
2
3
3
WORKDIR /build
4
4
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ DOCKER=docker
7
7
.PHONY : build
8
8
build :
9
9
$(DOCKER ) build . \
10
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
10
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
11
11
12
12
.PHONY : nocachebuild
13
13
nocachebuild :
14
14
$(DOCKER ) build . \
15
15
--no-cache \
16
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
16
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
17
17
18
18
.PHONY : run
19
19
run : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
20
- $(DOCKER ) run --rm -it mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
20
+ $(DOCKER ) run --rm -it mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -alpine3.18
21
21
22
22
.PHONY : test
23
23
test : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
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 mongo-cxx-driver:3.8.0-alpine3.18
4
+ FROM mongodb/ mongo-cxx-driver:3.8.0-alpine3.18
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ DOCKER=docker
7
7
.PHONY : build
8
8
build :
9
9
$(DOCKER ) build . \
10
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
10
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
11
11
12
12
.PHONY : nocachebuild
13
13
nocachebuild :
14
14
$(DOCKER ) build . \
15
15
--no-cache \
16
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
16
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
17
17
18
18
.PHONY : run
19
19
run : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
20
- $(DOCKER ) run --rm -it mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
20
+ $(DOCKER ) run --rm -it mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -bookworm
21
21
22
22
.PHONY : test
23
23
test : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
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 mongo-cxx-driver:3.8.0-bookworm
4
+ FROM mongodb/ mongo-cxx-driver:3.8.0-bookworm
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ DOCKER=docker
7
7
.PHONY : build
8
8
build :
9
9
$(DOCKER ) build . \
10
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
10
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
11
11
12
12
.PHONY : nocachebuild
13
13
nocachebuild :
14
14
$(DOCKER ) build . \
15
15
--no-cache \
16
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
16
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
17
17
18
18
.PHONY : run
19
19
run : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
20
- $(DOCKER ) run --rm -it mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
20
+ $(DOCKER ) run --rm -it mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -jammy
21
21
22
22
.PHONY : test
23
23
test : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
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 mongo-cxx-driver:3.8.0-jammy
4
+ FROM mongodb/ mongo-cxx-driver:3.8.0-jammy
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ DOCKER=docker
7
7
.PHONY : build
8
8
build :
9
9
$(DOCKER ) build . \
10
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
10
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
11
11
12
12
.PHONY : nocachebuild
13
13
nocachebuild :
14
14
$(DOCKER ) build . \
15
15
--no-cache \
16
- -t mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
16
+ -t mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
17
17
18
18
.PHONY : run
19
19
run : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
20
- $(DOCKER ) run --rm -it mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
20
+ $(DOCKER ) run --rm -it mongodb/ mongo-cxx-driver:$(MONGOCXX_VERSION ) -redhat-ubi-9.2
21
21
22
22
.PHONY : test
23
23
test : | $(filter nocachebuild build, $(MAKECMDGOALS ) )
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 mongo-cxx-driver:3.8.0-redhat-ubi-9.2
4
+ FROM mongodb/ mongo-cxx-driver:3.8.0-redhat-ubi-9.2
5
5
6
6
WORKDIR /build
7
7
You can’t perform that action at this time.
0 commit comments