![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/gane5hvarma/build_tool
This tool helps you to build docker images in kubernetes using kaniko
Create a .env file and copy the keys from sample.env. Fill the values in .env Next, Build the software using the below command
go build -o tensorfuse
Run below command to build docker images in your kube cluster using s3 as build context repo. I have attached a sample app(demo-app) to test
./tensorfuse deploy --project-dir ${pwd}/demo-app -m s3 -b buildcontext -n default
To check the status of the build, you can check the pod logs. Run the below command to check pod logs
kubectl logs ${podname}
below is a sample log of build completion. After this you should be able to see it in dockerhub
INFO[0011] Taking snapshot of full filesystem...
INFO[0011] EXPOSE 5000
INFO[0011] Cmd: EXPOSE
INFO[0011] Adding exposed port: 5000/tcp
INFO[0011] ENV FLASK_APP=app.py
INFO[0011] CMD ["flask", "run", "--host=0.0.0.0", "--port=5000"]
INFO[0011] Pushing image to gane5h/build_tool:latest
INFO[0018] Pushed index.docker.io/gane5h/build_tool@sha256:b48e6996003d8957b19073da6c5086d40218f7079c327d78d9a0b58c87aad71b
you can pull the image and check if its running as expected
docker run -p 5000:5000 gane5h/build_tool:latest
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.