Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Jul 6, 2022
1 parent 024fba5 commit f41d7df
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions deploy_catenax.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Copyright (c) 2021-2022 T-Systems International GmbH (Catena-X Consortium)
#
# See the AUTHORS file(s) distributed with this work for additional
# information regarding authorship.
#
# See the LICENSE file(s) distributed with this work for
# additional information regarding license terms.
#

#
# Shell script to build & push images to ghcr.
#
# Prerequisites:
# Windows, (git)-bash shell, java 11 (java) and maven (mvn) in the $PATH.
#
# Synposis:
# ./deploy_catenax.sh
#
# Comments:
#

export DOCKER_PLATFORM=linux/amd64
docker compose build

echo "Please enter your credentials (username/personal access token) for github. See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry"
docker login ghcr.io
docker push ghcr.io/catenax-ng/product-knowledge/data-plane-agent:0.0.1
docker push ghcr.io/catenax-ng/product-knowledge/control-plane:0.0.1
docker push ghcr.io/catenax-ng/product-knowledge/portal:0.0.1

0 comments on commit f41d7df

Please sign in to comment.