Skip to content

Commit

Permalink
ci(docker updates): docker updates
Browse files Browse the repository at this point in the history
docker updates
  • Loading branch information
skewled committed Nov 30, 2020
1 parent cc7dcf6 commit 1bd423d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM softramsdocker/bulwark-base:6.2.5
FROM softramsdocker/bulwark-base:latest

# Environment Arguments for Bulwark
ARG MYSQL_USER
Expand Down
18 changes: 0 additions & 18 deletions bulwark_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ FROM alpine:3.12.0

# Environmental Items
ENV NODE_VERSION=14.9.0 \
NPM_VERSION=6.14.8 \
ANGULAR_VERSION=11.0.0 \
NPM_CONFIG_LOGLEVEL=info \
TYPESCRIPT_VERSION=4.0.2 \
PUPPETEER_VERSION=5.2.1 \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
Expand Down Expand Up @@ -63,21 +60,6 @@ RUN rm -f "node-v$NODE_VERSION" \
&& node --version \
&& npm --version

# Install NPM
# RUN npm install -g npm@$NPM_VERSION

# Install Angular
# RUN npm install -g @angular/cli@$ANGULAR_VERSION --unsafe-perm

# Install Typescript
# RUN npm install -g typescript@$TYPESCRIPT_VERSION

# Install Angular Build DevKit
# RUN npm install -g @angular-devkit/build-angular

# Install Puppeteer
# RUN npm install -g puppeteer@$PUPPETEER_VERSION

# Setup for launch control of Bulwark
WORKDIR /
COPY bulwark-entrypoint /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
bulwark:
image: softramsdocker/bulwark:6.2.5
image: softramsdocker/bulwark:latest
container_name: bulwark
environment:
MYSQL_USER: '${MYSQL_USER}'
Expand Down

0 comments on commit 1bd423d

Please sign in to comment.