File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,15 @@ build: tmp/.image-id-community tmp/.image-id-enterprise
3434package : package-community package-enterprise
3535.PHONY : package
3636
37- package-% : tmp/.image-id-% out/% /.sentinel
37+ package-community : tmp/.image-id-community out/community /.sentinel
3838> mkdir -p out
3939> docker tag $$(cat $< ) neo4j :$(NEO4J_VERSION )
40- > docker save neo4j :$(NEO4J_VERSION ) > out/neo4j-$* -$(NEO4J_VERSION ) -docker-loadable.tar
40+ > docker save neo4j :$(NEO4J_VERSION ) > out/neo4j-community-$(NEO4J_VERSION ) -docker-loadable.tar
41+
42+ package-enterprise : tmp/.image-id-enterprise out/enterprise/.sentinel
43+ > mkdir -p out
44+ > docker tag $$(cat $< ) neo4j :$(NEO4J_VERSION )
45+ > docker save neo4j :$(NEO4J_VERSION ) -enterprise > out/neo4j-enterprise-$(NEO4J_VERSION ) -docker-loadable.tar
4146
4247out/% /.sentinel : tmp/image-% /.sentinel
4348> mkdir -p $(@D)
You can’t perform that action at this time.
0 commit comments