Skip to content
Snippets Groups Projects
Commit 5e979001 authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

test: node alpine

parent 8972d77c
Branches
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70530 failed
FROM node:18.16.0-buster-slim
FROM node:18.19.1-alpine
# Argument handler
ARG API_TOKEN
......
FROM node:18.16.0-buster-slim
FROM node:18.19.1-alpine
RUN apt update -y && apt install python3 git make build-essential -y
......
FROM nginx:1.25.3-bookworm
FROM nginx:1.25.4-alpine
RUN apt update -y && apt install npm nodejs python3 git make build-essential wget unzip -y
RUN npm i -g yarn
......
FROM node:18.16.0-buster-slim
FROM node:18.19.1-alpine
RUN apt update -y && apt install python3 git make build-essential -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment