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

refactor(cmd-api-server): migrate container to ubuntu-20.04 #1222

Closed
petermetz opened this issue Aug 14, 2021 · 0 comments · Fixed by #1229
Closed

refactor(cmd-api-server): migrate container to ubuntu-20.04 #1222

petermetz opened this issue Aug 14, 2021 · 0 comments · Fixed by #1229
Assignees
Labels
API_Server dependencies Pull requests that update a dependency file Developer_Experience enhancement New feature or request
Milestone

Comments

@petermetz
Copy link
Contributor

Description

Publish a working image of the API server to ghcr.io that uses ubuntu-20.04

@petermetz petermetz added enhancement New feature or request API_Server dependencies Pull requests that update a dependency file Developer_Experience labels Aug 14, 2021
@petermetz petermetz added this to the v0.8.0 milestone Aug 14, 2021
@petermetz petermetz self-assigned this 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 petermetz modified the milestones: v0.8.0, v0.9.0 Aug 17, 2021
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant