This repository was archived by the owner on Oct 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed
Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2424 id : prep
2525 run : |
2626 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
27- set -x
2827 if [[ $GITHUB_REF == refs/heads/* ]]; then
2928 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
3029 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -119,7 +118,6 @@ jobs:
119118 id : prep
120119 run : |
121120 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
122- set -x
123121 if [[ $GITHUB_REF == refs/heads/* ]]; then
124122 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
125123 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -214,7 +212,6 @@ jobs:
214212 id : prep
215213 run : |
216214 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
217- set -x
218215 if [[ $GITHUB_REF == refs/heads/* ]]; then
219216 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
220217 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -506,7 +503,6 @@ jobs:
506503 sed -i "s|ENV NODE_VERSION=.*|ENV NODE_VERSION=${NODE_VERSION}|g" Dockerfile.alpine
507504
508505 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
509- set -x
510506 if [[ $GITHUB_REF == refs/heads/* ]]; then
511507 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
512508 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
Original file line number Diff line number Diff line change 2222 id : prep
2323 run : |
2424 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
25- set -x
2625 if [[ $GITHUB_REF == refs/heads/* ]]; then
2726 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
2827 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -117,7 +116,6 @@ jobs:
117116 id : prep
118117 run : |
119118 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
120- set -x
121119 if [[ $GITHUB_REF == refs/heads/* ]]; then
122120 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
123121 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -212,7 +210,6 @@ jobs:
212210 id : prep
213211 run : |
214212 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
215- set -x
216213 if [[ $GITHUB_REF == refs/heads/* ]]; then
217214 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
218215 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
@@ -504,7 +501,6 @@ jobs:
504501 sed -i "s|ENV NODE_VERSION=.*|ENV NODE_VERSION=${NODE_VERSION}|g" Dockerfile.alpine
505502
506503 DOCKER_IMAGE=${GITHUB_REPOSITORY/docker-/}
507- set -x
508504 if [[ $GITHUB_REF == refs/heads/* ]]; then
509505 if [[ $GITHUB_REF == refs/heads/*/* ]] ; then
510506 BRANCH="${DOCKER_IMAGE}:$(echo $GITHUB_REF | sed "s|refs/heads/||g" | sed "s|/|-|g")"
Original file line number Diff line number Diff line change 1+ ## 2.0.3 2022-11-23 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Alpine 3.17 base
5+
6+
17## 2.0.2 2022-08-12 <dave at tiredofit dot ca >
28
39 ### Changed
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.16
1+ ARG ALPINE_VERSION=3.17
22
33FROM docker.io/tiredofit/alpine:${ALPINE_VERSION}
44LABEL maintainer="Dave Conroy (github.com/tiredofit)"
Original file line number Diff line number Diff line change 22
33[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/tiredofit/nodejs.svg )] ( https://hub.docker.com/r/tiredofit/nodejs )
44[ ![ Docker Stars] ( https://img.shields.io/docker/stars/tiredofit/nodejs.svg )] ( https://hub.docker.com/r/tiredofit/nodejs )
5- [ ![ Docker Layers] ( https://images.microbadger.com/badges/image/tiredofit/nodejs.svg )] ( https://microbadger.com/images/tiredofit/nodejs )
65
76## About
87
You can’t perform that action at this time.
0 commit comments