Skip to content

Commit

Permalink
bump up version (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jun 30, 2024
1 parent 3f7ff7a commit 1eb1dff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
27 changes: 6 additions & 21 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,22 @@ docker-build: # @HELP build all Docker images
docker-build: docker-build-oai-all docker-build-oai-ue docker-build-oai-enb docker-build-oai-enb-cu docker-build-oai-enb-du

docker-push-oai-build-base: # @HELP push oai build base image
docker build . -f docker/oai-build-base/Dockerfile \
-t onosproject/oai-build-base:${OAI_ALL_VERSION}
docker push onosproject/oai-build-base:${OAI_ALL_VERSION}

docker-push-oai-all: # @HELP push oai all image
docker build . -f docker/oai-all/Dockerfile \
--build-arg OAI_ALL_VERSION=${OAI_ALL_VERSION} \
-t onosproject/oai-all:${OAI_ALL_VERSION}
docker push onosproject/oai-all:${OAI_ALL_VERSION}

docker-push-oai-ue: # @HELP push oai ue image
docker build . -f docker/oai-ue/Dockerfile \
--build-arg OAI_ALL_VERSION=${OAI_ALL_VERSION} \
-t onosproject/oai-ue:${OAI_ALL_VERSION}
-docker rmi $$(docker images -q -f "dangling=true" -f "label=autodelete=true")
docker push onosproject/oai-ue:${OAI_ALL_VERSION}

docker-push-oai-enb: # @HELP push oai enb image
docker build . -f docker/oai-enb/Dockerfile \
--build-arg OAI_ALL_VERSION=${OAI_ALL_VERSION} \
-t onosproject/oai-enb:${OAI_ALL_VERSION}
-docker rmi $$(docker images -q -f "dangling=true" -f "label=autodelete=true")
docker push onosproject/oai-enb:${OAI_ALL_VERSION}

docker-push-oai-enb-cu: # @HELP push oai enb cu image
docker build . -f docker/oai-enb-cu/Dockerfile \
--build-arg OAI_ALL_VERSION=${OAI_ALL_VERSION} \
-t onosproject/oai-enb-cu:${OAI_ALL_VERSION}
-docker rmi $$(docker images -q -f "dangling=true" -f "label=autodelete=true")
docker push onosproject/oai-enb-cu:${OAI_ALL_VERSION}

docker-push-oai-enb-du: # @HELP push oai enb du image
docker build . -f docker/oai-enb-du/Dockerfile \
--build-arg OAI_ALL_VERSION=${OAI_ALL_VERSION} \
-t onosproject/oai-enb-du:${OAI_ALL_VERSION}
-docker rmi $$(docker images -q -f "dangling=true" -f "label=autodelete=true")
docker push onosproject/oai-enb-du:${OAI_ALL_VERSION}

docker-push: # @HELP push docker images
docker-push: docker-push-oai-all docker-push-oai-ue docker-push-oai-enb docker-push-oai-enb-cu docker-push-oai-enb-du
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.13-dev
0.1.13

0 comments on commit 1eb1dff

Please sign in to comment.