-
Notifications
You must be signed in to change notification settings - Fork 287
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
refactor(cmd-api-server): migrate container to ubuntu-20.04 #1222
Labels
API_Server
dependencies
Pull requests that update a dependency file
Developer_Experience
enhancement
New feature or request
Milestone
Comments
petermetz
added
enhancement
New feature or request
API_Server
dependencies
Pull requests that update a dependency file
Developer_Experience
labels
Aug 14, 2021
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Aug 14, 2021
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Aug 16, 2021
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Fixes hyperledger-cacti#1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Aug 16, 2021
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Published a version of this commit to ghcr as well, built it with this command: DOCKER_BUILDKIT=1 docker build \ --build-arg NPM_PKG_VERSION=fix-1226 \ -f ./packages/cactus-cmd-api-server/Dockerfile . \ -t cas \ -t cactus-api-server Tagged as: ghcr.io/hyperledger/cactus-cmd-api-server:2021-08-15--refactor-1222 Fixes hyperledger-cacti#1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Aug 16, 2021
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Published a version of this commit to ghcr as well, built it with this command: DOCKER_BUILDKIT=1 docker build \ --build-arg NPM_PKG_VERSION=fix-1226 \ -f ./packages/cactus-cmd-api-server/Dockerfile . \ -t cas \ -t cactus-api-server Tagged as: ghcr.io/hyperledger/cactus-cmd-api-server:2021-08-15--refactor-1222 Fixes hyperledger-cacti#1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
that referenced
this issue
Aug 18, 2021
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Published a version of this commit to ghcr as well, built it with this command: DOCKER_BUILDKIT=1 docker build \ --build-arg NPM_PKG_VERSION=fix-1226 \ -f ./packages/cactus-cmd-api-server/Dockerfile . \ -t cas \ -t cactus-api-server Tagged as: ghcr.io/hyperledger/cactus-cmd-api-server:2021-08-15--refactor-1222 Fixes #1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Leeyoungone
pushed a commit
to Leeyoungone/cactus
that referenced
this issue
Aug 27, 2021
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Published a version of this commit to ghcr as well, built it with this command: DOCKER_BUILDKIT=1 docker build \ --build-arg NPM_PKG_VERSION=fix-1226 \ -f ./packages/cactus-cmd-api-server/Dockerfile . \ -t cas \ -t cactus-api-server Tagged as: ghcr.io/hyperledger/cactus-cmd-api-server:2021-08-15--refactor-1222 Fixes hyperledger-cacti#1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
RafaelAPB
pushed a commit
to RafaelAPB/blockchain-integration-framework
that referenced
this issue
Mar 9, 2022
1. Makes the base image of the API server ubuntu-20.04 2. Upgrades the NodeJS version to v16 Published a version of this commit to ghcr as well, built it with this command: DOCKER_BUILDKIT=1 docker build \ --build-arg NPM_PKG_VERSION=fix-1226 \ -f ./packages/cactus-cmd-api-server/Dockerfile . \ -t cas \ -t cactus-api-server Tagged as: ghcr.io/hyperledger/cactus-cmd-api-server:2021-08-15--refactor-1222 Fixes hyperledger-cacti#1222 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API_Server
dependencies
Pull requests that update a dependency file
Developer_Experience
enhancement
New feature or request
Description
Publish a working image of the API server to ghcr.io that uses ubuntu-20.04
The text was updated successfully, but these errors were encountered: