Coder Social home page Coder Social logo

dockerfiles's People

Contributors

ada-u avatar agoetc avatar awekuit avatar chillum avatar cw-atkhry avatar cw-circleci avatar cw-hagiwara avatar cw-kajiwara avatar cw-niinuma avatar cw-ogura avatar cw-ozaki avatar cw-sakamoto avatar dependabot[bot] avatar eiel avatar exoego avatar hayasshi avatar imahiro-t avatar k-kinzal avatar kamegu avatar masa0221 avatar mergify[bot] avatar rabe1028 avatar s10myk4 avatar saramune avatar shin1x1 avatar taishin avatar tan-yuki avatar tshinowpub avatar yoshiyoshifujii avatar yxxhero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles's Issues

unknown command "diff" for "helm"

When I tried to run below image
docker run -it chatwork/helmfile:0.153.1-3.11.3 helm diff

it is showing below error
unknown command "helm" for "helmfile"

Due to this I can't be able to reapply helmfile. i.e. on fresh installation it works, but when I tried to run the same helmfile.yaml file through this image, it is showing below error.
STDERR:
Error: unknown command "diff" for "helm"
Run 'helm --help' for usage.

[argocd-helmfile] Version 2.1.9 of argocd

Hi, can you please upload a image of argocd-helmfile with argocd version 2.1.9?
I want to patch argocd due to 0-day vuln, but don't want to upgrade now to 2.2.X version.

Thanks

chatwork/kumina-postfix-exporter: usage with docker-compose

crosslinking with kumina/postfix_exporter#104

->

Trying this:

# cat docker-compose.yml 
version: '3.7'

networks:
  back-tier:

services:

  postfix-exporter:
    image: chatwork/kumina-postfix-exporter:latest
    volumes:
      - /var/spool/postfix/public/showq:/var/spool/postfix/public/showq:ro
      - /var/log/mail.log:/var/log/mail.log:ro
    command:
      - '--web.listen-address=":9154"'
      - '--postfix.logfile_path="/var/log/mail.log"'
        #- '--systemd.enable'
    ports:
      - 9154:9154
    networks:
      - back-tier
        #restart: always

Getting:

# docker-compose up
[+] Running 2/2
 ⠿ Network postfix-exporter_back-tier             Created                                                                                                                                                                                 0.1s
 ⠿ Container postfix-exporter-postfix-exporter-1  Created                                                                                                                                                                                 0.1s
Attaching to postfix-exporter-postfix-exporter-1
postfix-exporter-postfix-exporter-1  | 2023/04/19 11:23:39 Reading log events from "/var/log/mail.log"
postfix-exporter-postfix-exporter-1  | 2023/04/19 11:23:39 Failed to create PostfixExporter: open "/var/log/mail.log": no such file or directory
postfix-exporter-postfix-exporter-1 exited with code 1

Tried to mount the directory /var/log also, same problem.

/var/log/mail.log exists on the host with read permissions. Help welcome ....

ArgoCD missing helm plugins

When using your argocd image, I dont see any of the installed helm plugins. Running
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.12.0 inside the container, I am presented with

argocd@argocd-server-repo-server-5c74557dc7-74qwr:~$ helm plugin install https://github.com/jkroepke/helm-secrets --version v3.12.0
Installed plugin: secrets
argocd@argocd-server-repo-server-5c74557dc7-74qwr:~$ helm secrets
failed to load plugins: two plugins claim the name "secrets" at "/helm-working-dir/plugins/helm-secrets" and "/helm-working-dir/plugins/https-github.com-jkroepke-helm-secrets"
Error: unknown command "secrets" for "helm"
Run 'helm --help' for usage.

Tried with 2.2.2-0.0.1.43 and 2.2.5-0.0.1.43

helm-s3 removal from Dockerfile

Hey,
We have been using the argocd-helmfile docker image and since version 2.3.0 the helm-s3 plugin isn't built anymore:
32bb2ca

i see in this commit where its being removed from Dockerfile and transferred to Dockerfile.arm64 and also removed from there: 421b7d5 (together with helm-x)

here is the PR: #1251

any reason to remove helm-s3?

Suggested helmfile command line removes first manifest from template results

I initially raised this issue with argocd but its actually a problem with helmfile template command line.

One of our manifests is LimitRange. It is the first to be rendered with helmfile template. And sed -e '1,/---/d' line from helmfile --namespace $ARGOCD_APP_NAMESPACE template | sed -e '1,/---/d' | sed -e 's|apiregistration.k8s.io/v1beta1|apiregistration.k8s.io/v1|g' removes it entirely.

This is the manifest itself and what is being removed exactly:

---
# Source: controlplane/templates/limitrange.yaml
apiVersion: v1
kind: LimitRange
metadata:
  name: limit-range
  labels:    
    app.kubernetes.io/managed-by: Helm
    
  annotations:    
    meta.helm.sh/release-name: controlplane
    meta.helm.sh/release-namespace: sidh-test
    
spec:
  limits:
    - type: Container
      defaultRequest:
        cpu: "10m"
        memory: "50Mi"
      default:
        cpu: "50m"
        memory: "100Mi"
---

We removed sed -e '1,/---/d' line from our helmfile command for now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.