Skip to content

ibm-sterling-devops/container-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-resources

Resources container for IBM Sterling B2B Integrator. Provide JDBC files, AWS jar files, ....

Building IBM Sterling B2Bi images by manually

  1. Clone this repository.
git clone https://github.com/ibm-sterling-devops/container-resources.git
  1. Move to the directory.
cd container-resources
  1. Build your image:
cd sb2bi-resources

podman build -t sb2bi-resources:1.0.0 .

Test image

To run your container and start a shell session, use:

mkdir ˜/resources

cd ˜/resources

podman run -it --rm -v "$(pwd)":/ibm/resources -e DB_VENDOR=db2 -e RESOURCES_DIR_MOUNT=/ibm/resources localhost/sb2bi-resources:1.0.0

Publish image to quay.io

  1. Export variables
export MYUSER=
export MYPWD=
export MYREPO=
  1. Before you can push your image to Quay.io, you need to log in.
podman login quay.io -u "$MYUSER" -p "$MYPWD"
  1. Tag your image with your Quay.io repository name:
podman tag localhost/sb2bi-resources:1.0.0 quay.io/$MYREPO/sb2bi-resources:1.0.0
  1. Finally, push your tagged image to Quay.io:
podman push quay.io/$MYREPO/sb2bi-resources:1.0.0

Contributors

See the list of contributors who participated in this project.

License

This project is licensed under the Eclipse Public License - v 2.0 - see the LICENSE.md file for details

Disclaimer

This repository is a community-driven projects and is not officially supported or endorsed by IBM. While members of the community may include IBM employees, this project is independent of IBM's official support channels. Please note that any contributions, issues, or inquiries regarding this repository should be directed to the community maintainers and not to IBM's support teams. We appreciate your understanding and participation in this community-driven initiative.

This code can be used as is. And any feedback will be welcome. We does not make any warranty about the completeness, reliability and accuracy of this code. Any action you take by using this code is strictly at your own risk, and this project will not be liable for any losses and damages in connection with the use of this code.

About

Resources container for IBM Sterling B2B Integrator. Provide JDBC files, AWS jar files, ....

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published