Remove tag docker
article thumbnail

Dockerization of Java applications using Google Jib Plugin

InnovationM

Prerequisites Basic docker knowledge & commands, can go through this blog Docker-For-Beginners by InnovationM. Introduction In this blog I will guide you step-by-step how to use google jib plugin with docker. In this blog I will be showing you using Maven plugin. What is Jib ? How to use Jib ?

article thumbnail

How to overcome Docker Hub rate limiting using AWS ECR and AWS CloudFormation

Xebia

In this blog post, you will see how AWS ECR and AWS CloudFormation overcome the rate limiting imposed by Docker Hub and provide full control over your base images. The popular registry Docker Hub is home to thousands of useful container images, used by many software delivery processes. library/python Tag 3.7

AWS 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to make your web application more secure by using Dynamic Application Security Testing (DAST) – PART 2 of Application Security Testing series

Xebia

Like I mentioned in the previous blog, during this blog series we are going to look at the different types of Application Security Testing and Software Composition Analysis. The vulnerable web application is the same one we used in the first blog of this series. For this demo we will be using the docker version of OWASP ZAP.

article thumbnail

Unpinnable Actions: How Malicious Code Can Sneak into Your GitHub Actions Workflows

Prisma Clud

As we discussed in the previous blog post, Third-Party GitHub Actions: Effects of an Opt-Out Permission Model , the permissive nature of GitHub Actions workflows is prevalent throughout the open-source community and private projects on GitHub. Figure 3: Pyupio/safety’s action.yaml file pulls a mutable image with the ‘latest’ tag.

article thumbnail

Powering Virtual Leadership interaction by leveraging Google Generative AI on GCP Cloud Run

Xebia

In a previous blog post I’ve already detailed How I replaced Xebia Leadership with Artificial Intelligence leveraging OpenAI. In this blog post I will show you how to do this with GCP on Cloud Run using a small Flask application. platform linux/amd64 -t gcp-papercompany docker tag gcp-papercompany gcr.io/yourgcpproject/gcp-papercompany

article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

Part 02: build Docker images and deploy to Kubernetes. EnVar Name: DOCKER_LOGIN - Value: Docker Hub username. EnVar Name: DOCKER_PWD - Value: Docker Hub password. docker: is a key represents the runtime our job will be executing in. image: is a key represents the Docker container to use for this job.

article thumbnail

The GitHub Actions Worm: Compromising GitHub Repositories Through the Actions Dependency Tree

Prisma Clud

Get an in-depth look at the attack vectors, technical details and a real-world demo in this blog post highlighting our latest research. For a GitHub Actions worm, the path travels from action to action, which could involve any of the three types of actions — JavaScript, Docker, or Composite. Reference a tag. Reference a branch.

Malware 144