Skip to content

Commit

Permalink
node -> bitnami/node
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Apr 10, 2021
1 parent 1dcedb3 commit d79faa7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 135 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12 AS base
FROM public.ecr.aws/bitnami/node:12 AS base

# Essentials
RUN apt-get update
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN env PREFIX=${APPDIR}/usr make install
WORKDIR /

#----
FROM base AS Tarball
FROM base AS tarball
RUN $INST pv
RUN tar -cf /icestorm.tar -C /AppDir ./usr
RUN pv -f /icestorm.tar | xz > icestorm.tar.xz
7 changes: 1 addition & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ That is because if I had to rebuild these every single time I wanted to deploy C
# ⚖️ License
The Unlicense. Check 'UNLICENSE'.

Do note that this license applies to precisely zero of the software installed by this Dockerfile.

# What is going on inside /Resources?
Resources has a failed attempt to create a distro-independent binary or an AppImage of some kind.

I'm gonna keep it because it's a neat experiment but it's not working and I stopped caring when it hit 5 AM.
Do note that this license does not apply to any of the software installed by this Dockerfile.
10 changes: 0 additions & 10 deletions Resources/AppRun

This file was deleted.

78 changes: 0 additions & 78 deletions Resources/Dockerfile.centos

This file was deleted.

7 changes: 0 additions & 7 deletions Resources/Icestorm.desktop

This file was deleted.

Binary file removed Resources/icon.png
Binary file not shown.
32 changes: 0 additions & 32 deletions Resources/load_libs.rb

This file was deleted.

0 comments on commit d79faa7

Please sign in to comment.