Skip to content
Snippets Groups Projects
Commit 4a0a523b authored by Greg Burd's avatar Greg Burd
Browse files

more notes

parent 9fe2efd9
No related branches found
No related tags found
1 merge request!1Containerize
#FROM ${ARCH}docker.io/bitnami/minideb:bullseye
#RUN install_packages python3-wheel python3-setuptools python3-pip python3-venv python3-dev libldap2-dev libsasl2-dev build-essential tini
docker run --rm -e "BASE_DN=dc=example,dc=org" symas/syncmonitor:test a b c
docker run --rm -e "BASE_DN=dc=example,dc=org" symas/syncmonitor:test ldap://172.16.8.101:7323 ldap://172.16.8.102:7323 ldap://172.16.8.103:7323
docker buildx build --squash --progress=plain --rm --platform linux/amd64 -t symas/syncmonitor:test .
docker run --rm -ti symas/syncmonitor:test /bin/bash
docker buildx build --push --progress=plain --rm --platform linux/amd64,linux/arm64 -t symas/syncmonitor:latest -t symas/syncmonitor:0 -t symas/syncmonitor:0.0 -t symas/syncmonitor:0.0.1 -t symas/syncmonitor:0.0.1-r1 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment