Skip to content
Snippets Groups Projects
Commit dd616199 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge remote-tracking branch 'origin/edge' into nkupdates

parents efc8a388 76898c2d
Branches
No related tags found
1 merge request!16Updated to Alpine 3.21
# Copyright (c) 2022-2024, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......@@ -19,7 +19,7 @@
# IN THE SOFTWARE.
FROM registry.conarx.tech/containers/alpine/3.20 AS nodejs-builder
FROM registry.conarx.tech/containers/alpine/edge AS nodejs-builder
# LTS - https://nodejs.org/en/about/previous-releases
......@@ -119,12 +119,12 @@ RUN set -eux; \
du -hs .
FROM registry.conarx.tech/containers/alpine/3.20
FROM registry.conarx.tech/containers/alpine/edge
ARG VERSION_INFO=
LABEL org.opencontainers.image.authors="Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version="3.20"
LABEL org.opencontainers.image.base.name="registry.conarx.tech/containers/alpine/3.20"
LABEL org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version = "edge"
LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/edge"
# LTS - https://nodejs.org/en/about/previous-releases
ENV NODEJS_VER=22.12.0
......
#!/bin/sh
# Copyright (c) 2022-2024, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/bash
# Copyright (c) 2022-2024, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/bash
# Copyright (c) 2022-2024, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment