Skip to content

Commit

Permalink
[LIM-1622] build: add latest node 18 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Henning Kuenne <[email protected]>
  • Loading branch information
hktudock and hktudock authored Feb 8, 2024
1 parent 1d11c44 commit fe940a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- riptidepy/sphinx:latest
- path: shopify
tags:
- riptidepy/shopify:n20.11_p8.1
- riptidepy/shopify:n18.19_p8.1
- path: keycloak/latest
tags:
- riptidepy/keycloak:latest
Expand Down
6 changes: 3 additions & 3 deletions shopify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
# use the default production configuration for PHP
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

# Node and YARN installation steps taken from https://github.com/nodejs/docker-node/blob/ab5769dc69feb4007d9aafb03316ea0e3edb4227/20/alpine3.19/Dockerfile
# Node and YARN installation steps taken from https://github.com/nodejs/docker-node/blob/ab5769dc69feb4007d9aafb03316ea0e3edb4227/18/alpine3.19/Dockerfile

ENV NODE_VERSION 20.11.0
ENV NODE_VERSION 18.19.0

RUN addgroup -g 1000 ${DOCKER_USER} \
&& adduser -u 1000 -G ${DOCKER_USER} -s /bin/sh -D ${DOCKER_USER} \
Expand All @@ -61,7 +61,7 @@ RUN addgroup -g 1000 ${DOCKER_USER} \
curl \
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}" in \
x86_64) ARCH='x64' CHECKSUM="a8bec39586538896715be7a2ca7ef08727a58ad94d25876c5db11cafacff4c37" OPENSSL_ARCH=linux-x86_64;; \
x86_64) ARCH='x64' CHECKSUM="10b7b23b6b867a25f060a433b83f5c3ecb3bcf7cdba1c0ce46443065a832fd41" OPENSSL_ARCH=linux-x86_64;; \
x86) OPENSSL_ARCH=linux-elf;; \
aarch64) OPENSSL_ARCH=linux-aarch64;; \
arm*) OPENSSL_ARCH=linux-armv4;; \
Expand Down
1 change: 1 addition & 0 deletions shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ Ruby and Rust are skipped for now since we assume that there is no need for cont
|-------------|-------|-----|------|------|
| latest | 18.16 | 8.1 | | |
| n20.11_p8.1 | 20.11 | 8.1 | 3.1 | 1.60 |
| n18.19_p8.1 | 18.19 | 8.1 | 3.1 | 1.60 |

0 comments on commit fe940a4

Please sign in to comment.