Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Build some base Docker images

Latest
Compare
Choose a tag to compare
@amrc-benmorrow amrc-benmorrow released this 01 Feb 15:27
· 1 commit to main since this release
17ea4c4

This repo now provides as the base Docker images to use for ACS services, where possible. There are four images:

  • acs-base-js-build: for building JS services.
  • acs-base-js-run: for the running JS services.
  • acs-base-pg-build: for building JS services which require GSSAPI Pg access.
  • acs-base-pg-run: for running JS services which require GSSAPI Pg access.

Base images are build for amd64 and arm64.