Giter VIP home page Giter VIP logo

alpine's People

Contributors

psi-4ward avatar renovate-bot avatar renovate[bot] avatar tboerger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alpine's Issues

Docker-container only runs on x86_64 architectures

Issue

Container only runs on x86_64 architecture since the binary usr/bin/templater is "hardwired" into the git repo and used for all architectures when building container.

Suggested solution

How about to make the container architecture agnostic and instead fetch the correct binary version of "templater" when building the container as example below?

in Dockerfile:

RUN curl -o /usr/bin/templater https://dl.webhippie.de/templater/master/templater-0.0.0-master-$(uname -o)-$(uname -m) && chmod +x /usr/bin/templater

The name of "templater" is not following the convention according to $(uname -m) though;
templater-0.0.0-master-linux-arm-6 vs
templater-0.0.0-master-linux-armv6l

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

dockerfile
latest/Dockerfile.amd64
  • alpine edge@sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853
  • alpine edge@sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853
latest/Dockerfile.arm
  • arm32v6/alpine edge@sha256:0708f1f212ebd158dad0aaa2acecfa59b32b1cda02b0365b82bdeb5fbd221b25
  • arm32v6/alpine edge@sha256:0708f1f212ebd158dad0aaa2acecfa59b32b1cda02b0365b82bdeb5fbd221b25
latest/Dockerfile.arm64
  • arm64v8/alpine edge@sha256:9747b0f6f9fe54882e5e186e452150587460bf0a668738052302d10230052c77
  • arm64v8/alpine edge@sha256:9747b0f6f9fe54882e5e186e452150587460bf0a668738052302d10230052c77
v3.15/Dockerfile.amd64
  • alpine 3.15@sha256:19b4bcc4f60e99dd5ebdca0cbce22c503bbcff197549d7e19dab4f22254dc864
  • alpine 3.15@sha256:19b4bcc4f60e99dd5ebdca0cbce22c503bbcff197549d7e19dab4f22254dc864
v3.15/Dockerfile.arm
  • arm32v6/alpine 3.15@sha256:a4da48124241e22801713c88e391be27074f456e9b87fc419331bdf08486cd74
  • arm32v6/alpine 3.15@sha256:a4da48124241e22801713c88e391be27074f456e9b87fc419331bdf08486cd74
v3.15/Dockerfile.arm64
  • arm64v8/alpine 3.15@sha256:7c6e5d0d2629587d81f812992ec08f9cbe1590e1f2571acec6b7335acb812717
  • arm64v8/alpine 3.15@sha256:7c6e5d0d2629587d81f812992ec08f9cbe1590e1f2571acec6b7335acb812717
v3.16/Dockerfile.amd64
  • alpine 3.16@sha256:e4cdb7d47b06ba0a062ad2a97a7d154967c8f83934594d9f2bd3efa89292996b
  • alpine 3.16@sha256:e4cdb7d47b06ba0a062ad2a97a7d154967c8f83934594d9f2bd3efa89292996b
v3.16/Dockerfile.arm
  • arm32v6/alpine 3.16@sha256:50b367e964ca2624aaa480a693df28fdbc240e0c888c13f978e30f4efc2e7ae6
  • arm32v6/alpine 3.16@sha256:50b367e964ca2624aaa480a693df28fdbc240e0c888c13f978e30f4efc2e7ae6
v3.16/Dockerfile.arm64
  • arm64v8/alpine 3.16@sha256:9796bcac681e439af8e4276c7849dcf38612bff029b3b66e4999d5625b6aef85
  • arm64v8/alpine 3.16@sha256:9796bcac681e439af8e4276c7849dcf38612bff029b3b66e4999d5625b6aef85
v3.17/Dockerfile.amd64
  • alpine 3.17@sha256:6e94b5cda2d6fd57d85abf81e81dabaea97a5885f919da676cc19d3551da4061
  • alpine 3.17@sha256:6e94b5cda2d6fd57d85abf81e81dabaea97a5885f919da676cc19d3551da4061
v3.17/Dockerfile.arm
  • arm32v6/alpine 3.17@sha256:06bc1bdf5dfb4158fd3c45e15036db1956dd30ffe186ced358cbd15e20be3416
  • arm32v6/alpine 3.17@sha256:06bc1bdf5dfb4158fd3c45e15036db1956dd30ffe186ced358cbd15e20be3416
v3.17/Dockerfile.arm64
  • arm64v8/alpine 3.17@sha256:2ed652fe790473fe452f425905b52021661937d89587f32ec771c4e6bdfdd73f
  • arm64v8/alpine 3.17@sha256:2ed652fe790473fe452f425905b52021661937d89587f32ec771c4e6bdfdd73f
v3.18/Dockerfile.amd64
  • alpine 3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
  • alpine 3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
v3.18/Dockerfile.arm
  • arm32v6/alpine 3.18@sha256:1832ef473ede9a923cc6affdf13b54a1be6561ad2ce3c3684910260a7582d36b
  • arm32v6/alpine 3.18@sha256:1832ef473ede9a923cc6affdf13b54a1be6561ad2ce3c3684910260a7582d36b
v3.18/Dockerfile.arm64
  • arm64v8/alpine 3.18@sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac
  • arm64v8/alpine 3.18@sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac
v3.19/Dockerfile.amd64
  • alpine 3.19
  • alpine 3.19
v3.19/Dockerfile.arm
  • arm32v6/alpine 3.19
  • arm32v6/alpine 3.19
v3.19/Dockerfile.arm64
  • arm64v8/alpine 3.19
  • arm64v8/alpine 3.19
github-actions
.github/workflows/docker.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
.github/workflows/readme.yml
  • actions/checkout v4
  • actionhippie/pushrm v1
  • actionhippie/pushrm v1
.github/workflows/v3.15.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
.github/workflows/v3.16.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
.github/workflows/v3.17.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
.github/workflows/v3.18.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
.github/workflows/v3.19.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • docker/build-push-action v5
  • docker/build-push-action v5
  • actionhippie/manifest v1
  • actionhippie/manifest v1
  • actionhippie/manifest v1
regex
latest/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
latest/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
latest/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.15/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.15/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.15/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.16/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.16/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.16/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.17/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.17/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.17/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.18/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.18/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.18/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.19/Dockerfile.amd64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.19/Dockerfile.arm
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6
v3.19/Dockerfile.arm64
  • thegeeklab/wait-for 0.4.2
  • hairyhenderson/gomplate 3.11.6

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

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.