Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EG to 1.16.11 #10105

Merged
merged 2 commits into from
May 3, 2021
Merged

Update EG to 1.16.11 #10105

merged 2 commits into from
May 3, 2021

Conversation

XVincentX
Copy link
Contributor

It also changes the base imge to node 12

@XVincentX XVincentX changed the title Update EG to 1.6.11 Update EG to 1.16.11 May 3, 2021
@@ -1,7 +1,7 @@
Maintainers: The Express-Gateway Team <info@express-gateway.io> (@express_gateway)
GitRepo: https://github.com/ExpressGateway/docker-express-gateway.git

Tags: 1.x, 1.16.x, 1.16.10, latest
Tags: 1.x, 1.16.x, 1.16.11, latest
Architectures: arm64v8, amd64, i386, ppc64le, s390x
Copy link
Member

@yosifkit yosifkit May 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that node images don't have i386 support anymore. (cause of GitHub Actions failure)

Edit: link to related node issue: nodejs/docker-node#1344

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoa, ok!

@github-actions
Copy link

github-actions bot commented May 3, 2021

Diff for e0f1679:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6aeb523..87fdb5e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
 Maintainers: The Express-Gateway Team <info@express-gateway.io> (@express_gateway)
 GitRepo: https://github.com/ExpressGateway/docker-express-gateway.git
 
-Tags: 1.x, 1.16.x, 1.16.10, latest
-Architectures: amd64, arm64v8, i386, ppc64le, s390x
-GitCommit: 704432298a3b9a99de87fcb19b33962e6995b7a3
+Tags: 1.x, 1.16.x, 1.16.11, latest
+Architectures: amd64, arm64v8, ppc64le, s390x
+GitCommit: fa2707c3b24bbd99710a100d7859566fa28817b8
 Directory: alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 9af43a4..d4b3155 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
 express-gateway:1.x
 express-gateway:1.16.x
-express-gateway:1.16.10
+express-gateway:1.16.11
 express-gateway:latest
diff --git a/express-gateway_latest/Dockerfile b/express-gateway_latest/Dockerfile
index 308bbdd..7221b4e 100644
--- a/express-gateway_latest/Dockerfile
+++ b/express-gateway_latest/Dockerfile
@@ -1,8 +1,8 @@
-FROM node:10-alpine
+FROM node:12-alpine
 
 LABEL maintainer Vincenzo Chianese, vincenzo@express-gateway.io
 
-ARG EG_VERSION=1.16.10
+ARG EG_VERSION=1.16.11
 
 RUN yarn global add express-gateway@$EG_VERSION && yarn cache clean
 

@yosifkit
Copy link
Member

yosifkit commented May 3, 2021

Thanks for the quick responses!

@yosifkit yosifkit merged commit fa56cdb into docker-library:master May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants