Skip to content

Commit

Permalink
Removed node16 dockerfile (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranWardle authored Dec 16, 2024
1 parent ee1bc2d commit dd58906
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 95 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.PHONY: jdk17-maven-node16 jdk17-maven-node22 gcloud-firestore-emulator gcloud-pubsub-emulator modsecurity cloud-sdk-firebase-cli tinyproxy cloudsql-proxy python-pipenv cloud-sdk-terraform eq-stub owasp-venom

jdk17-maven-node16:
docker build ./jdk17-maven-node16 -t europe-west2-docker.pkg.dev/ssdc-rm-ci/docker/jdk17-mvn-node16-npm:latest
.PHONY: jdk17-maven-node22 gcloud-firestore-emulator gcloud-pubsub-emulator modsecurity cloud-sdk-firebase-cli tinyproxy cloudsql-proxy python-pipenv cloud-sdk-terraform eq-stub owasp-venom

jdk17-maven-node22:
docker build ./jdk17-maven-node22 -t europe-west2-docker.pkg.dev/ssdc-rm-ci/docker/jdk17-mvn-node22-npm:latest
Expand Down Expand Up @@ -41,4 +38,4 @@ eq-stub:
owasp-venom:
docker build ./owasp-venom -t europe-west2-docker.pkg.dev/ssdc-rm-ci/docker/venom:latest

build-all: jdk17-maven-node16 gcloud-pubsub-emulator gcloud-firestore-emulator modsecurity cloud-sdk-firebase-cli tinyproxy cloudsql-proxy python-pipenv-3.11 python-pipenv-3.12 cloud-sdk-terraform eq-stub owasp-venom
build-all: gcloud-pubsub-emulator gcloud-firestore-emulator modsecurity cloud-sdk-firebase-cli tinyproxy cloudsql-proxy python-pipenv-3.11 python-pipenv-3.12 cloud-sdk-terraform eq-stub owasp-venom
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

This repo is where the rm team store their docker image files used in builds and tooling.

## [JDK 17 Maven Node 16](/jdk17-maven-node16)

A tooling image with JDK, Maven, and Node version 16, to enable the building of JS front end resources in Java backend services.

Build with

```shell
make jdk17-maven-node16
```

## [JDK 17 Maven Node 22](/jdk17-maven-node22)

A tooling image with JDK, Maven, and Node version 22, to enable the building of JS front end resources in Java backend services.
Expand Down
24 changes: 0 additions & 24 deletions jdk17-maven-node16/Dockerfile

This file was deleted.

50 changes: 0 additions & 50 deletions jdk17-maven-node16/mvn-entrypoint.sh

This file was deleted.

6 changes: 0 additions & 6 deletions jdk17-maven-node16/settings-docker.xml

This file was deleted.

0 comments on commit dd58906

Please sign in to comment.