Giter Club home page Giter Club logo

packer-templates's Introduction

pre-commit pre-commit.ci status semantic-release: angular

Packer templates

Packer templates for fun and profit.

These are the packer templates that I've worked on in the past and found useful. YMMV.

Templates

Templates typically build docker images, but in some cases also cloud images for e.g. AWS, Digital Ocean, etc.

Secrets

Secrets are required, as the case may be, in order to pull or push images from registry. I use a Hashicorp Vault instance to store these credentials, but you won't have access to that. Before using this repo for your own nefarious ends, make sure to replace local lookups in the templates and pass your own credentials.

Images

Every attempt is made to actually push images defined in templates. The deciding factor is that the storage of these images should be zero-cost, so only free registries are used.

packer-templates's People

Contributors

brucellino avatar dependabot[bot] avatar pre-commit-ci[bot] avatar renovate[bot] avatar semantic-release-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

packer-templates's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/main.yaml
  • actions/checkout v4
  • ansible/ansible-lint-action v6.17.0
  • actions/checkout v4
  • actions/setup-node v4
npm
package.json
  • @semantic-release/changelog ^6.0.3
  • @semantic-release/commit-analyzer ^12.0.0
  • @semantic-release/git ^10.0.1
  • @semantic-release/github ^10.0.0
  • @semantic-release/release-notes-generator ^13.0.0
pip_requirements
requirements.txt
  • ansible-lint ==24.5.0
  • ansible ==9.5.1
  • pyhcl ==0.4.5
  • pytest ==8.2.1
  • pytest-testinfra ==10.1.0
  • python-consul ==1.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

consul: docker build has strange permissions on config file.

The configuration file provisioned with the playbook has unknown permissions, leading to the container not starting:

docker run --rm ghcr.io/brucellino/consul:latest
==> config: Readdir failed on /etc/consul.d/. lstat /etc/consul.d//consul.hcl: permission denied 

Upon closer investigation:

root@9d080a8cdfc7:/home/consul# ls -lht /etc/consul.d/consul.hcl 
-rw-r--r-- 1 consul consul 1.4K Mar 19 04:10 /etc/consul.d/consul.hcl
root@9d080a8cdfc7:/home/consul# su --login consul
$ bash
consul@9d080a8cdfc7:~$ ls -lht /etc/consul.d/
ls: cannot access '/etc/consul.d/consul.hcl': Permission denied
total 0
-????????? ? ? ? ?            ? consul.hcl

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.