Kenot Solutions
Kenot Solutions
**Describe the bug** When installing OpenSSL in alpine phase two (FROM centos:7) gives x509: certificate signed by unknown authority error for example centos cat Dockerfile FROM alpine:3.9.5 AS test RUN...
Hi, I could not find my question answer in the repository. Can we use a startup parameter in an ingress rule? for example, I would like to use this disable-http-keepalives...
Hi, container-diff tries to solve registry authentication via docker login or docker-credential-gcr but the tool can be used inside CICD pipeline so I think the "--registry-auth" and --registry-address could be...
cat Dockerfile ``` FROM centos:7 # Install python & git RUN \ yum install -y python36 python36-libs python36-devel python36-pip git && \ yum clean all # Upgrade pip RUN pip3.6...
Hi, Container_diff analyse or check the differences between two images from the tag name but sometimes we may need to check the differences between the two digest versions. container-diff analyze...
terraform plan gives below error. required_version = ">= 0.15.4" Error: Error in function call │ │ on .terraform/modules/codedeploy/app/codedeploy.tf line 59, in resource "aws_iam_policy" "deployer_policy": │ 59: ${element(formatlist(", { \"Effect\" :...